Home
last modified time | relevance | path

Searched refs:OB_funclet (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h85 OB_funclet = 1, // "funclet" enumerator
DInstrTypes.h1039 return getTagID() == LLVMContext::OB_funclet;
1906 BOI.Tag->second == LLVMContext::OB_funclet)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h89 OB_funclet = 1, // "funclet" enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp56 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
DVerifier.cpp3022 } else if (Tag == LLVMContext::OB_funclet) { in visitCallBase()
3659 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp547 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()
1589 if (Tag == LLVMContext::OB_funclet) in InlineFunction()
1645 CS.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
2092 if (CS.getOperandBundle(LLVMContext::OB_funclet)) in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp950 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp242 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp764 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneCallInstForBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1379 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneInstructionInExitBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1610 if (CS.getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet) in selectInstruction()
DSelectionDAGBuilder.cpp2781 LLVMContext::OB_funclet, in visitInvoke()
2862 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) && in visitCallBr()
7766 LLVMContext::OB_funclet, in visitCall()