/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instruction.cpp | 102 case IndirectBr: return "indirectbr"; in getOpcodeName() 434 case IndirectBr: in isSafeToSpeculativelyExecute()
|
D | Instructions.cpp | 3244 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst() 3251 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst() 3257 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr, in IndirectBrInst()
|
D | Core.cpp | 1810 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() argument 1811 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 100 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
|
D | Instructions.h | 2637 return I->getOpcode() == Instruction::IndirectBr;
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 113 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 113 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 264 case IndirectBr: return "indirectbr"; in getOpcodeName()
|
D | Instructions.cpp | 3822 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst() 3829 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst() 3835 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr, in IndirectBrInst()
|
D | Core.cpp | 2507 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() argument 2508 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
|
/external/llvm/lib/Analysis/ |
D | ObjCARCInstKind.cpp | 268 case Instruction::IndirectBr: in GetARCInstKind()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.cpp | 642 INSTKEYWORD(indirectbr, IndirectBr); in LexIdentifier()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 761 INSTKEYWORD(indirectbr, IndirectBr); in LexIdentifier()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1428 CAMLprim value llvm_add_destination(LLVMValueRef IndirectBr, in llvm_add_destination() argument 1430 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
|
D | llvm.ml | 143 | IndirectBr Constructor
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 155 | IndirectBr Constructor 1072 | Instruction (Br | IndirectBr | Invoke | Resume | Ret | Switch | Unreachable)
|
D | llvm_ocaml.c | 1786 CAMLprim value llvm_add_destination(LLVMValueRef IndirectBr, in llvm_add_destination() argument 1788 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 874 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2915 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1663 case IndirectBr: return 0; in InstructionOpcodeToISD()
|
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 1076 case Instruction::IndirectBr: { in printInstruction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1861 case Instruction::IndirectBr: in fastSelectInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1113 case Instruction::IndirectBr: in WriteInstruction()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1051 case Instruction::IndirectBr: NumFastIselFailIndirectBr++; return; in collectFailStats()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ObjCARC.cpp | 320 case Instruction::Switch: case Instruction::IndirectBr: in GetInstructionClass()
|