Searched refs:Umax (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Bitfields.h | 109 static constexpr Unsigned Umax = AllOnes >> (TypeBits - Bits); // 00111111 member 111 static constexpr Unsigned Smax = Umax >> 1U; // 00011111 127 assert(UserValue <= BP::Umax && "value is too big"); in pack() 166 static constexpr StorageType Mask = BP::Umax << Bitfield::Shift;
|
| /llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/ |
| H A D | slp-umax-rdx-matcher-crash.ll | 5 ; The routines begins with select as integer Umax reduction kind
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatternsHVX.td | 433 def: OpR_RR_pat<V6_vmaxub, Umax, VecI8, HVI8>; 437 def: OpR_RR_pat<V6_vmaxuh, Umax, VecI16, HVI16>;
|
| H A D | HexagonPatterns.td | 368 def Umin: pf2<umin>; def Umax: pf2<umax>; 944 def: OpR_RR_pat<A2_maxu, Umax, i32, I32, I32>; 948 def: OpR_RR_pat<A2_maxup, Umax, i64, I64, I64>; 967 def: OpR_RR_pat<A2_vmaxub, Umax, v8i8, V8I8>; 972 def: OpR_RR_pat<A2_vmaxuh, Umax, v4i16, V4I16>; 977 def: OpR_RR_pat<A2_vmaxuw, Umax, v2i32, V2I32>;
|