Home
last modified time | relevance | path

Searched refs:onlyDefinesFP (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp183 if (onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping()
269 onlyDefinesFP(*MRI.getVRegDef(Op.getReg()), MRI, TRI, Depth + 1); in hasFPConstraints()
294 bool PPCRegisterBankInfo::onlyDefinesFP(const MachineInstr &MI, in onlyDefinesFP() function in PPCRegisterBankInfo
H A DPPCRegisterBankInfo.h91 bool onlyDefinesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVRegisterBankInfo.cpp166 bool RISCVRegisterBankInfo::onlyDefinesFP(const MachineInstr &MI, in onlyDefinesFP() function in RISCVRegisterBankInfo
369 if (onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping()
425 onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping()
496 onlyDefinesFP(*DefMI, MRI, TRI)) { in getInstrMapping()
H A DRISCVRegisterBankInfo.h53 bool onlyDefinesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp541 onlyDefinesFP(*MRI.getVRegDef(Op.getReg()), MRI, TRI, Depth + 1); in hasFPConstraints()
583 bool AArch64RegisterBankInfo::onlyDefinesFP(const MachineInstr &MI, in onlyDefinesFP() function in AArch64RegisterBankInfo
804 onlyDefinesFP(*ScalarDef, MRI, TRI))) in getInstrMapping()
904 onlyDefinesFP(UseMI, MRI, TRI); in getInstrMapping()
916 if (onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping()
927 if (onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping()
987 onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping()
1136 if (onlyDefinesFP(MI, MRI, TRI)) in getInstrMapping()
H A DAArch64RegisterBankInfo.h139 bool onlyDefinesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86RegisterBankInfo.cpp102 onlyDefinesFP(*MRI.getVRegDef(Op.getReg()), MRI, TRI, Depth + 1); in hasFPConstraints()
126 bool X86RegisterBankInfo::onlyDefinesFP(const MachineInstr &MI, in onlyDefinesFP() function in X86RegisterBankInfo
384 bool IsFP = onlyDefinesFP(*DefMI, MRI, TRI); in getInstrMapping()
H A DX86RegisterBankInfo.h78 bool onlyDefinesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,