/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)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.def | 117 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | BreakCriticalEdges.cpp | 317 case Instruction::IndirectBr: in findIBRPredecessor()
|
/external/llvm/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ObjCARCInstKind.cpp | 274 case Instruction::IndirectBr: in GetARCInstKind()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 297 case IndirectBr: return "indirectbr"; in getOpcodeName()
|
D | Instructions.cpp | 3629 : 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/ |
D | LLLexer.cpp | 761 INSTKEYWORD(indirectbr, IndirectBr); in LexIdentifier()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 852 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()
|
/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-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 180 | IndirectBr Constructor 1061 | Instruction (Br | IndirectBr | Invoke | Resume | Ret | Switch | Unreachable)
|
D | llvm_ocaml.c | 1865 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 3163 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
|