/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 80 OB_funclet = 1, // "funclet" enumerator
|
D | InstrTypes.h | 1228 return getTagID() == LLVMContext::OB_funclet; 1445 BOI.Tag->second == LLVMContext::OB_funclet)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LLVMContext.h | 85 OB_funclet = 1, // "funclet" enumerator
|
D | InstrTypes.h | 1039 return getTagID() == LLVMContext::OB_funclet; 1906 BOI.Tag->second == LLVMContext::OB_funclet)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 89 OB_funclet = 1, // "funclet" enumerator
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | LLVMContext.h | 91 OB_funclet = 1, // "funclet" enumerator
|
D | InstrTypes.h | 1098 return getTagID() == LLVMContext::OB_funclet; 1994 BOI.Tag->second == LLVMContext::OB_funclet)
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 147 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
|
D | Verifier.cpp | 2629 } else if (Tag == LLVMContext::OB_funclet) { in verifyCallSite() 3220 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 56 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
|
/external/llvm-project/llvm/lib/IR/ |
D | LLVMContext.cpp | 57 assert(FuncletEntry->second == LLVMContext::OB_funclet && in LLVMContext()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 441 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-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 547 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()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 554 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke() 1649 if (Tag == LLVMContext::OB_funclet) in InlineFunction() 1705 CB.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction() 2153 if (I->getOperandBundle(LLVMContext::OB_funclet)) in InlineFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 599 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneInstructionInExitBlock()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 945 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 972 if (auto BU = CB->getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 950 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 242 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 848 OrigCall->getOperandBundle(LLVMContext::OB_funclet); in populateEHOperandBundle()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 764 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneCallInstForBB()
|
/external/llvm-project/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 253 if (auto Bundle = End->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnd()
|
/external/llvm-project/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 774 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneCallInstForBB()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 1428 if (Bundle.getTagID() == LLVMContext::OB_funclet) in cloneInstructionInExitBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 1379 if (Bundle.getTagID() == LLVMContext::OB_funclet) in CloneInstructionInExitBlock()
|