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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUMCInstLower.cpp 70 while (I != MBB->end() && I->isInsideBundle()) {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUMCInstLower.cpp 70 while (I != MBB->end() && I->isInsideBundle()) {
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 215 while (LastMI != E && LastMI->isInsideBundle())
231 assert(!MII->isInsideBundle() &&
235 if (!MII->isInsideBundle())
MachineBasicBlock.cpp 157 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())
    [all...]
MachineInstr.cpp 804 while (++I1 != E1 && I1->isInsideBundle()) {
806 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
    [all...]
MachineVerifier.cpp 338 if (!MBBI->isInsideBundle()) {
801 } else if (MI->isInsideBundle()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 103 if (++InstrI == InstrE || !InstrI->isInsideBundle())
MachineInstrBuilder.h 276 if (I->isInsideBundle()) {
313 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 183 while (MII != MBB->end() && MII->isInsideBundle()) {
  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 100 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 445 while (++I != E && I->isInsideBundle()) {
655 while (++I != E && I->isInsideBundle()) {
    [all...]
Thumb2SizeReduction.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 205 } while ((++I != E) && I->isInsideBundle()); // Delay slot check
    [all...]

Completed in 371 milliseconds