Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DLLVMContext.h80 OB_funclet = 1, // "funclet" enumerator
DInstrTypes.h1228 return getTagID() == LLVMContext::OB_funclet;
1445 BOI.Tag->second == LLVMContext::OB_funclet)
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h89 OB_funclet = 1, // "funclet" enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h113 OB_funclet = 1, // "funclet" enumerator
DInstrTypes.h1261 return getTagID() == LLVMContext::OB_funclet;
1485 BOI.Tag->second == LLVMContext::OB_funclet)
/external/llvm/lib/IR/
DLLVMContext.cpp147 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
DVerifier.cpp2629 } else if (Tag == LLVMContext::OB_funclet) { in verifyCallSite()
3220 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp78 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
DVerifier.cpp2847 } else if (Tag == LLVMContext::OB_funclet) { in verifyCallSite()
3438 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp441 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()
1373 if (Tag == LLVMContext::OB_funclet) in InlineFunction()
1429 CS.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
1809 if (CS.getOperandBundle(LLVMContext::OB_funclet)) in InlineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp551 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()
1518 if (Tag == LLVMContext::OB_funclet) in InlineFunction()
1574 CS.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
2023 if (CS.getOperandBundle(LLVMContext::OB_funclet)) in InlineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp199 if (auto Bundle = NewCE->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnds()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp599 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneInstructionInExitBlock()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp945 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp949 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLICM.cpp777 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneInstructionInExitBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp699 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneCallInstForBB()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1377 if (CS.getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet) in selectInstruction()
DSelectionDAGBuilder.cpp2263 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) && in visitInvoke()
6370 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) && in visitCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1582 if (CS.getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet) in selectInstruction()
DSelectionDAGBuilder.cpp2448 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) && in visitInvoke()
7030 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) && in visitCall()