Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp201 MachineInstr *UpdateMI = nullptr; in convertToThreeAddress() local
225 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
234 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
243 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
256 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
263 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
289 NewMIs.push_back(UpdateMI); in convertToThreeAddress()
305 UpdateMI->getOperand(0).setIsDead(); in convertToThreeAddress()
306 NewMIs.push_back(UpdateMI); in convertToThreeAddress()
319 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()