Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp102 case IndirectBr: return "indirectbr"; in getOpcodeName()
434 case IndirectBr: in isSafeToSpeculativelyExecute()
DInstructions.cpp3244 : 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()
DCore.cpp1810 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/
DInstruction.def100 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
DInstructions.h2637 return I->getOpcode() == Instruction::IndirectBr;
/external/llvm/include/llvm/IR/
DInstruction.def113 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def113 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
/external/llvm/lib/IR/
DInstruction.cpp264 case IndirectBr: return "indirectbr"; in getOpcodeName()
DInstructions.cpp3822 : 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()
DCore.cpp2507 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() argument
2508 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
/external/llvm/lib/Analysis/
DObjCARCInstKind.cpp268 case Instruction::IndirectBr: in GetARCInstKind()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.cpp642 INSTKEYWORD(indirectbr, IndirectBr); in LexIdentifier()
/external/llvm/lib/AsmParser/
DLLLexer.cpp761 INSTKEYWORD(indirectbr, IndirectBr); in LexIdentifier()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1428 CAMLprim value llvm_add_destination(LLVMValueRef IndirectBr, in llvm_add_destination() argument
1430 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
Dllvm.ml143 | IndirectBr Constructor
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml155 | IndirectBr Constructor
1072 | Instruction (Br | IndirectBr | Invoke | Resume | Ret | Switch | Unreachable)
Dllvm_ocaml.c1786 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/
DCore.h874 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/external/llvm/include/llvm-c/
DCore.h2915 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp1076 case Instruction::IndirectBr: { in printInstruction()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1663 case IndirectBr: return 0; in InstructionOpcodeToISD()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1861 case Instruction::IndirectBr: in fastSelectInstruction()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp1113 case Instruction::IndirectBr: in WriteInstruction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp320 case Instruction::Switch: case Instruction::IndirectBr: in GetInstructionClass()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1051 case Instruction::IndirectBr: NumFastIselFailIndirectBr++; return; in collectFailStats()

12