Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp202 if (onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping()
288 onlyDefinesFP(*MRI.getVRegDef(Op.getReg()), MRI, TRI, Depth + 1); in hasFPConstraints()
313 bool PPCRegisterBankInfo::onlyDefinesFP(const MachineInstr &MI, in onlyDefinesFP() function in PPCRegisterBankInfo
H A DPPCRegisterBankInfo.h90 bool onlyDefinesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp551 onlyDefinesFP(*MRI.getVRegDef(Op.getReg()), MRI, TRI, Depth + 1); in hasFPConstraints()
572 bool AArch64RegisterBankInfo::onlyDefinesFP(const MachineInstr &MI, in onlyDefinesFP() function in AArch64RegisterBankInfo
793 onlyDefinesFP(*ScalarDef, MRI, TRI))) in getInstrMapping()
885 onlyDefinesFP(UseMI, MRI, TRI); in getInstrMapping()
897 if (onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping()
908 if (onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping()
968 onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping()
1101 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.cpp129 onlyDefinesFP(*MRI.getVRegDef(Op.getReg()), MRI, TRI, Depth + 1); in hasFPConstraints()
152 bool X86RegisterBankInfo::onlyDefinesFP(const MachineInstr &MI, in onlyDefinesFP() function in X86RegisterBankInfo
395 bool IsFP = onlyDefinesFP(*DefMI, MRI, TRI); in getInstrMapping()
H A DX86RegisterBankInfo.h78 bool onlyDefinesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVRegisterBankInfo.cpp208 bool RISCVRegisterBankInfo::onlyDefinesFP(const MachineInstr &MI, in onlyDefinesFP() function in RISCVRegisterBankInfo
391 if (onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping()
447 onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping()