Searched refs:Combines (Results 1 – 4 of 4) sorted by relevance
143 // Combines which should only apply on SI/CI146 // Combines which should only apply on VI
1987 SmallVector<SDValue,2> Combines; in LowerHvxBitcast() local1991 Combines.push_back(C); in LowerHvxBitcast()1995 return Combines[0]; in LowerHvxBitcast()1997 return DAG.getNode(ISD::BUILD_PAIR, dl, ResTy, Combines); in LowerHvxBitcast()
2140 // Patterns to select load-indexed: Rs + Off. Combines Loadxfi + Loadxgi.2170 // Combines Loadxfim + Loadxgim.
1136 // Generic indexed load. Combines a GEP with a load. $newaddr is set to $base + $offset.1170 // Combines a store with a GEP. See description of G_INDEXED_LOAD for indexing behaviour.