Searched refs:onlyUsesFP (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVRegisterBankInfo.cpp | 193 bool RISCVRegisterBankInfo::onlyUsesFP(const MachineInstr &MI, in onlyUsesFP() function in RISCVRegisterBankInfo 227 [&](const MachineInstr &UseMI) { return onlyUsesFP(UseMI, MRI, TRI); }); in anyUseOnlyUseFP() 426 return onlyUsesFP(UseMI, MRI, TRI); in getInstrMapping()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCRegisterBankInfo.h | 86 bool onlyUsesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
|
H A D | PPCRegisterBankInfo.cpp | 187 return onlyUsesFP(UseMI, MRI, TRI); in getInstrMapping() 294 bool PPCRegisterBankInfo::onlyUsesFP(const MachineInstr &MI, in onlyUsesFP() function in PPCRegisterBankInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64RegisterBankInfo.cpp | 511 if (onlyUsesFP(UseMI, MRI, TRI, Depth + 1)) in isPHIWithFPContraints() 555 bool AArch64RegisterBankInfo::onlyUsesFP(const MachineInstr &MI, in onlyUsesFP() function in AArch64RegisterBankInfo 884 return onlyUsesFP(UseMI, MRI, TRI) || in getInstrMapping() 948 [&](MachineInstr &MI) { return onlyUsesFP(MI, MRI, TRI); })) in getInstrMapping() 990 [&](MachineInstr &MI) { return onlyUsesFP(MI, MRI, TRI); })) { in getInstrMapping() 1110 if (onlyUsesFP(MI, MRI, TRI)) in getInstrMapping()
|
H A D | AArch64RegisterBankInfo.h | 135 bool onlyUsesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86RegisterBankInfo.h | 74 bool onlyUsesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
|
H A D | X86RegisterBankInfo.cpp | 133 bool X86RegisterBankInfo::onlyUsesFP(const MachineInstr &MI, in onlyUsesFP() function in X86RegisterBankInfo 384 return onlyUsesFP(UseMI, MRI, TRI); in getInstrMapping()
|