Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h500 Optional<OperandBundleUse> getOperandBundle(StringRef Name) const { in getOperandBundle() function
501 CALLSITE_DELEGATE_GETTER(getOperandBundle(Name)); in getOperandBundle()
504 Optional<OperandBundleUse> getOperandBundle(uint32_t ID) const { in getOperandBundle() function
505 CALLSITE_DELEGATE_GETTER(getOperandBundle(ID)); in getOperandBundle()
DInstrTypes.h1383 Optional<OperandBundleUse> getOperandBundle(StringRef Name) const {
1399 Optional<OperandBundleUse> getOperandBundle(uint32_t ID) const {
/external/llvm/lib/Transforms/Scalar/
DLowerGuardIntrinsic.cpp49 OperandBundleDef DeoptOB(*CI->getOperandBundle(LLVMContext::OB_deopt)); in MakeGuardControlFlowExplicit()
DRewriteStatepointsForGC.cpp194 CS.getOperandBundle(LLVMContext::OB_deopt); in GetDeoptBundleOperands()
1300 CS.getOperandBundle(LLVMContext::OB_gc_transition)) { in makeStatepointExplicitImpl()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp441 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()
1429 CS.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
1536 CS.getOperandBundle(LLVMContext::OB_deopt); in InlineFunction()
1809 if (CS.getOperandBundle(LLVMContext::OB_funclet)) in InlineFunction()
/external/llvm/unittests/IR/
DInstructionsTest.cpp549 EXPECT_TRUE(Clone->getOperandBundle("after").hasValue()); in TEST()
579 EXPECT_TRUE(Clone->getOperandBundle("after").hasValue()); in TEST()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp836 auto DeoptBundle = *CS.getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp945 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet)) in removeImplausibleInstructions()
/external/llvm/lib/IR/
DVerifier.cpp3220 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors()