Searched refs:onlyDefinesFP (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCRegisterBankInfo.cpp | 202 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 D | PPCRegisterBankInfo.h | 90 bool onlyDefinesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64RegisterBankInfo.cpp | 551 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 D | AArch64RegisterBankInfo.h | 139 bool onlyDefinesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86RegisterBankInfo.cpp | 129 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 D | X86RegisterBankInfo.h | 78 bool onlyDefinesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVRegisterBankInfo.cpp | 208 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()
|