Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp246 static unsigned getPairedGPR(unsigned Reg, bool Odd, const MCRegisterInfo *RI) { in getPairedGPR() function
288 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()
302 unsigned Paired = getPairedGPR(Reg, !Odd, this); in getRegAllocationHints()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp292 static unsigned getPairedGPR(unsigned Reg, bool Odd, const MCRegisterInfo *RI) { in getPairedGPR() function
334 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()
346 unsigned Paired = getPairedGPR(Reg, !Odd, this); in getRegAllocationHints()
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp309 static MCPhysReg getPairedGPR(MCPhysReg Reg, bool Odd, in getPairedGPR() function
353 PairedPhys = getPairedGPR(VRM->getPhys(Paired), Odd, this); in getRegAllocationHints()
365 MCPhysReg Paired = getPairedGPR(Reg, !Odd, this); in getRegAllocationHints()