HomeSort by relevance Sort by last modified time
    Searched refs:isCoalescableExtInstr (Results 1 - 15 of 15) 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/R600/
AMDGPUInstrInfo.h 54 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
AMDGPUInstrInfo.cpp 40 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
  /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/lib/Target/AArch64/
AArch64InstrInfo.h 51 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
AArch64InstrInfo.cpp 589 bool AArch64InstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 109 bool isCoalescableExtInstr(const MachineInstr &MI,
PPCInstrInfo.cpp 159 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 177 /// isCoalescableExtInstr - Return true if the instruction is a "coalescable"
183 bool isCoalescableExtInstr(const MachineInstr &MI,
X86InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 109 /// isCoalescableExtInstr - Return true if the instruction is a "coalescable"
115 virtual bool isCoalescableExtInstr(const MachineInstr &MI,
    [all...]
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 266 if (!TII->isCoalescableExtInstr(*MI, SrcReg, DstReg, SubIdx))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 493 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) &&
    [all...]

Completed in 293 milliseconds