HomeSort by relevance Sort by last modified time
    Searched refs:isInsideBundle (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 48 while (I->isInsideBundle())
55 while (I->isInsideBundle())
85 if (++InstrI == InstrE || !InstrI->isInsideBundle())
MachineBasicBlock.h 147 assert(!MII->isInsideBundle() &&
152 assert(!mi.isInsideBundle() &&
156 assert((!mi || !mi->isInsideBundle()) &&
178 } while (MII->isInsideBundle());
184 } while (MII->isInsideBundle());
191 } while (MII->isInsideBundle());
198 } while (MII->isInsideBundle());
243 while (II->isInsideBundle())
251 while (II->isInsideBundle())
259 while (II->isInsideBundle())
    [all...]
MachineInstrBuilder.h 233 if (I->isInsideBundle()) {
268 if (I->isInsideBundle()) {
MachineInstr.h 185 /// isInsideBundle - Return true if MI is in a bundle (but not the first MI
221 bool isInsideBundle() const {
    [all...]
SlotIndexes.h 590 assert(!mi->isInsideBundle() &&
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 50 while (++MII != MIE && MII->isInsideBundle()) {
214 while (LastMI != E && LastMI->isInsideBundle())
228 assert(!MII->isInsideBundle() &&
235 if (!MII->isInsideBundle())
MachineBasicBlock.cpp 147 assert(!I->isInsideBundle() && "First non-phi MI cannot be inside a bundle!");
158 assert(!I->isInsideBundle() &&
197 if (I->isDebugValue() || I->isInsideBundle())
212 if (I->isDebugValue() || I->isInsideBundle())
306 if (I->isInsideBundle())
766 while (MII != E && MII->isInsideBundle()) {
    [all...]
MachineInstr.cpp 758 while (MII != MBB->end() && MII->isInsideBundle()) {
786 while (++I1 != E1 && I1->isInsideBundle()) {
788 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
845 while (MII != E && MII->isInsideBundle()) {
865 while (MII != E && MII->isInsideBundle()) {
893 if (isInsideBundle())
897 return nextMI != Parent->instr_end() && nextMI->isInsideBundle();
    [all...]
LiveIntervalAnalysis.cpp     [all...]
MachineVerifier.cpp 602 } else if (MI->isInsideBundle()) {
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 900 if (NextMII != E && MI->isInsideBundle() && !NextMII->isInsideBundle()) {
    [all...]
ARMBaseInstrInfo.cpp 444 while (++I != E && I->isInsideBundle()) {
639 while (++I != E && I->isInsideBundle()) {
    [all...]

Completed in 285 milliseconds