Searched refs:IndirectBr (Results 1 – 20 of 20) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 113 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
|
D | Instructions.h | 3307 return I->getOpcode() == Instruction::IndirectBr;
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 201 case IndirectBr: return "indirectbr"; in getOpcodeName()
|
D | Instructions.cpp | 3719 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst() 3726 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst() 3732 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr, in IndirectBrInst()
|
D | Core.cpp | 2290 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() argument 2291 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
|
/external/llvm/lib/Analysis/ |
D | ObjCARCInstKind.cpp | 264 case Instruction::IndirectBr: in GetARCInstKind()
|
D | ValueTracking.cpp | 3430 case Instruction::IndirectBr: in isSafeToSpeculativelyExecute()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 746 INSTKEYWORD(indirectbr, IndirectBr); in LexIdentifier()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 155 | IndirectBr Constructor 1048 | Instruction (Br | IndirectBr | Invoke | Resume | Ret | Switch | Unreachable)
|
D | llvm_ocaml.c | 1730 CAMLprim value llvm_add_destination(LLVMValueRef IndirectBr, in llvm_add_destination() argument 1732 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
|
D | llvm.mli | 213 | IndirectBr Constructor
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2599 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1545 case IndirectBr: return 0; in InstructionOpcodeToISD()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 1170 case Instruction::IndirectBr: { in printInstruction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1846 case Instruction::IndirectBr: in fastSelectInstruction()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1052 case Instruction::IndirectBr: NumFastIselFailIndirectBr++; return; in collectFailStats()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2817 case Instruction::IndirectBr: in fastSelectInstruction()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1938 case Instruction::IndirectBr: in WriteInstruction()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 175 IndirectBr Opcode = C.LLVMIndirectBr const
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 4906 case Instruction::IndirectBr: in fastSelectInstruction()
|