Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp359 bool SmallSrc = SrcRC->getID() == Hexagon::HvxVRRegClass.getID(); in shouldCoalesce() local
361 if (!SmallSrc && !SmallDst) in shouldCoalesce()
377 if (SmallSrc == SmallDst) { in shouldCoalesce()
389 unsigned SmallReg = SmallSrc ? SrcReg : DstReg; in shouldCoalesce()
390 unsigned LargeReg = SmallSrc ? DstReg : SrcReg; in shouldCoalesce()