Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp210 Register WBReg = WB.getReg(); in convertToThreeAddress() local
226 get(isSub ? ARM::SUBri : ARM::ADDri), WBReg) in convertToThreeAddress()
235 get(isSub ? ARM::SUBrsi : ARM::ADDrsi), WBReg) in convertToThreeAddress()
244 get(isSub ? ARM::SUBrr : ARM::ADDrr), WBReg) in convertToThreeAddress()
257 get(isSub ? ARM::SUBri : ARM::ADDri), WBReg) in convertToThreeAddress()
264 get(isSub ? ARM::SUBrr : ARM::ADDrr), WBReg) in convertToThreeAddress()
278 .addReg(WBReg) in convertToThreeAddress()
284 .addReg(WBReg) in convertToThreeAddress()
319 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()