Home
last modified time | relevance | path

Searched refs:isBundledWithPred (Results 1 – 25 of 27) 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/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineInstrBundleIteratorTest.cpp20 bool isBundledWithPred() const { return true; } in isBundledWithPred() function
38 EXPECT_TRUE(MBI.isBundledWithPred()); in TEST()
77 EXPECT_TRUE(MBI.isBundledWithPred()); in TEST()
135 bool isBundledWithPred() const { return false; } in isBundledWithPred() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstrBundleIterator.h56 while (I->isBundledWithPred())
134 assert((!MI.getNodePtr() || MI.isEnd() || !MI->isBundledWithPred()) &&
140 assert(!MI.isBundledWithPred() && "It's not legal to initialize "
147 assert((!MI || !MI->isBundledWithPred()) && "It's not legal to initialize "
DMachineInstrBundle.h47 while (I->isBundledWithPred()) in getBundleStart()
55 while (I->isBundledWithPred()) in getBundleStart()
DMachineInstr.h259 return isBundledWithPred() || isBundledWithSucc();
264 bool isBundledWithPred() const { return getFlag(BundledPred); }
454 if (Type == IgnoreBundle || !isBundled() || isBundledWithPred())
DMachineBasicBlock.h609 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
618 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSlotIndexes.cpp107 assert(!MI.isBundledWithPred() && in removeMachineInstrFromMaps()
135 assert(!MI.isBundledWithPred() && "Should have first bundle isntruction"); 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()
1170 if (I != instr_end() && I->isBundledWithPred()) { in insert()
DMachineInstr.cpp392 assert(!isBundledWithPred() && "Must be called on bundle header"); in hasPropertyInBundle()
556 assert(!isBundledWithPred() && "MI is already bundled with its predecessor"); in bundleWithPred()
569 assert(!Succ->isBundledWithPred() && "Inconsistent bundle flags"); in bundleWithSucc()
574 assert(isBundledWithPred() && "MI isn't bundled with its predecessor"); in unbundleFromPred()
587 assert(Succ->isBundledWithPred() && "Inconsistent bundle flags"); in unbundleFromSucc()
DMachineInstrBundle.cpp60 while (++MII != MIE && MII->isBundledWithPred()) { in runOnMachineFunction()
DVirtRegMap.cpp408 if (MI.isBundledWithPred() && !MI.isBundledWithSucc()) { in expandCopyBundle()
/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()
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()
DMachineInstrBundle.cpp59 while (++MII != MIE && MII->isBundledWithPred()) { in runOnMachineFunction()
/external/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp127 } while ((++BI)->isBundledWithPred()); in getPreviousVector()
DR600ControlFlowFinalizer.cpp411 while (++BI != E && BI->isBundledWithPred()) { in MakeALUClause()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp125 } while ((++BI)->isBundledWithPred()); in getPreviousVector()
DR600ControlFlowFinalizer.cpp427 while (++BI != E && BI->isBundledWithPred()) { in MakeALUClause()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp1022 bool NextInSameBundle = NextMII != E && NextMII->isBundledWithPred(); in ReduceMBB()
1030 if (NextInSameBundle && !NextMII->isBundledWithPred()) in ReduceMBB()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp1046 bool NextInSameBundle = NextMII != E && NextMII->isBundledWithPred(); in ReduceMBB()
1054 if (NextInSameBundle && !NextMII->isBundledWithPred()) in ReduceMBB()
/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp139 assert(MI->isBundledWithPred()); in moveInstrOut()
155 for (++I; I != E && I->isBundledWithPred(); ++I) in moveInstrOut()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp168 assert(MI.isBundledWithPred()); in moveInstrOut()
184 for (++I; I != E && I->isBundledWithPred(); ++I) in moveInstrOut()

12