Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp337 bool GRSrc = XCore::GRRegsRegClass.contains(SrcReg); in copyPhysReg() local
339 if (GRDest && GRSrc) { in copyPhysReg()
351 if (DestReg == XCore::SP && GRSrc) { in copyPhysReg()