Home
last modified time | relevance | path

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

123

/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)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.def117 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def113 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp317 case Instruction::IndirectBr: in findIBRPredecessor()
/external/llvm/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DObjCARCInstKind.cpp274 case Instruction::IndirectBr: in GetARCInstKind()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp297 case IndirectBr: return "indirectbr"; in getOpcodeName()
DInstructions.cpp3629 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst()
3636 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr, in IndirectBrInst()
3642 : TerminatorInst(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr, in IndirectBrInst()
/external/llvm/lib/AsmParser/
DLLLexer.cpp761 INSTKEYWORD(indirectbr, IndirectBr); in LexIdentifier()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLLexer.cpp852 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()
/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-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml180 | IndirectBr Constructor
1061 | Instruction (Br | IndirectBr | Invoke | Resume | Ret | Switch | Unreachable)
Dllvm_ocaml.c1865 CAMLprim value llvm_add_destination(LLVMValueRef IndirectBr, in llvm_add_destination() argument
1867 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-7.0/llvm/include/llvm-c/
DCore.h3163 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);

123