Searched refs:IndirectBr (Results 1 – 16 of 16) sorted by relevance
/external/llvm/include/llvm/ |
D | Instruction.def | 100 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
|
D | Instructions.h | 2933 return I->getOpcode() == Instruction::IndirectBr;
|
/external/llvm/lib/VMCore/ |
D | Instruction.cpp | 102 case IndirectBr: return "indirectbr"; in getOpcodeName()
|
D | Instructions.cpp | 3297 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst() 3304 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst() 3310 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr, in IndirectBrInst()
|
D | Core.cpp | 1840 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() argument 1841 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 628 INSTKEYWORD(indirectbr, IndirectBr); in LexIdentifier()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1430 CAMLprim value llvm_add_destination(LLVMValueRef IndirectBr, in llvm_add_destination() argument 1432 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
|
D | llvm.ml | 144 | IndirectBr Constructor
|
D | llvm.mli | 194 | IndirectBr Constructor
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2317 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1925 case Instruction::IndirectBr: in isSafeToSpeculativelyExecute()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 1140 case Instruction::IndirectBr: { in printInstruction()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1215 case Instruction::IndirectBr: in WriteInstruction()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 911 case Instruction::IndirectBr: NumFastIselFailIndirectBr++; return; in collectFailStats()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2680 case Instruction::IndirectBr: in TargetSelectInstruction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ObjCARC.cpp | 326 case Instruction::Switch: case Instruction::IndirectBr: in GetInstructionClass()
|