Searched refs:getNumOperandBundles (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1764 unsigned getNumOperandBundles() const { 1769 bool hasOperandBundles() const { return getNumOperandBundles() != 0; } 1814 assert(Index < getNumOperandBundles() && "Index out of bounds!"); 1822 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) 1833 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) 1847 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) { 1863 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) { 1880 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) 1929 if (getNumOperandBundles() != Other.getNumOperandBundles()) 1939 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) {
|
D | CallSite.h | 544 unsigned getNumOperandBundles() const { in getNumOperandBundles() function 545 CALLSITE_DELEGATE_GETTER(getNumOperandBundles()); in getNumOperandBundles()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 178 cmpNumbers(LCS.getNumOperandBundles(), RCS.getNumOperandBundles())) in cmpOperandBundlesSchema() 181 for (unsigned i = 0, e = LCS.getNumOperandBundles(); i != e; ++i) { in cmpOperandBundlesSchema()
|
D | InlineFunction.cpp | 1583 for (int i = 0, e = CS.getNumOperandBundles(); i != e; ++i) { in InlineFunction() 1767 OpDefs.reserve(ICS.getNumOperandBundles()); in InlineFunction() 1769 for (unsigned i = 0, e = ICS.getNumOperandBundles(); i < e; ++i) { in InlineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 4234 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() 4282 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() 4290 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl()
|
D | AsmWriter.cpp | 2552 for (unsigned i = 0, e = Call->getNumOperandBundles(); i != e; ++i) { in writeOperandBundles()
|
D | Verifier.cpp | 3012 for (unsigned i = 0, e = Call.getNumOperandBundles(); i < e; ++i) { in visitCallBase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 761 for (unsigned I = 0, E = CI.getNumOperandBundles(); I != E; ++I) { in CloneCallInstForBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 1376 for (unsigned BundleIdx = 0, BundleEnd = CI->getNumOperandBundles(); in CloneInstructionInExitBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1609 for (unsigned i = 0, e = CS.getNumOperandBundles(); i != e; ++i) in selectInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2574 for (unsigned i = 0, e = CS.getNumOperandBundles(); i != e; ++i) { in writeOperandBundles()
|