/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/ |
D | MachineInstrBundleIteratorTest.cpp | 21 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/ |
D | MachineInstrBundle.h | 63 while (I->isBundledWithSucc()) in getBundleEnd() 71 while (I->isBundledWithSucc()) in getBundleEnd()
|
D | MachineBasicBlock.h | 609 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() && 618 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
|
D | MachineInstr.h | 259 return isBundledWithPred() || isBundledWithSucc(); 268 bool isBundledWithSucc() const { return getFlag(BundledSucc); }
|
D | MachineInstrBundleIterator.h | 64 while (I->isBundledWithSucc())
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 402 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()
|
D | VirtRegMap.cpp | 408 if (MI.isBundledWithPred() && !MI.isBundledWithSucc()) { in expandCopyBundle() 415 I != E && I->isBundledWithSucc(); ++I) { in expandCopyBundle() 458 } else if (BundledMI->isBundledWithSucc()) { in expandCopyBundle()
|
D | SlotIndexes.cpp | 133 if (MI.isBundledWithSucc()) { in removeSingleMachineInstrFromMaps()
|
D | MachineBasicBlock.cpp | 1143 if (MI->isBundledWithSucc() && !MI->isBundledWithPred()) in unbundleSingleMI() 1146 if (MI->isBundledWithPred() && !MI->isBundledWithSucc()) in unbundleSingleMI() 1167 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() && in insert()
|
D | MachineFunction.cpp | 328 if (!I->isBundledWithSucc()) in CloneMachineInstrBundle()
|
D | ScheduleDAGInstrs.cpp | 1089 while (I->isBundledWithSucc()) in fixupKills()
|
/external/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 217 I->hasDelaySlot() || I->isBundledWithSucc()) in findDelayInstr() 499 if (PrevInst->isBundledWithSucc()) in tryCombineRestoreWithPrevInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 215 I->hasDelaySlot() || I->isBundledWithSucc()) in findDelayInstr() 497 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()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.cpp | 140 if (MI->isBundledWithSucc()) { in moveInstrOut() 167 assert(!SingleI->isBundledWithSucc()); in moveInstrOut()
|
/external/llvm/lib/Target/Mips/ |
D | MipsLongBranch.cpp | 243 assert(Br->isBundledWithSucc()); in replaceBranch()
|
D | MipsDelaySlotFiller.cpp | 281 return MI->hasDelaySlot() && !MI->isBundledWithSucc(); in hasUnoccupiedSlot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.cpp | 169 if (MI.isBundledWithSucc()) { in moveInstrOut() 196 assert(!SingleI.isBundledWithSucc()); in moveInstrOut()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsBranchExpansion.cpp | 355 assert(Br->isBundledWithSucc()); in replaceBranch()
|
D | MipsDelaySlotFiller.cpp | 306 return MI->hasDelaySlot() && !MI->isBundledWithSucc(); in hasUnoccupiedSlot()
|