Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombine.td143 // Combines which should only apply on SI/CI
146 // Combines which should only apply on VI
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1987 SmallVector<SDValue,2> Combines; in LowerHvxBitcast() local
1991 Combines.push_back(C); in LowerHvxBitcast()
1995 return Combines[0]; in LowerHvxBitcast()
1997 return DAG.getNode(ISD::BUILD_PAIR, dl, ResTy, Combines); in LowerHvxBitcast()
H A DHexagonPatterns.td2140 // Patterns to select load-indexed: Rs + Off. Combines Loadxfi + Loadxgi.
2170 // Combines Loadxfim + Loadxgim.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td1136 // 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.