Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.cpp259 bool SmallSrc = SrcRC->getID() == Hexagon::HvxVRRegClass.getID(); in shouldCoalesce() local
261 if (!SmallSrc && !SmallDst) in shouldCoalesce()
277 if (SmallSrc == SmallDst) { in shouldCoalesce()
289 unsigned SmallReg = SmallSrc ? SrcReg : DstReg; in shouldCoalesce()
290 unsigned LargeReg = SmallSrc ? DstReg : SrcReg; in shouldCoalesce()