Searched refs:OB_funclet (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/IR/
H A DLLVMContext.h80 OB_funclet = 1, // "funclet" enumerator in enum:llvm::LLVMContext::__anon13634
H A DInstrTypes.h1228 return getTagID() == LLVMContext::OB_funclet;
1445 BOI.Tag->second == LLVMContext::OB_funclet)
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DLLVMContext.h89 OB_funclet = 1, // "funclet" enumerator in enum:llvm::LLVMContext::__anon23286
/external/llvm/lib/IR/
H A DLLVMContext.cpp147 assert(FuncletEntry->second == LLVMContext::OB_funclet &&
H A DVerifier.cpp2629 } else if (Tag == LLVMContext::OB_funclet) {
3220 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet))
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp441 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) {
1373 if (Tag == LLVMContext::OB_funclet)
1429 CS.getOperandBundle(LLVMContext::OB_funclet);
1809 if (CS.getOperandBundle(LLVMContext::OB_funclet))
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp599 if (Bundle.getTagID() == LLVMContext::OB_funclet)
/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp945 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet))
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1374 // FastISel does not handle any operand bundles except OB_funclet.
1377 if (CS.getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet)
H A DSelectionDAGBuilder.cpp2263 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) &&
6370 {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) &&

Completed in 352 milliseconds