Home
last modified time | relevance | path

Searched refs:IndirectBr (Results 1 – 20 of 20) sorted by relevance

/external/llvm/include/llvm/IR/
DInstruction.def113 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
DInstructions.h3307 return I->getOpcode() == Instruction::IndirectBr;
/external/llvm/lib/IR/
DInstruction.cpp201 case IndirectBr: return "indirectbr"; in getOpcodeName()
DInstructions.cpp3719 : 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()
DCore.cpp2290 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() argument
2291 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
/external/llvm/lib/Analysis/
DObjCARCInstKind.cpp264 case Instruction::IndirectBr: in GetARCInstKind()
DValueTracking.cpp3430 case Instruction::IndirectBr: in isSafeToSpeculativelyExecute()
/external/llvm/lib/AsmParser/
DLLLexer.cpp746 INSTKEYWORD(indirectbr, IndirectBr); in LexIdentifier()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml155 | IndirectBr Constructor
1048 | Instruction (Br | IndirectBr | Invoke | Resume | Ret | Switch | Unreachable)
Dllvm_ocaml.c1730 CAMLprim value llvm_add_destination(LLVMValueRef IndirectBr, in llvm_add_destination() argument
1732 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
Dllvm.mli213 | IndirectBr Constructor
/external/llvm/include/llvm-c/
DCore.h2599 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1545 case IndirectBr: return 0; in InstructionOpcodeToISD()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1170 case Instruction::IndirectBr: { in printInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1846 case Instruction::IndirectBr: in fastSelectInstruction()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1052 case Instruction::IndirectBr: NumFastIselFailIndirectBr++; return; in collectFailStats()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2817 case Instruction::IndirectBr: in fastSelectInstruction()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1938 case Instruction::IndirectBr: in WriteInstruction()
/external/llvm/bindings/go/llvm/
Dir.go175 IndirectBr Opcode = C.LLVMIndirectBr const
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4906 case Instruction::IndirectBr: in fastSelectInstruction()