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/R600/ |
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 | 118 bool isCoalescableExtInstr(const MachineInstr &MI,
|
D | PPCInstrInfo.cpp | 156 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 | 591 bool AArch64InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AArch64InstrInfo
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 189 bool isCoalescableExtInstr(const MachineInstr &MI,
|
D | X86InstrInfo.cpp | 2025 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in X86InstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 124 virtual bool isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function
|
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 319 if (!TII->isCoalescableExtInstr(*MI, SrcReg, DstReg, SubIdx)) in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 497 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.
|