Searched refs:onlyDefinesFP (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64RegisterBankInfo.cpp | 555 onlyDefinesFP(*MRI.getVRegDef(Op.getReg()), MRI, TRI, Depth + 1); in hasFPConstraints() 576 bool AArch64RegisterBankInfo::onlyDefinesFP(const MachineInstr &MI, in onlyDefinesFP() function in AArch64RegisterBankInfo 793 onlyDefinesFP(*ScalarDef, MRI, TRI))) in getInstrMapping() 878 onlyDefinesFP(UseMI, MRI, TRI); in getInstrMapping() 890 if (onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping() 901 if (onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping() 961 onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping() 1088 if (onlyDefinesFP(MI, MRI, TRI)) in getInstrMapping()
|
| H A D | AArch64RegisterBankInfo.h | 132 bool onlyDefinesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCRegisterBankInfo.cpp | 201 if (onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping() 325 onlyDefinesFP(*MRI.getVRegDef(Op.getReg()), MRI, TRI, Depth + 1); in hasFPConstraints() 350 bool PPCRegisterBankInfo::onlyDefinesFP(const MachineInstr &MI, in onlyDefinesFP() function in PPCRegisterBankInfo
|
| H A D | PPCRegisterBankInfo.h | 90 bool onlyDefinesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVRegisterBankInfo.h | 56 bool onlyDefinesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
|
| H A D | RISCVRegisterBankInfo.cpp | 196 bool RISCVRegisterBankInfo::onlyDefinesFP(const MachineInstr &MI, in onlyDefinesFP() function in RISCVRegisterBankInfo 341 if (onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping() 386 onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping()
|