Searched refs:isCoalescableExtInstr (Results 1 – 14 of 14) sorted by relevance
/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/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstrInfo.h | 51 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 | 152 bool isCoalescableExtInstr(const MachineInstr &MI,
|
D | PPCInstrInfo.cpp | 247 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in PPCInstrInfo
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 52 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
|
D | AArch64InstrInfo.cpp | 594 bool AArch64InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AArch64InstrInfo
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 196 bool isCoalescableExtInstr(const MachineInstr &MI,
|
D | X86InstrInfo.cpp | 2042 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in X86InstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 167 virtual bool isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 499 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.
|
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 416 if (!TII->isCoalescableExtInstr(*MI, SrcReg, DstReg, SubIdx)) in INITIALIZE_PASS_DEPENDENCY()
|