Searched refs:isInsideBundle (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUMCInstLower.cpp70 while (I != MBB->end() && I->isInsideBundle()) {
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUMCInstLower.cpp70 while (I != MBB->end() && I->isInsideBundle()) {
/external/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp215 while (LastMI != E && LastMI->isInsideBundle())
231 assert(!MII->isInsideBundle() &&
235 if (!MII->isInsideBundle())
H A DMachineBasicBlock.cpp157 assert((I == E || !I->isInsideBundle()) &&
169 assert((I == E || !I->isInsideBundle()) &&
208 if (I->isDebugValue() || I->isInsideBundle())
223 if (I->isDebugValue() || I->isInsideBundle())
317 if (I->isInsideBundle())
H A DMachineInstr.cpp804 while (++I1 != E1 && I1->isInsideBundle()) {
806 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
H A DMachineVerifier.cpp338 if (!MBBI->isInsideBundle()) {
801 } else if (MI->isInsideBundle()) {
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h103 if (++InstrI == InstrE || !InstrI->isInsideBundle())
H A DMachineInstrBuilder.h276 if (I->isInsideBundle()) {
313 if (I->isInsideBundle()) {
H A DMachineInstr.h175 /// isInsideBundle - Return true if MI is in a bundle (but not the first MI
211 bool isInsideBundle() const { function in class:llvm::MachineInstr
H A DSlotIndexes.h570 assert(!mi->isInsideBundle() &&
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp183 while (MII != MBB->end() && MII->isInsideBundle()) {
/external/llvm/lib/Target/R600/
H A DAMDGPUMCInstLower.cpp100 while (I != MBB->end() && I->isInsideBundle()) {
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp276 } while ((++I != E) && I->isInsideBundle()); // Delay slot check.
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp445 while (++I != E && I->isInsideBundle()) {
655 while (++I != E && I->isInsideBundle()) {
3268 assert(II->isInsideBundle() && "Empty bundle?");
3271 while (II->isInsideBundle()) {
3290 assert(II->isInsideBundle() && "Empty bundle?");
3295 while (II != E && II->isInsideBundle()) {
3835 while (++I != E && I->isInsideBundle()) {
H A DThumb2SizeReduction.cpp968 if (!NextInSameBundle && MI->isInsideBundle()) {
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp205 } while ((++I != E) && I->isInsideBundle()); // Delay slot check

Completed in 2931 milliseconds