Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp898 Register NewVRB = 0; in reassociateFMA() local
900 NewVRB = MRI.createVirtualRegister(RC); in reassociateFMA()
901 InstrIdxForVirtReg.insert(std::make_pair(NewVRB, 1)); in reassociateFMA()
928 BuildMI(*MF, Prev->getDebugLoc(), get(FmaOp), NewVRB) in reassociateFMA()
946 .addReg(NewVRB, getKillRegState(true)) in reassociateFMA()
969 BuildMI(*MF, Prev->getDebugLoc(), get(FmaOp), NewVRB) in reassociateFMA()
988 .addReg(NewVRB, getKillRegState(true)) in reassociateFMA()