Searched refs:getNumOperandBundles (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 1600 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 D | CallSite.h | 531 unsigned getNumOperandBundles() const { in getNumOperandBundles() function 532 CALLSITE_DELEGATE_GETTER(getNumOperandBundles()); in getNumOperandBundles()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 166 cmpNumbers(LCS.getNumOperandBundles(), RCS.getNumOperandBundles())) in cmpOperandBundlesSchema() 169 for (unsigned i = 0, e = LCS.getNumOperandBundles(); i != e; ++i) { in cmpOperandBundlesSchema()
|
| H A D | InlineFunction.cpp | 1521 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 D | LICM.cpp | 1238 for (unsigned BundleIdx = 0, BundleEnd = CI->getNumOperandBundles(); in CloneInstructionInExitBlock()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCOpts.cpp | 707 for (unsigned I = 0, E = CI.getNumOperandBundles(); I != E; ++I) { in CloneCallInstForBB()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3927 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() 3975 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl()
|
| H A D | AsmWriter.cpp | 2519 for (unsigned i = 0, e = Call->getNumOperandBundles(); i != e; ++i) { in writeOperandBundles()
|
| H A D | Verifier.cpp | 2897 for (unsigned i = 0, e = Call.getNumOperandBundles(); i < e; ++i) { in visitCallBase()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1612 for (unsigned i = 0, e = CS.getNumOperandBundles(); i != e; ++i) in selectInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2524 for (unsigned i = 0, e = CS.getNumOperandBundles(); i != e; ++i) { in writeOperandBundles()
|