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

/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUMCInstLower.cpp70 while (I != MBB->end() && I->isInsideBundle()) {
/external/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp227 while (LastMI != E && LastMI->isInsideBundle())
243 assert(!MII->isInsideBundle() &&
247 if (!MII->isInsideBundle())
H A DMachineBasicBlock.cpp145 assert((I == E || !I->isInsideBundle()) &&
157 assert((I == E || !I->isInsideBundle()) &&
194 if (I->isDebugValue() || I->isInsideBundle())
312 if (I->isInsideBundle())
H A DMachineInstr.cpp899 while (++I1 != E1 && I1->isInsideBundle()) {
901 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(&*I2, Check))
H A DMachineVerifier.cpp344 if (!MBBI->isInsideBundle()) {
817 } else if (MI->isInsideBundle()) {
H A DMIRPrinter.cpp494 if (IsInBundle && !MI.isInsideBundle()) {
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h103 if (++InstrI == InstrE || !InstrI->isInsideBundle())
H A DMachineInstrBuilder.h279 if (I->isInsideBundle()) {
315 if (I->isInsideBundle()) {
H A DMachineInstr.h208 bool isInsideBundle() const { function in class:llvm::MachineInstr
H A DSlotIndexes.h577 assert(!mi->isInsideBundle() &&
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp101 while (I != MBB->instr_end() && I->isInsideBundle()) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp577 for (++MII; MII != MBB->instr_end() && MII->isInsideBundle(); ++MII)
H A DHexagonVLIWPacketizer.cpp1008 if (!MI->isInsideBundle())
H A DHexagonInstrInfo.cpp2649 for (++MII; MII != MIE && MII->isInsideBundle(); ++MII) {
/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()) {
652 while (++I != E && I->isInsideBundle()) {
3414 assert(II->isInsideBundle() && "Empty bundle?");
3417 while (II->isInsideBundle()) {
3436 assert(II->isInsideBundle() && "Empty bundle?");
3441 while (II != E && II->isInsideBundle()) {
3980 while (++I != E && I->isInsideBundle()) {
H A DThumb2SizeReduction.cpp986 if (!NextInSameBundle && MI->isInsideBundle()) {
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp207 } while ((++I != E) && I->isInsideBundle()); // Delay slot check

Completed in 857 milliseconds