Home
last modified time | relevance | path

Searched refs:getOperandBundle (Results 1 – 19 of 19) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
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()
DInstrTypes.h1423 Optional<OperandBundleUse> getOperandBundle(StringRef Name) const {
1439 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLowerGuardIntrinsic.cpp51 OperandBundleDef DeoptOB(*CI->getOperandBundle(LLVMContext::OB_deopt)); in MakeGuardControlFlowExplicit()
DRewriteStatepointsForGC.cpp290 CS.getOperandBundle(LLVMContext::OB_deopt); in GetDeoptBundleOperands()
1441 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp551 if (auto FuncletBundle = CI->getOperandBundle(LLVMContext::OB_funclet)) { in HandleCallsInBlockInlinedThroughInvoke()
1574 CS.getOperandBundle(LLVMContext::OB_funclet); in InlineFunction()
1687 CS.getOperandBundle(LLVMContext::OB_deopt); in InlineFunction()
2023 if (CS.getOperandBundle(LLVMContext::OB_funclet)) in InlineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DInstructionsTest.cpp562 EXPECT_TRUE(Clone->getOperandBundle("after").hasValue()); in TEST()
593 EXPECT_TRUE(Clone->getOperandBundle("after").hasValue()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp199 if (auto Bundle = NewCE->getOperandBundle(LLVMContext::OB_funclet)) { in replaceUnwindCoroEnds()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp836 auto DeoptBundle = *CS.getOperandBundle(LLVMContext::OB_deopt); in LowerCallSiteWithDeoptBundleImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp896 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp949 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DVerifier.cpp3438 if (auto Bundle = II->getOperandBundle(LLVMContext::OB_funclet)) in visitEHPadPredecessors()