Home
last modified time | relevance | path

Searched refs:isBundledWithSucc (Results 1 – 25 of 46) sorted by relevance

12

/external/llvm-project/llvm/unittests/CodeGen/
DMachineInstrBundleIteratorTest.cpp20 bool isBundledWithSucc() const { return true; } in isBundledWithSucc() function
38 EXPECT_TRUE(MBI.isBundledWithSucc()); in TEST()
77 EXPECT_TRUE(MBI.isBundledWithSucc()); in TEST()
135 bool isBundledWithSucc() const { return false; } in isBundledWithSucc() function
/external/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h63 while (I->isBundledWithSucc()) in getBundleEnd()
72 while (I->isBundledWithSucc()) in getBundleEnd()
DMachineInstrBundleIterator.h71 while (MII->isBundledWithSucc())
DMachineBasicBlock.h537 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
546 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
DMachineInstr.h237 return isBundledWithPred() || isBundledWithSucc();
246 bool isBundledWithSucc() const { return getFlag(BundledSucc); }
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h62 while (I->isBundledWithSucc()) in getBundleEnd()
71 while (I->isBundledWithSucc()) in getBundleEnd()
DMachineBasicBlock.h732 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
741 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
751 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
753 while (I->isBundledWithSucc())
DMachineInstrBundleIterator.h63 while (I->isBundledWithSucc())
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h62 while (I->isBundledWithSucc()) in getBundleEnd()
71 while (I->isBundledWithSucc()) in getBundleEnd()
DMachineBasicBlock.h623 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
632 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
642 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
644 while (I->isBundledWithSucc())
DMachineInstrBundleIterator.h63 while (I->isBundledWithSucc())
DMachineInstr.h374 return isBundledWithPred() || isBundledWithSucc();
383 bool isBundledWithSucc() const { return getFlag(BundledSucc); }
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp587 if (!MII->isBundledWithSucc()) in hasPropertyInBundle()
609 while (I1->isBundledWithSucc() && I2->isBundledWithSucc()) { in isIdenticalTo()
617 if (I1->isBundledWithSucc() || I2->isBundledWithSucc()) in isIdenticalTo()
766 assert(!Pred->isBundledWithSucc() && "Inconsistent bundle flags"); in bundleWithPred()
771 assert(!isBundledWithSucc() && "MI is already bundled with its successor"); in bundleWithSucc()
784 assert(Pred->isBundledWithSucc() && "Inconsistent bundle flags"); in unbundleFromPred()
789 assert(isBundledWithSucc() && "MI isn't bundled with its successor"); in unbundleFromSucc()
966 while (I->isBundledWithSucc()) { in getBundleSize()
DVirtRegMap.cpp406 if (MI.isBundledWithPred() && !MI.isBundledWithSucc()) { in expandCopyBundle()
413 I != E && I->isBundledWithSucc(); ++I) { in expandCopyBundle()
456 } else if (BundledMI->isBundledWithSucc()) { in expandCopyBundle()
DSlotIndexes.cpp143 if (MI.isBundledWithSucc()) { in removeSingleMachineInstrFromMaps()
DMachineBasicBlock.cpp1276 if (MI->isBundledWithSucc() && !MI->isBundledWithPred()) in unbundleSingleMI()
1279 if (MI->isBundledWithPred() && !MI->isBundledWithSucc()) in unbundleSingleMI()
1300 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() && in insert()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp579 if (!MII->isBundledWithSucc()) in hasPropertyInBundle()
601 while (I1->isBundledWithSucc() && I2->isBundledWithSucc()) { in isIdenticalTo()
609 if (I1->isBundledWithSucc() || I2->isBundledWithSucc()) in isIdenticalTo()
737 assert(!Pred->isBundledWithSucc() && "Inconsistent bundle flags"); in bundleWithPred()
742 assert(!isBundledWithSucc() && "MI is already bundled with its successor"); in bundleWithSucc()
755 assert(Pred->isBundledWithSucc() && "Inconsistent bundle flags"); in unbundleFromPred()
760 assert(isBundledWithSucc() && "MI isn't bundled with its successor"); in unbundleFromSucc()
922 while (I->isBundledWithSucc()) { in getBundleSize()
DVirtRegMap.cpp406 if (MI.isBundledWithPred() && !MI.isBundledWithSucc()) { in expandCopyBundle()
413 I != E && I->isBundledWithSucc(); ++I) { in expandCopyBundle()
456 } else if (BundledMI->isBundledWithSucc()) { in expandCopyBundle()
DSlotIndexes.cpp142 if (MI.isBundledWithSucc()) { in removeSingleMachineInstrFromMaps()
DMachineBasicBlock.cpp1145 if (MI->isBundledWithSucc() && !MI->isBundledWithPred()) in unbundleSingleMI()
1148 if (MI->isBundledWithPred() && !MI->isBundledWithSucc()) in unbundleSingleMI()
1169 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() && in insert()
/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp217 I->hasDelaySlot() || I->isBundledWithSucc()) in findDelayInstr()
499 if (PrevInst->isBundledWithSucc()) in tryCombineRestoreWithPrevInst()
/external/llvm-project/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp214 I->hasDelaySlot() || I->isBundledWithSucc()) in findDelayInstr()
496 if (PrevInst->isBundledWithSucc()) in tryCombineRestoreWithPrevInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp214 I->hasDelaySlot() || I->isBundledWithSucc()) in findDelayInstr()
496 if (PrevInst->isBundledWithSucc()) in tryCombineRestoreWithPrevInst()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp965 if (!MII->isBundledWithSucc()) in hasPropertyInBundle()
1093 assert(!Pred->isBundledWithSucc() && "Inconsistent bundle flags"); in bundleWithPred()
1098 assert(!isBundledWithSucc() && "MI is already bundled with its successor"); in bundleWithSucc()
1111 assert(Pred->isBundledWithSucc() && "Inconsistent bundle flags"); in unbundleFromPred()
1116 assert(isBundledWithSucc() && "MI isn't bundled with its successor"); in unbundleFromSucc()
1266 while (I->isBundledWithSucc()) { in getBundleSize()
DMachineBasicBlock.cpp996 if (MI->isBundledWithSucc() && !MI->isBundledWithPred()) in unbundleSingleMI()
999 if (MI->isBundledWithPred() && !MI->isBundledWithSucc()) in unbundleSingleMI()
1020 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() && in insert()

12