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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 36 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
AMDGPUInstrInfo.h 51 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 97 bool isCoalescableExtInstr(const MachineInstr &MI,
PPCInstrInfo.cpp 86 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 37 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
AMDGPUInstrInfo.h 53 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 36 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
AMDGPUInstrInfo.h 51 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 107 /// isCoalescableExtInstr - Return true if the instruction is a "coalescable"
113 virtual bool isCoalescableExtInstr(const MachineInstr &MI,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 164 /// isCoalescableExtInstr - Return true if the instruction is a "coalescable"
170 virtual bool isCoalescableExtInstr(const MachineInstr &MI,
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 151 if (!TII->isCoalescableExtInstr(*MI, SrcReg, DstReg, SubIdx))
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 483 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) &&
    [all...]

Completed in 338 milliseconds