Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp154 unsigned WBReg = WB.getReg(); in convertToThreeAddress() local
172 get(isSub ? ARM::SUBri : ARM::ADDri), WBReg) in convertToThreeAddress()
179 get(isSub ? ARM::SUBrsi : ARM::ADDrsi), WBReg) in convertToThreeAddress()
184 get(isSub ? ARM::SUBrr : ARM::ADDrr), WBReg) in convertToThreeAddress()
195 get(isSub ? ARM::SUBri : ARM::ADDri), WBReg) in convertToThreeAddress()
200 get(isSub ? ARM::SUBrr : ARM::ADDrr), WBReg) in convertToThreeAddress()
212 .addReg(WBReg).addImm(0).addImm(Pred); in convertToThreeAddress()
216 .addReg(WBReg).addReg(0).addImm(0).addImm(Pred); in convertToThreeAddress()
243 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp152 unsigned WBReg = WB.getReg(); in convertToThreeAddress() local
168 get(isSub ? ARM::SUBri : ARM::ADDri), WBReg) in convertToThreeAddress()
178 get(isSub ? ARM::SUBrsi : ARM::ADDrsi), WBReg) in convertToThreeAddress()
188 get(isSub ? ARM::SUBrr : ARM::ADDrr), WBReg) in convertToThreeAddress()
202 get(isSub ? ARM::SUBri : ARM::ADDri), WBReg) in convertToThreeAddress()
210 get(isSub ? ARM::SUBrr : ARM::ADDrr), WBReg) in convertToThreeAddress()
225 .addReg(WBReg) in convertToThreeAddress()
231 .addReg(WBReg) in convertToThreeAddress()
266 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp176 unsigned WBReg = WB.getReg(); in convertToThreeAddress() local
192 get(isSub ? ARM::SUBri : ARM::ADDri), WBReg) in convertToThreeAddress()
201 get(isSub ? ARM::SUBrsi : ARM::ADDrsi), WBReg) in convertToThreeAddress()
210 get(isSub ? ARM::SUBrr : ARM::ADDrr), WBReg) in convertToThreeAddress()
223 get(isSub ? ARM::SUBri : ARM::ADDri), WBReg) in convertToThreeAddress()
230 get(isSub ? ARM::SUBrr : ARM::ADDrr), WBReg) in convertToThreeAddress()
244 .addReg(WBReg) in convertToThreeAddress()
250 .addReg(WBReg) in convertToThreeAddress()
285 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()