Uses of Class
org.robovm.compiler.llvm.Instruction
| Package | Description |
|---|---|
| org.robovm.compiler.llvm |
-
Uses of Instruction in org.robovm.compiler.llvm
Subclasses of Instruction in org.robovm.compiler.llvm Modifier and Type Class Description classAddclassAllocaclassAndclassAshrclassBinaryOpInstructionclassBitcastclassBrclassCallclassConversionInstructionclassFaddclassFcmpclassFdivclassFenceclassFloatingPointBinaryInstructionclassFmulclassFpextclassFptruncclassFremclassFsubclassFunctionCallInstructionclassGetelementptrclassIcmpclassIntegerBinaryInstructionclassInttoptrclassInvokeclassLandingpadclassLoadclassLshrclassMulclassOrclassPhiclassPlainTextInstructionclassPtrtointclassRetclassSdivclassSextclassShlclassSitofpclassSremclassStoreclassSubclassSwitchclassTailCallclassTruncclassUitofpclassUnaryOpInstructionclassUnreachableclassXorclassZextMethods in org.robovm.compiler.llvm that return Instruction Modifier and Type Method Description InstructionFunction. add(Instruction instruction)InstructionInstruction. addMetadata(Metadata md)InstructionInstruction. attach(Object o)InstructionBasicBlock. first()InstructionBasicBlock. last()Methods in org.robovm.compiler.llvm that return types with arguments of type Instruction Modifier and Type Method Description List<Instruction>BasicBlock. getInstructions()Methods in org.robovm.compiler.llvm with parameters of type Instruction Modifier and Type Method Description voidBasicBlock. add(Instruction instruction)InstructionFunction. add(Instruction instruction)voidBasicBlock. insertAfter(Instruction after, Instruction instruction)voidBasicBlock. insertBefore(Instruction before, Instruction instruction)