Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp630 bool GPRDest = ARM::GPRRegClass.contains(DestReg); in copyPhysReg() local
633 if (GPRDest && GPRSrc) { in copyPhysReg()
645 else if (GPRDest && SPRSrc) in copyPhysReg()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp724 bool GPRDest = ARM::GPRRegClass.contains(DestReg); in copyPhysReg() local
727 if (GPRDest && GPRSrc) { in copyPhysReg()
739 else if (GPRDest && SPRSrc) in copyPhysReg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp809 bool GPRDest = ARM::GPRRegClass.contains(DestReg); in copyPhysReg() local
812 if (GPRDest && GPRSrc) { in copyPhysReg()
826 else if (GPRDest && SPRSrc) in copyPhysReg()