Home
last modified time | relevance | path

Searched refs:isCoalescableExtInstr (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h97 bool isCoalescableExtInstr(const MachineInstr &MI,
DPPCInstrInfo.cpp81 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in PPCInstrInfo
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.cpp37 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in AMDGPUInstrInfo
DAMDGPUInstrInfo.h52 bool isCoalescableExtInstr(const MachineInstr &MI, unsigned &SrcReg,
/external/llvm/lib/Target/X86/
DX86InstrInfo.h170 virtual bool isCoalescableExtInstr(const MachineInstr &MI,
DX86InstrInfo.cpp1374 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function in X86InstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h113 virtual bool isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr() function
/external/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp151 if (!TII->isCoalescableExtInstr(*MI, SrcReg, DstReg, SubIdx)) in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp483 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) && in EmitSubregNode()
/external/llvm/test/CodeGen/X86/
Dcrash.ll397 ; emitted blocks when isCoalescableExtInstr points out the opportunity.