Searched refs:isMoveInstr (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.h | 55 virtual bool isMoveInstr(const MachineInstr &MI, unsigned &SrcReg,
|
D | NVPTXInstrInfo.cpp | 68 bool NVPTXInstrInfo::isMoveInstr(const MachineInstr &MI, unsigned &SrcReg, in isMoveInstr() function in NVPTXInstrInfo
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXInstrInfo.h | 52 virtual bool isMoveInstr(const MachineInstr& MI,
|
D | PTXInstrInfo.cpp | 89 bool PTXInstrInfo::isMoveInstr(const MachineInstr& MI, in isMoveInstr() function in PTXInstrInfo
|
/external/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 278 static bool isMoveInstr(const TargetRegisterInfo &tri, const MachineInstr *MI, in isMoveInstr() function 320 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub)) in setRegisters() 414 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub)) in isCoalescable() 1148 isMoveInstr(*TRI, CopyMI, SrcReg, DstReg, SrcSubIdx, DstSubIdx); in eliminateUndefCopy() 2837 isMoveInstr(*TRI, &Copy, SrcReg, DstReg, SrcSubReg, DstSubReg); in applyTerminalRule() 2861 isMoveInstr(*TRI, &Copy, OtherSrcReg, OtherReg, OtherSrcSubReg, in applyTerminalRule()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 223 static bool isMoveInstr(const TargetRegisterInfo &tri, const MachineInstr *MI, in isMoveInstr() function 248 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub)) in setRegisters() 338 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub)) in isCoalescable()
|