Home
last modified time | relevance | path

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/
DInstruction.def113 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h211 case Instruction::IndirectBr:
DInstruction.def130 HANDLE_TERM_INST ( 4, IndirectBr , IndirectBrInst)
DInstructions.h3642 return I->getOpcode() == Instruction::IndirectBr;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp340 case Instruction::IndirectBr: in findIBRPredecessor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DObjCARCInstKind.cpp249 case Instruction::IndirectBr: in GetARCInstKind()
DValueTracking.cpp4124 case Instruction::IndirectBr: in isSafeToSpeculativelyExecute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp298 case IndirectBr: return "indirectbr"; in getOpcodeName()
DInstructions.cpp4036 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()
DCore.cpp3198 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/
DLLLexer.cpp872 INSTKEYWORD(indirectbr, IndirectBr); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3626 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1584 case IndirectBr: return 0; in InstructionOpcodeToISD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1946 case Instruction::IndirectBr: in fastSelectInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp2831 case Instruction::IndirectBr: in fastSelectInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp5188 case Instruction::IndirectBr: in fastSelectInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2748 case Instruction::IndirectBr: in writeInstruction()