Searched refs:onlyDefinesFP (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCRegisterBankInfo.cpp | 168 if (onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping() 272 onlyDefinesFP(*MRI.getVRegDef(Op.getReg()), MRI, TRI, Depth + 1); in hasFPConstraints() 297 bool PPCRegisterBankInfo::onlyDefinesFP(const MachineInstr &MI, in onlyDefinesFP() function in PPCRegisterBankInfo
|
| H A D | PPCRegisterBankInfo.h | 89 bool onlyDefinesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64RegisterBankInfo.cpp | 529 onlyDefinesFP(*MRI.getVRegDef(Op.getReg()), MRI, TRI, Depth + 1); in hasFPConstraints() 550 bool AArch64RegisterBankInfo::onlyDefinesFP(const MachineInstr &MI, in onlyDefinesFP() function in AArch64RegisterBankInfo 708 onlyDefinesFP(*ScalarDef, MRI, TRI))) in getInstrMapping() 787 onlyDefinesFP(UseMI, MRI, TRI); in getInstrMapping() 798 if (onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping() 848 onlyDefinesFP(*DefMI, MRI, TRI)) in getInstrMapping()
|
| H A D | AArch64RegisterBankInfo.h | 130 bool onlyDefinesFP(const MachineInstr &MI, const MachineRegisterInfo &MRI,
|