/external/llvm-project/llvm/unittests/CodeGen/ |
D | MachineInstrBundleIteratorTest.cpp | 20 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/ |
D | MachineInstrBundle.h | 63 while (I->isBundledWithSucc()) in getBundleEnd() 72 while (I->isBundledWithSucc()) in getBundleEnd()
|
D | MachineInstrBundleIterator.h | 71 while (MII->isBundledWithSucc())
|
D | MachineBasicBlock.h | 537 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() && 546 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
|
D | MachineInstr.h | 237 return isBundledWithPred() || isBundledWithSucc(); 246 bool isBundledWithSucc() const { return getFlag(BundledSucc); }
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineInstrBundle.h | 62 while (I->isBundledWithSucc()) in getBundleEnd() 71 while (I->isBundledWithSucc()) in getBundleEnd()
|
D | MachineBasicBlock.h | 732 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() && 741 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() && 751 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() && 753 while (I->isBundledWithSucc())
|
D | MachineInstrBundleIterator.h | 63 while (I->isBundledWithSucc())
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstrBundle.h | 62 while (I->isBundledWithSucc()) in getBundleEnd() 71 while (I->isBundledWithSucc()) in getBundleEnd()
|
D | MachineBasicBlock.h | 623 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() && 632 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() && 642 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() && 644 while (I->isBundledWithSucc())
|
D | MachineInstrBundleIterator.h | 63 while (I->isBundledWithSucc())
|
D | MachineInstr.h | 374 return isBundledWithPred() || isBundledWithSucc(); 383 bool isBundledWithSucc() const { return getFlag(BundledSucc); }
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 587 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()
|
D | VirtRegMap.cpp | 406 if (MI.isBundledWithPred() && !MI.isBundledWithSucc()) { in expandCopyBundle() 413 I != E && I->isBundledWithSucc(); ++I) { in expandCopyBundle() 456 } else if (BundledMI->isBundledWithSucc()) { in expandCopyBundle()
|
D | SlotIndexes.cpp | 143 if (MI.isBundledWithSucc()) { in removeSingleMachineInstrFromMaps()
|
D | MachineBasicBlock.cpp | 1276 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/ |
D | MachineInstr.cpp | 579 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()
|
D | VirtRegMap.cpp | 406 if (MI.isBundledWithPred() && !MI.isBundledWithSucc()) { in expandCopyBundle() 413 I != E && I->isBundledWithSucc(); ++I) { in expandCopyBundle() 456 } else if (BundledMI->isBundledWithSucc()) { in expandCopyBundle()
|
D | SlotIndexes.cpp | 142 if (MI.isBundledWithSucc()) { in removeSingleMachineInstrFromMaps()
|
D | MachineBasicBlock.cpp | 1145 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/ |
D | DelaySlotFiller.cpp | 217 I->hasDelaySlot() || I->isBundledWithSucc()) in findDelayInstr() 499 if (PrevInst->isBundledWithSucc()) in tryCombineRestoreWithPrevInst()
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 214 I->hasDelaySlot() || I->isBundledWithSucc()) in findDelayInstr() 496 if (PrevInst->isBundledWithSucc()) in tryCombineRestoreWithPrevInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 214 I->hasDelaySlot() || I->isBundledWithSucc()) in findDelayInstr() 496 if (PrevInst->isBundledWithSucc()) in tryCombineRestoreWithPrevInst()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 965 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()
|
D | MachineBasicBlock.cpp | 996 if (MI->isBundledWithSucc() && !MI->isBundledWithPred()) in unbundleSingleMI() 999 if (MI->isBundledWithPred() && !MI->isBundledWithSucc()) in unbundleSingleMI() 1020 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() && in insert()
|