/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUInstrInfo.h | 51 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
|
D | AMDGPUInstrInfo.cpp | 36 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AMDGPUInstrInfo
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDGPUInstrInfo.h | 51 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
|
D | AMDGPUInstrInfo.cpp | 36 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AMDGPUInstrInfo
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 51 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
|
D | AArch64InstrInfo.cpp | 589 bool AArch64InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AArch64InstrInfo
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUInstrInfo.h | 54 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
|
D | AMDGPUInstrInfo.cpp | 40 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AMDGPUInstrInfo
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 109 bool isCoalescableExtInstr(const MachineInstr &MI,
|
D | PPCInstrInfo.cpp | 159 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in PPCInstrInfo
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 183 bool isCoalescableExtInstr(const MachineInstr &MI,
|
D | X86InstrInfo.cpp | 1463 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in X86InstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 115 virtual bool isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function
|
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 266 if (!TII->isCoalescableExtInstr(*MI, SrcReg, DstReg, SubIdx)) in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 493 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) && in EmitSubregNode()
|
/external/llvm/test/CodeGen/X86/ |
D | crash.ll | 398 ; emitted blocks when isCoalescableExtInstr points out the opportunity.
|