Searched refs:getOperandBundle (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h373 Optional<OperandBundleUse> getOperandBundle(StringRef Name) const { function in class:llvm::CallSiteBase
374 CALLSITE_DELEGATE_GETTER(getOperandBundle(Name));
377 Optional<OperandBundleUse> getOperandBundle(uint32_t ID) const { function in class:llvm::CallSiteBase
378 CALLSITE_DELEGATE_GETTER(getOperandBundle(ID));
H A DInstrTypes.h1379 Optional<OperandBundleUse> getOperandBundle(StringRef Name) const {
1395 Optional<OperandBundleUse> getOperandBundle(uint32_t ID) const {
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1100 CS.getOperandBundle(LLVMContext::OB_funclet);
1194 CS.getOperandBundle(LLVMContext::OB_deopt);
1441 if (CS.getOperandBundle(LLVMContext::OB_funclet))
/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp785 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet))
/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp197 Optional<OperandBundleUse> DeoptBundle = CS.getOperandBundle("deopt");

Completed in 130 milliseconds