Home
last modified time | relevance | path

Searched refs:getOperandBundle (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h568 Optional<OperandBundleUse> getOperandBundle(StringRef Name) const { in getOperandBundle() function
569 CALLSITE_DELEGATE_GETTER(getOperandBundle(Name)); in getOperandBundle()
572 Optional<OperandBundleUse> getOperandBundle(uint32_t ID) const { in getOperandBundle() function
573 CALLSITE_DELEGATE_GETTER(getOperandBundle(ID)); in getOperandBundle()
DInstrTypes.h1844 Optional<OperandBundleUse> getOperandBundle(StringRef Name) const {
1860 Optional<OperandBundleUse> getOperandBundle(uint32_t ID) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGuardUtils.cpp32 OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt)); in makeGuardControlFlowExplicit()
DInlineFunction.cpp547 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()
1645 CS.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
1756 CS.getOperandBundle(LLVMContext::OB_deopt); 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/SelectionDAG/
DStatepointLowering.cpp938 auto DeoptBundle = *Call->getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()
DSelectionDAGBuilder.cpp7212 if (auto Bundle = CS.getOperandBundle(LLVMContext::OB_cfguardtarget)) { in LowerCallTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp563 if (auto DeoptBundle = CS.getOperandBundle(LLVMContext::OB_deopt)) { in processCallSite()
DRewriteStatepointsForGC.cpp290 Call->getOperandBundle(LLVMContext::OB_deopt); in GetDeoptBundleOperands()
1437 Call->getOperandBundle(LLVMContext::OB_gc_transition)) { in makeStatepointExplicitImpl()
/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/IR/
DVerifier.cpp3659 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors()