Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineInstrBundleIteratorTest.cpp21 bool isBundledWithSucc() const { return true; } in isBundledWithSucc() function
39 EXPECT_TRUE(MBI.isBundledWithSucc()); in TEST()
78 EXPECT_TRUE(MBI.isBundledWithSucc()); in TEST()
136 bool isBundledWithSucc() const { return false; } in isBundledWithSucc() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstrBundle.h63 while (I->isBundledWithSucc()) in getBundleEnd()
71 while (I->isBundledWithSucc()) in getBundleEnd()
DMachineBasicBlock.h609 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
618 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
DMachineInstr.h259 return isBundledWithPred() || isBundledWithSucc();
268 bool isBundledWithSucc() const { return getFlag(BundledSucc); }
DMachineInstrBundleIterator.h64 while (I->isBundledWithSucc())
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp402 if (!MII->isBundledWithSucc()) in hasPropertyInBundle()
424 while (I1->isBundledWithSucc() && I2->isBundledWithSucc()) { in isIdenticalTo()
432 if (I1->isBundledWithSucc() || I2->isBundledWithSucc()) in isIdenticalTo()
560 assert(!Pred->isBundledWithSucc() && "Inconsistent bundle flags"); in bundleWithPred()
565 assert(!isBundledWithSucc() && "MI is already bundled with its successor"); in bundleWithSucc()
578 assert(Pred->isBundledWithSucc() && "Inconsistent bundle flags"); in unbundleFromPred()
583 assert(isBundledWithSucc() && "MI isn't bundled with its successor"); in unbundleFromSucc()
741 while (I->isBundledWithSucc()) { in getBundleSize()
DVirtRegMap.cpp408 if (MI.isBundledWithPred() && !MI.isBundledWithSucc()) { in expandCopyBundle()
415 I != E && I->isBundledWithSucc(); ++I) { in expandCopyBundle()
458 } else if (BundledMI->isBundledWithSucc()) { in expandCopyBundle()
DSlotIndexes.cpp133 if (MI.isBundledWithSucc()) { in removeSingleMachineInstrFromMaps()
DMachineBasicBlock.cpp1143 if (MI->isBundledWithSucc() && !MI->isBundledWithPred()) in unbundleSingleMI()
1146 if (MI->isBundledWithPred() && !MI->isBundledWithSucc()) in unbundleSingleMI()
1167 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() && in insert()
DMachineFunction.cpp328 if (!I->isBundledWithSucc()) in CloneMachineInstrBundle()
DScheduleDAGInstrs.cpp1089 while (I->isBundledWithSucc()) in fixupKills()
/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp217 I->hasDelaySlot() || I->isBundledWithSucc()) in findDelayInstr()
499 if (PrevInst->isBundledWithSucc()) in tryCombineRestoreWithPrevInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp215 I->hasDelaySlot() || I->isBundledWithSucc()) in findDelayInstr()
497 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()
/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp140 if (MI->isBundledWithSucc()) { in moveInstrOut()
167 assert(!SingleI->isBundledWithSucc()); in moveInstrOut()
/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp243 assert(Br->isBundledWithSucc()); in replaceBranch()
DMipsDelaySlotFiller.cpp281 return MI->hasDelaySlot() && !MI->isBundledWithSucc(); in hasUnoccupiedSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp169 if (MI.isBundledWithSucc()) { in moveInstrOut()
196 assert(!SingleI.isBundledWithSucc()); in moveInstrOut()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp355 assert(Br->isBundledWithSucc()); in replaceBranch()
DMipsDelaySlotFiller.cpp306 return MI->hasDelaySlot() && !MI->isBundledWithSucc(); in hasUnoccupiedSlot()

12