Home
last modified time | relevance | path

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/
DInstrTypes.h1764 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) {
DCallSite.h544 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/
DFunctionComparator.cpp178 cmpNumbers(LCS.getNumOperandBundles(), RCS.getNumOperandBundles())) in cmpOperandBundlesSchema()
181 for (unsigned i = 0, e = LCS.getNumOperandBundles(); i != e; ++i) { in cmpOperandBundlesSchema()
DInlineFunction.cpp1583 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/
DInstructions.cpp4234 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl()
4282 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl()
4290 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl()
DAsmWriter.cpp2552 for (unsigned i = 0, e = Call->getNumOperandBundles(); i != e; ++i) { in writeOperandBundles()
DVerifier.cpp3012 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/
DObjCARCOpts.cpp761 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/
DLICM.cpp1376 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/
DFastISel.cpp1609 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/
DBitcodeWriter.cpp2574 for (unsigned i = 0, e = CS.getNumOperandBundles(); i != e; ++i) { in writeOperandBundles()