Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstrTypes.h1352 OperandBundleUse getOperandBundleAt(unsigned Index) const {
1362 if (getOperandBundleAt(i).getTagName() == Name)
1373 if (getOperandBundleAt(i).getTagID() == ID)
1387 OperandBundleUse U = getOperandBundleAt(i);
1403 OperandBundleUse U = getOperandBundleAt(i);
1420 Defs.emplace_back(getOperandBundleAt(i));
1480 uint32_t ID = getOperandBundleAt(i).getTagID();
DCallSite.h496 OperandBundleUse getOperandBundleAt(unsigned Index) const { in getOperandBundleAt() function
497 CALLSITE_DELEGATE_GETTER(getOperandBundleAt(Index)); in getOperandBundleAt()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp588 auto OBL = LCS.getOperandBundleAt(i); in cmpOperandBundlesSchema()
589 auto OBR = RCS.getOperandBundleAt(i); in cmpOperandBundlesSchema()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1368 uint32_t Tag = CS.getOperandBundleAt(i).getTagID(); in InlineFunction()
1550 auto ChildOB = ICS.getOperandBundleAt(i); in InlineFunction()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp598 OperandBundleUse Bundle = CI->getOperandBundleAt(BundleIdx); in CloneInstructionInExitBlock()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1377 if (CS.getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet) in selectInstruction()
/external/llvm/lib/IR/
DAsmWriter.cpp2200 OperandBundleUse BU = CS.getOperandBundleAt(i); in writeOperandBundles()
DVerifier.cpp2620 OperandBundleUse BU = CS.getOperandBundleAt(i); in verifyCallSite()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2266 const auto &Bundle = CS.getOperandBundleAt(i); in writeOperandBundles()