Searched refs:NewVRA (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 885 Register NewVRA = MRI.createVirtualRegister(RC); in reassociateFMA() local 886 InstrIdxForVirtReg.insert(std::make_pair(NewVRA, 0)); in reassociateFMA() 923 BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), NewVRA) in reassociateFMA() 937 .addReg(NewVRA, getKillRegState(true)); in reassociateFMA() 955 get(FMAOpIdxInfo[Idx][InfoArrayIdxFMULInst]), NewVRA) in reassociateFMA() 965 .addReg(NewVRA, getKillRegState(true)) in reassociateFMA() 971 AdjustOperandOrder(MINewD, NewVRA, true, RegM31, KillM31, RegM32, in reassociateFMA() 1011 NewARegPressure = BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), NewVRA) in reassociateFMA() 1016 .addReg(NewVRA, getKillRegState(true)) in reassociateFMA()
|