Searched defs:SupReg (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 1141 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, local 1143 MBB.addLiveIn(SupReg); 1148 .addReg(SupReg, RegState::ImplicitKill)); 1159 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, local 1161 MBB.addLiveIn(SupReg); 1164 .addReg(SupReg, RegState::ImplicitKill)); 1171 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, local 1173 MBB.addLiveIn(SupReg); 1175 .addReg(ARM::R4).addImm(16).addReg(SupReg)); 1259 unsigned SupReg local 1275 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, local 1286 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, local [all...] |
Completed in 487 milliseconds