Searched refs:NewVRA (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.cpp | 895 Register NewVRA = MRI.createVirtualRegister(RC); in reassociateFMA() local 896 InstrIdxForVirtReg.insert(std::make_pair(NewVRA, 0)); in reassociateFMA() 933 BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), NewVRA) in reassociateFMA() 947 .addReg(NewVRA, getKillRegState(true)); in reassociateFMA() 965 get(FMAOpIdxInfo[Idx][InfoArrayIdxFMULInst]), NewVRA) in reassociateFMA() 975 .addReg(NewVRA, getKillRegState(true)) in reassociateFMA() 981 AdjustOperandOrder(MINewD, NewVRA, true, RegM31, KillM31, RegM32, in reassociateFMA() 1021 NewARegPressure = BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), NewVRA) in reassociateFMA() 1026 .addReg(NewVRA, getKillRegState(true)) in reassociateFMA()
|