Home
last modified time | relevance | path

Searched refs:isBundledWithPred (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm/include/llvm/CodeGen/
DMachineInstrBundleIterator.h34 assert(!MI.isBundledWithPred() && "It's not legal to initialize " in MachineInstrBundleIterator()
40 assert((!MI || !MI->isBundledWithPred()) && "It's not legal to initialize " in MachineInstrBundleIterator()
67 while (MII->isBundledWithPred());
DMachineInstrBundle.h48 while (I->isBundledWithPred()) in getBundleStart()
55 while (I->isBundledWithPred()) in getBundleStart()
DMachineInstr.h237 return isBundledWithPred() || isBundledWithSucc();
242 bool isBundledWithPred() const { return getFlag(BundledPred); }
406 if (Type == IgnoreBundle || !isBundled() || isBundledWithPred())
DMachineBasicBlock.h537 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
546 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
/external/llvm-project/llvm/unittests/CodeGen/
DMachineInstrBundleIteratorTest.cpp19 bool isBundledWithPred() const { return true; } in isBundledWithPred() function
37 EXPECT_TRUE(MBI.isBundledWithPred()); in TEST()
76 EXPECT_TRUE(MBI.isBundledWithPred()); in TEST()
134 bool isBundledWithPred() const { return false; } in isBundledWithPred() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstrBundleIterator.h55 while (I->isBundledWithPred())
133 assert((!MI.getNodePtr() || MI.isEnd() || !MI->isBundledWithPred()) &&
139 assert(!MI.isBundledWithPred() && "It's not legal to initialize "
146 assert((!MI || !MI->isBundledWithPred()) && "It's not legal to initialize "
DMachineInstrBundle.h46 while (I->isBundledWithPred()) in getBundleStart()
54 while (I->isBundledWithPred()) in getBundleStart()
DMachineBasicBlock.h732 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
741 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
751 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
DMachineInstr.h390 return isBundledWithPred() || isBundledWithSucc();
395 bool isBundledWithPred() const { return getFlag(BundledPred); }
736 if (Type == IgnoreBundle || !isBundled() || isBundledWithPred())
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBundleIterator.h55 while (I->isBundledWithPred())
133 assert((!MI.getNodePtr() || MI.isEnd() || !MI->isBundledWithPred()) &&
139 assert(!MI.isBundledWithPred() && "It's not legal to initialize "
146 assert((!MI || !MI->isBundledWithPred()) && "It's not legal to initialize "
DMachineInstrBundle.h46 while (I->isBundledWithPred()) in getBundleStart()
54 while (I->isBundledWithPred()) in getBundleStart()
DMachineBasicBlock.h623 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
632 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
642 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
DMachineInstr.h374 return isBundledWithPred() || isBundledWithSucc();
379 bool isBundledWithPred() const { return getFlag(BundledPred); }
639 if (Type == IgnoreBundle || !isBundled() || isBundledWithPred())
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSlotIndexes.cpp116 assert(!MI.isBundledWithPred() && in removeMachineInstrFromMaps()
144 assert(!MI.isBundledWithPred() && "Should have first bundle isntruction"); 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()
1172 if (I != instr_end() && I->isBundledWithPred()) { in insert()
DMachineInstr.cpp569 assert(!isBundledWithPred() && "Must be called on bundle header"); in hasPropertyInBundle()
733 assert(!isBundledWithPred() && "MI is already bundled with its predecessor"); in bundleWithPred()
746 assert(!Succ->isBundledWithPred() && "Inconsistent bundle flags"); in bundleWithSucc()
751 assert(isBundledWithPred() && "MI isn't bundled with its predecessor"); in unbundleFromPred()
764 assert(Succ->isBundledWithPred() && "Inconsistent bundle flags"); in unbundleFromSucc()
DMachineInstrBundle.cpp60 while (++MII != MIE && MII->isBundledWithPred()) { in runOnMachineFunction()
/external/llvm-project/llvm/lib/CodeGen/
DSlotIndexes.cpp117 assert((AllowBundled || !MI.isBundledWithPred()) && in removeMachineInstrFromMaps()
145 assert(!MI.isBundledWithPred() && "Should be first bundle instruction"); 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()
1303 if (I != instr_end() && I->isBundledWithPred()) { in insert()
DMachineInstr.cpp577 assert(!isBundledWithPred() && "Must be called on bundle header"); in hasPropertyInBundle()
762 assert(!isBundledWithPred() && "MI is already bundled with its predecessor"); in bundleWithPred()
775 assert(!Succ->isBundledWithPred() && "Inconsistent bundle flags"); in bundleWithSucc()
780 assert(isBundledWithPred() && "MI isn't bundled with its predecessor"); in unbundleFromPred()
793 assert(Succ->isBundledWithPred() && "Inconsistent bundle flags"); in unbundleFromSucc()
DMachineInstrBundle.cpp60 while (++MII != MIE && MII->isBundledWithPred()) { in runOnMachineFunction()
/external/llvm/lib/CodeGen/
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()
1023 if (I != instr_end() && I->isBundledWithPred()) { in insert()
DMachineInstrBundle.cpp59 while (++MII != MIE && MII->isBundledWithPred()) { in runOnMachineFunction()
DMachineInstr.cpp955 assert(!isBundledWithPred() && "Must be called on bundle header"); in hasPropertyInBundle()
1089 assert(!isBundledWithPred() && "MI is already bundled with its predecessor"); in bundleWithPred()
1102 assert(!Succ->isBundledWithPred() && "Inconsistent bundle flags"); in bundleWithSucc()
1107 assert(isBundledWithPred() && "MI isn't bundled with its predecessor"); in unbundleFromPred()
1120 assert(Succ->isBundledWithPred() && "Inconsistent bundle flags"); in unbundleFromSucc()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp777 for (++I; I != E && I->isBundledWithPred(); ++I) { in adjustSchedDependency()
790 for (++I; I != E && I->isBundledWithPred() && Lat; ++I) { in adjustSchedDependency()

12