Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp366 bool SmallDst = DstRC->getID() == Hexagon::HvxVRRegClass.getID(); in shouldCoalesce() local
367 if (!SmallSrc && !SmallDst) in shouldCoalesce()
383 if (SmallSrc == SmallDst) { in shouldCoalesce()