Home
last modified time | relevance | path

Searched refs:isMoveInstr (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.h55 virtual bool isMoveInstr(const MachineInstr &MI, unsigned &SrcReg,
DNVPTXInstrInfo.cpp68 bool NVPTXInstrInfo::isMoveInstr(const MachineInstr &MI, unsigned &SrcReg, in isMoveInstr() function in NVPTXInstrInfo
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp278 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/llvm-project/llvm/lib/CodeGen/
DRegisterCoalescer.cpp390 LLVM_NODISCARD static bool isMoveInstr(const TargetRegisterInfo &tri, in INITIALIZE_PASS_DEPENDENCY()
434 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub)) in setRegisters()
529 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub)) in isCoalescable()
1582 if(!isMoveInstr(*TRI, CopyMI, SrcReg, DstReg, SrcSubIdx, DstSubIdx)) in eliminateUndefCopy()
3728 if (!isMoveInstr(*TRI, &Copy, SrcReg, DstReg, SrcSubReg, DstSubReg)) in applyTerminalRule()
3753 if (!isMoveInstr(*TRI, &Copy, OtherSrcReg, OtherReg, OtherSrcSubReg, in applyTerminalRule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp390 LLVM_NODISCARD static bool isMoveInstr(const TargetRegisterInfo &tri, in INITIALIZE_PASS_DEPENDENCY()
433 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub)) in setRegisters()
527 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub)) in isCoalescable()
1556 if(!isMoveInstr(*TRI, CopyMI, SrcReg, DstReg, SrcSubIdx, DstSubIdx)) in eliminateUndefCopy()
3705 if (!isMoveInstr(*TRI, &Copy, SrcReg, DstReg, SrcSubReg, DstSubReg)) in applyTerminalRule()
3729 if (!isMoveInstr(*TRI, &Copy, OtherSrcReg, OtherReg, OtherSrcSubReg, in applyTerminalRule()