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

  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUMCInstLower.cpp 70 while (I != MBB->end() && I->isInsideBundle()) {
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 216 while (LastMI != E && LastMI->isInsideBundle())
232 assert(!MII->isInsideBundle() &&
236 if (!MII->isInsideBundle())
MachineBasicBlock.cpp 148 assert((I == E || !I->isInsideBundle()) &&
160 assert((I == E || !I->isInsideBundle()) &&
199 if (I->isDebugValue() || I->isInsideBundle())
214 if (I->isDebugValue() || I->isInsideBundle())
308 if (I->isInsideBundle())
    [all...]
MachineInstr.cpp 841 while (++I1 != E1 && I1->isInsideBundle()) {
843 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
    [all...]
MachineVerifier.cpp 324 if (!MBBI->isInsideBundle()) {
797 } else if (MI->isInsideBundle()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 103 if (++InstrI == InstrE || !InstrI->isInsideBundle())
MachineInstrBuilder.h 283 if (I->isInsideBundle()) {
320 if (I->isInsideBundle()) {
MachineInstr.h 175 /// isInsideBundle - Return true if MI is in a bundle (but not the first MI
211 bool isInsideBundle() const {
    [all...]
SlotIndexes.h 570 assert(!mi->isInsideBundle() &&
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 187 while (MII != MBB->end() && MII->isInsideBundle()) {
  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 109 while (I != MBB->end() && I->isInsideBundle()) {
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 276 } while ((++I != E) && I->isInsideBundle()); // Delay slot check.
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 446 while (++I != E && I->isInsideBundle()) {
687 while (++I != E && I->isInsideBundle()) {
    [all...]
Thumb2SizeReduction.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 208 } while ((++I != E) && I->isInsideBundle()); // Delay slot check
    [all...]

Completed in 2989 milliseconds