Searched refs:isCoalescableExtInstr (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h95 bool isCoalescableExtInstr(const MachineInstr &MI,
H A DPPCInstrInfo.cpp86 bool PPCInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, function in class:PPCInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h161 /// isCoalescableExtInstr - Return true if the instruction is a "coalescable"
167 virtual bool isCoalescableExtInstr(const MachineInstr &MI,
H A DX86InstrInfo.cpp1330 X86InstrInfo::isCoalescableExtInstr(const MachineInstr &MI, function in class:X86InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h107 /// isCoalescableExtInstr - Return true if the instruction is a "coalescable"
113 virtual bool isCoalescableExtInstr(const MachineInstr &MI, function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp145 if (!TII->isCoalescableExtInstr(*MI, SrcReg, DstReg, SubIdx))
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp487 TII->isCoalescableExtInstr(*DefMI, SrcReg, DstReg, DefSubIdx) &&

Completed in 314 milliseconds