Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallSite.h555 Optional<OperandBundleUse> getOperandBundle(StringRef Name) const { in getOperandBundle() function
556 CALLSITE_DELEGATE_GETTER(getOperandBundle(Name)); in getOperandBundle()
559 Optional<OperandBundleUse> getOperandBundle(uint32_t ID) const { in getOperandBundle() function
560 CALLSITE_DELEGATE_GETTER(getOperandBundle(ID)); in getOperandBundle()
H A DInstrTypes.h1680 Optional<OperandBundleUse> getOperandBundle(StringRef Name) const {
1696 Optional<OperandBundleUse> getOperandBundle(uint32_t ID) const {
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp29 OperandBundleDef DeoptOB(*Guard->getOperandBundle(LLVMContext::OB_deopt)); in makeGuardControlFlowExplicit()
H A DInlineFunction.cpp554 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()
1583 CS.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
1696 CS.getOperandBundle(LLVMContext::OB_deopt); in InlineFunction()
2032 if (CS.getOperandBundle(LLVMContext::OB_funclet)) in InlineFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp199 if (auto Bundle = NewCE->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnds()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp905 auto DeoptBundle = *CS.getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp291 CS.getOperandBundle(LLVMContext::OB_deopt); in GetDeoptBundleOperands()
1442 CS.getOperandBundle(LLVMContext::OB_gc_transition)) { in makeStatepointExplicitImpl()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp949 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp3526 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors()