Searched refs:SrcEncoding (Results 1 – 2 of 2) sorted by relevance
326 uint16_t SrcEncoding = TRI->getEncodingValue(SrcReg); in copyPhysRegVector() local332 forwardCopyWillClobberTuple(DstEncoding, SrcEncoding, NumRegs); in copyPhysRegVector()336 SrcEncoding += NumRegs - 1; in copyPhysRegVector()341 auto GetCopyInfo = [&](uint16_t SrcEncoding, uint16_t DstEncoding) in copyPhysRegVector()351 uint16_t Diff = DstEncoding - SrcEncoding; in copyPhysRegVector()352 if (I + 8 <= NumRegs && Diff >= 8 && SrcEncoding % 8 == 7 && in copyPhysRegVector()356 if (I + 4 <= NumRegs && Diff >= 4 && SrcEncoding % 4 == 3 && in copyPhysRegVector()360 if (I + 2 <= NumRegs && Diff >= 2 && SrcEncoding % 2 == 1 && in copyPhysRegVector()371 if (I + 8 <= NumRegs && SrcEncoding % 8 == 0 && DstEncoding % 8 == 0) in copyPhysRegVector()374 if (I + 4 <= NumRegs && SrcEncoding % 4 == 0 && DstEncoding % 4 == 0) in copyPhysRegVector()[all …]
4408 uint16_t SrcEncoding = TRI->getEncodingValue(SrcReg); in copyPhysRegTuple() local4412 if (forwardCopyWillClobberTuple(DestEncoding, SrcEncoding, NumRegs)) { in copyPhysRegTuple()4437 uint16_t SrcEncoding = TRI->getEncodingValue(SrcReg); in copyGPRRegTuple() local4438 assert(DestEncoding % NumRegs == 0 && SrcEncoding % NumRegs == 0 && in copyGPRRegTuple()