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/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 71 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 155 assert((I == E || !I->isInsideBundle()) &&
167 assert((I == E || !I->isInsideBundle()) &&
206 if (I->isDebugValue() || I->isInsideBundle())
221 if (I->isDebugValue() || I->isInsideBundle())
315 if (I->isInsideBundle())
    [all...]
MachineInstr.cpp 784 while (++I1 != E1 && I1->isInsideBundle()) {
786 if (I2 == E2 || !I2->isInsideBundle() || !I1->isIdenticalTo(I2, Check))
    [all...]
MachineVerifier.cpp 332 if (!MBBI->isInsideBundle()) {
794 } else if (MI->isInsideBundle()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 103 if (++InstrI == InstrE || !InstrI->isInsideBundle())
MachineInstrBuilder.h 271 if (I->isInsideBundle()) {
308 if (I->isInsideBundle()) {
MachineInstr.h 174 /// isInsideBundle - Return true if MI is in a bundle (but not the first MI
210 bool isInsideBundle() const {
    [all...]
SlotIndexes.h 570 assert(!mi->isInsideBundle() &&
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 207 while (MII != MBB->end() && MII->isInsideBundle()) {
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 95 } while ((++I != E) && I->isInsideBundle()); // Delay slot check
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 440 while (++I != E && I->isInsideBundle()) {
636 while (++I != E && I->isInsideBundle()) {
    [all...]
Thumb2SizeReduction.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 585 while (++I != E && I->isInsideBundle()) {

Completed in 1040 milliseconds