/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1319 unsigned getNumOperandBundles() const { 1324 bool hasOperandBundles() const { return getNumOperandBundles() != 0; } 1353 assert(Index < getNumOperandBundles() && "Index out of bounds!"); 1361 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) 1372 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) 1386 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) { 1402 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) { 1419 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) 1469 if (getNumOperandBundles() != Other.getNumOperandBundles()) 1479 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) {
|
D | CallSite.h | 476 unsigned getNumOperandBundles() const { in getNumOperandBundles() function 477 CALLSITE_DELEGATE_GETTER(getNumOperandBundles()); in getNumOperandBundles()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1353 unsigned getNumOperandBundles() const { 1358 bool hasOperandBundles() const { return getNumOperandBundles() != 0; } 1393 assert(Index < getNumOperandBundles() && "Index out of bounds!"); 1401 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) 1412 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) 1426 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) { 1442 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) { 1459 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) 1509 if (getNumOperandBundles() != Other.getNumOperandBundles()) 1519 for (unsigned i = 0, e = getNumOperandBundles(); i != e; ++i) {
|
D | CallSite.h | 531 unsigned getNumOperandBundles() const { in getNumOperandBundles() function 532 CALLSITE_DELEGATE_GETTER(getNumOperandBundles()); in getNumOperandBundles()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 166 cmpNumbers(LCS.getNumOperandBundles(), RCS.getNumOperandBundles())) in cmpOperandBundlesSchema() 169 for (unsigned i = 0, e = LCS.getNumOperandBundles(); i != e; ++i) { in cmpOperandBundlesSchema()
|
D | InlineFunction.cpp | 1512 for (int i = 0, e = CS.getNumOperandBundles(); i != e; ++i) { in InlineFunction() 1698 OpDefs.reserve(ICS.getNumOperandBundles()); in InlineFunction() 1700 for (unsigned i = 0, e = ICS.getNumOperandBundles(); i < e; ++i) { in InlineFunction()
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 548 EXPECT_EQ(Clone->getNumOperandBundles(), 1U); in TEST() 578 EXPECT_EQ(Clone->getNumOperandBundles(), 1U); in TEST()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 584 cmpNumbers(LCS.getNumOperandBundles(), RCS.getNumOperandBundles())) in cmpOperandBundlesSchema() 587 for (unsigned i = 0, e = LCS.getNumOperandBundles(); i != e; ++i) { in cmpOperandBundlesSchema()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1367 for (int i = 0, e = CS.getNumOperandBundles(); i != e; ++i) { in InlineFunction() 1547 OpDefs.reserve(ICS.getNumOperandBundles()); in InlineFunction() 1549 for (unsigned i = 0, e = ICS.getNumOperandBundles(); i < e; ++i) { in InlineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 561 EXPECT_EQ(Clone->getNumOperandBundles(), 1U); in TEST() 592 EXPECT_EQ(Clone->getNumOperandBundles(), 1U); in TEST()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 596 for (unsigned BundleIdx = 0, BundleEnd = CI->getNumOperandBundles(); in CloneInstructionInExitBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 774 for (unsigned BundleIdx = 0, BundleEnd = CI->getNumOperandBundles(); in CloneInstructionInExitBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 696 for (unsigned I = 0, E = CI.getNumOperandBundles(); I != E; ++I) { in CloneCallInstForBB()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 3807 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() 3855 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl()
|
D | AsmWriter.cpp | 2474 for (unsigned i = 0, e = CS.getNumOperandBundles(); i != e; ++i) { in writeOperandBundles()
|
D | Verifier.cpp | 2837 for (unsigned i = 0, e = CS.getNumOperandBundles(); i < e; ++i) { in verifyCallSite()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 4009 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() 4057 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl()
|
D | AsmWriter.cpp | 2199 for (unsigned i = 0, e = CS.getNumOperandBundles(); i != e; ++i) { in writeOperandBundles()
|
D | Verifier.cpp | 2619 for (unsigned i = 0, e = CS.getNumOperandBundles(); i < e; ++i) { in verifyCallSite()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1376 for (unsigned i = 0, e = CS.getNumOperandBundles(); i != e; ++i) in selectInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1581 for (unsigned i = 0, e = CS.getNumOperandBundles(); i != e; ++i) in selectInstruction()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2265 for (unsigned i = 0, e = CS.getNumOperandBundles(); i != e; ++i) { in writeOperandBundles()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2494 for (unsigned i = 0, e = CS.getNumOperandBundles(); i != e; ++i) { in writeOperandBundles()
|