Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1091 const unsigned UnusedComponentsAtFront = DemandedElts.countTrailingZeros(); in simplifyAMDGCNMemoryIntrinsicDemanded() local
1098 if (UnusedComponentsAtFront > 0) { in simplifyAMDGCNMemoryIntrinsicDemanded()
1110 if (ActiveBits == 4 && UnusedComponentsAtFront == 1) in simplifyAMDGCNMemoryIntrinsicDemanded()
1126 DemandedElts &= ~((1 << UnusedComponentsAtFront) - 1); in simplifyAMDGCNMemoryIntrinsicDemanded()
1131 UnusedComponentsAtFront * SingleComponentSizeInBits / 8; in simplifyAMDGCNMemoryIntrinsicDemanded()