Searched refs:NewVRA (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 887 Register NewVRA = MRI.createVirtualRegister(RC); in reassociateFMA() local 888 InstrIdxForVirtReg.insert(std::make_pair(NewVRA, 0)); in reassociateFMA() 925 BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), NewVRA) in reassociateFMA() 939 .addReg(NewVRA, getKillRegState(true)); in reassociateFMA() 957 get(FMAOpIdxInfo[Idx][InfoArrayIdxFMULInst]), NewVRA) in reassociateFMA() 967 .addReg(NewVRA, getKillRegState(true)) in reassociateFMA() 973 AdjustOperandOrder(MINewD, NewVRA, true, RegM31, KillM31, RegM32, in reassociateFMA() 1013 NewARegPressure = BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), NewVRA) in reassociateFMA() 1018 .addReg(NewVRA, getKillRegState(true)) in reassociateFMA()
|