Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstruction.def100 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
DInstructions.h2999 return I->getOpcode() == Instruction::IndirectBr;
/external/llvm/lib/IR/
DInstruction.cpp190 case IndirectBr: return "indirectbr"; in getOpcodeName()
DInstructions.cpp3443 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst()
3450 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst()
3456 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr, in IndirectBrInst()
DCore.cpp2262 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() argument
2263 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
/external/llvm/lib/Transforms/ObjCARC/
DARCInstKind.cpp262 case Instruction::IndirectBr: in GetARCInstKind()
/external/llvm/lib/AsmParser/
DLLLexer.cpp730 INSTKEYWORD(indirectbr, IndirectBr); in LexIdentifier()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml155 | IndirectBr Constructor
1046 | Instruction (Br | IndirectBr | Invoke | Resume | Ret | Switch | Unreachable)
Dllvm_ocaml.c1719 CAMLprim value llvm_add_destination(LLVMValueRef IndirectBr, in llvm_add_destination() argument
1721 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
Dllvm.mli213 | IndirectBr Constructor
/external/llvm/include/llvm-c/
DCore.h2667 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1524 case IndirectBr: return 0; in InstructionOpcodeToISD()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1826 case Instruction::IndirectBr: in fastSelectInstruction()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1171 case Instruction::IndirectBr: { in printInstruction()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1057 case Instruction::IndirectBr: NumFastIselFailIndirectBr++; return; in collectFailStats()
/external/llvm/lib/Analysis/
DValueTracking.cpp2908 case Instruction::IndirectBr: in isSafeToSpeculativelyExecute()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2819 case Instruction::IndirectBr: in fastSelectInstruction()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1782 case Instruction::IndirectBr: in WriteInstruction()
/external/llvm/bindings/go/llvm/
Dir.go173 IndirectBr Opcode = C.LLVMIndirectBr const
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4919 case Instruction::IndirectBr: in fastSelectInstruction()