Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h1649 OperandBundleUse getOperandBundleAt(unsigned Index) const {
1659 if (getOperandBundleAt(i).getTagName() == Name)
1670 if (getOperandBundleAt(i).getTagID() == ID)
1684 OperandBundleUse U = getOperandBundleAt(i);
1700 OperandBundleUse U = getOperandBundleAt(i);
1717 Defs.emplace_back(getOperandBundleAt(i));
1776 uint32_t ID = getOperandBundleAt(i).getTagID();
H A DCallSite.h551 OperandBundleUse getOperandBundleAt(unsigned Index) const { in getOperandBundleAt() function
552 CALLSITE_DELEGATE_GETTER(getOperandBundleAt(Index)); in getOperandBundleAt()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp170 auto OBL = LCS.getOperandBundleAt(i); in cmpOperandBundlesSchema()
171 auto OBR = RCS.getOperandBundleAt(i); in cmpOperandBundlesSchema()
H A DInlineFunction.cpp1522 uint32_t Tag = CS.getOperandBundleAt(i).getTagID(); in InlineFunction()
1710 auto ChildOB = ICS.getOperandBundleAt(i); in InlineFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1240 OperandBundleUse Bundle = CI->getOperandBundleAt(BundleIdx); in CloneInstructionInExitBlock()
/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp708 auto Bundle = CI.getOperandBundleAt(I); in CloneCallInstForBB()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1613 if (CS.getOperandBundleAt(i).getTagID() != LLVMContext::OB_funclet) in selectInstruction()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp2520 OperandBundleUse BU = Call->getOperandBundleAt(i); in writeOperandBundles()
H A DVerifier.cpp2898 OperandBundleUse BU = Call.getOperandBundleAt(i); in visitCallBase()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2525 const auto &Bundle = CS.getOperandBundleAt(i); in writeOperandBundles()