Searched refs:SupReg (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 1133 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, in emitAlignedDPRCS2Spills() local 1135 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills() 1140 .addReg(SupReg, RegState::ImplicitKill)); in emitAlignedDPRCS2Spills() 1151 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, in emitAlignedDPRCS2Spills() local 1153 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills() 1156 .addReg(SupReg, RegState::ImplicitKill)); in emitAlignedDPRCS2Spills() 1163 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, in emitAlignedDPRCS2Spills() local 1165 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills() 1167 .addReg(ARM::R4).addImm(16).addReg(SupReg)); in emitAlignedDPRCS2Spills() 1251 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, in emitAlignedDPRCS2Restores() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 1232 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, in emitAlignedDPRCS2Spills() local 1234 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills() 1239 .addReg(SupReg, RegState::ImplicitKill) in emitAlignedDPRCS2Spills() 1251 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, in emitAlignedDPRCS2Spills() local 1253 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills() 1258 .addReg(SupReg, RegState::ImplicitKill) in emitAlignedDPRCS2Spills() 1266 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, in emitAlignedDPRCS2Spills() local 1268 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills() 1272 .addReg(SupReg) in emitAlignedDPRCS2Spills() 1364 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, in emitAlignedDPRCS2Restores() local [all …]
|