Home
last modified time | relevance | path

Searched refs:NewVRB (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp896 Register NewVRB = 0; in reassociateFMA() local
898 NewVRB = MRI.createVirtualRegister(RC); in reassociateFMA()
899 InstrIdxForVirtReg.insert(std::make_pair(NewVRB, 1)); in reassociateFMA()
926 BuildMI(*MF, Prev->getDebugLoc(), get(FmaOp), NewVRB) in reassociateFMA()
944 .addReg(NewVRB, getKillRegState(true)) in reassociateFMA()
967 BuildMI(*MF, Prev->getDebugLoc(), get(FmaOp), NewVRB) in reassociateFMA()
986 .addReg(NewVRB, getKillRegState(true)) in reassociateFMA()