Searched refs:IndirectBr (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 113 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 211 case Instruction::IndirectBr:
|
D | Instruction.def | 130 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
|
D | Instructions.h | 3642 return I->getOpcode() == Instruction::IndirectBr;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BreakCriticalEdges.cpp | 340 case Instruction::IndirectBr: in findIBRPredecessor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ObjCARCInstKind.cpp | 249 case Instruction::IndirectBr: in GetARCInstKind()
|
D | ValueTracking.cpp | 4124 case Instruction::IndirectBr: in isSafeToSpeculativelyExecute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 298 case IndirectBr: return "indirectbr"; in getOpcodeName()
|
D | Instructions.cpp | 4036 Instruction::IndirectBr, nullptr, 0, InsertBefore) { in IndirectBrInst() 4043 Instruction::IndirectBr, nullptr, 0, InsertAtEnd) { in IndirectBrInst() 4048 : Instruction(Type::getVoidTy(IBI.getContext()), Instruction::IndirectBr, in IndirectBrInst()
|
D | Core.cpp | 3198 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() argument 3199 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 872 INSTKEYWORD(indirectbr, IndirectBr); in LexIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 3626 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1584 case IndirectBr: return 0; in InstructionOpcodeToISD()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1946 case Instruction::IndirectBr: in fastSelectInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2831 case Instruction::IndirectBr: in fastSelectInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 5188 case Instruction::IndirectBr: in fastSelectInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2748 case Instruction::IndirectBr: in writeInstruction()
|