Searched refs:getOperandBundleAt (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h369 OperandBundleUse getOperandBundleAt(unsigned Index) const { function in class:llvm::CallSiteBase
370 CALLSITE_DELEGATE_GETTER(getOperandBundleAt(Index));
H A DInstrTypes.h1348 OperandBundleUse getOperandBundleAt(unsigned Index) const { function in class:llvm::OperandBundleUser
1358 if (getOperandBundleAt(i).getTagName() == Name)
1369 if (getOperandBundleAt(i).getTagID() == ID)
1383 OperandBundleUse U = getOperandBundleAt(i);
1399 OperandBundleUse U = getOperandBundleAt(i);
1416 Defs.emplace_back(getOperandBundleAt(i));
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp581 auto OBL = LCS.getOperandBundleAt(i);
582 auto OBR = RCS.getOperandBundleAt(i);
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1039 uint32_t Tag = CS.getOperandBundleAt(i).getTagID();
1208 auto ChildOB = ICS.getOperandBundleAt(i);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1779 const auto &Bundle = CS.getOperandBundleAt(i);
/external/llvm/lib/IR/
H A DAsmWriter.cpp2173 OperandBundleUse BU = CS.getOperandBundleAt(i);
H A DVerifier.cpp2406 OperandBundleUse BU = CS.getOperandBundleAt(i);

Completed in 249 milliseconds