Home
last modified time | relevance | path

Searched refs:getNumOperandBundles (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h1600 unsigned getNumOperandBundles() const {
1605 bool hasOperandBundles() const { return getNumOperandBundles() != 0; }
1650 assert(Index < getNumOperandBundles() && "Index out of bounds!");
1658 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i)
1669 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i)
1683 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) {
1699 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) {
1716 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i)
1765 if (getNumOperandBundles() != Other.getNumOperandBundles())
1775 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) {
H A DCallSite.h531 unsigned getNumOperandBundles() const { in getNumOperandBundles() function
532 CALLSITE_DELEGATE_GETTER(getNumOperandBundles()); in getNumOperandBundles()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp166 cmpNumbers(LCS.getNumOperandBundles(), RCS.getNumOperandBundles())) in cmpOperandBundlesSchema()
169 for (unsigned i = 0, e = LCS.getNumOperandBundles(); i != e; ++i) { in cmpOperandBundlesSchema()
H A DInlineFunction.cpp1521 for (int i = 0, e = CS.getNumOperandBundles(); i != e; ++i) { in InlineFunction()
1707 OpDefs.reserve(ICS.getNumOperandBundles()); in InlineFunction()
1709 for (unsigned i = 0, e = ICS.getNumOperandBundles(); i < e; ++i) { in InlineFunction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1238 for (unsigned BundleIdx = 0, BundleEnd = CI->getNumOperandBundles(); in CloneInstructionInExitBlock()
/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp707 for (unsigned I = 0, E = CI.getNumOperandBundles(); I != E; ++I) { in CloneCallInstForBB()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp3927 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl()
3975 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl()
H A DAsmWriter.cpp2519 for (unsigned i = 0, e = Call->getNumOperandBundles(); i != e; ++i) { in writeOperandBundles()
H A DVerifier.cpp2897 for (unsigned i = 0, e = Call.getNumOperandBundles(); i < e; ++i) { in visitCallBase()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1612 for (unsigned i = 0, e = CS.getNumOperandBundles(); i != e; ++i) in selectInstruction()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2524 for (unsigned i = 0, e = CS.getNumOperandBundles(); i != e; ++i) { in writeOperandBundles()