Lines Matching refs:VLEN
11252 // Every vector variant of a SIMD-enabled function has a vector length (VLEN).
11253 // If OpenMP clause "simdlen" is used, the VLEN is the value of the argument
11254 // of that clause. The VLEN value must be power of 2.
11265 // The VLEN is then determined based on the CDT and the size of vector
11267 // VLEN is computed using the formula below:
11268 // VLEN = sizeof(vector_register) / sizeof(CDT),
11515 // Function used to add the attribute. The parameter `VLEN` is
11519 static void addAArch64VectorName(T VLEN, StringRef LMask, StringRef Prefix,
11525 Out << Prefix << ISA << LMask << VLEN;
11787 unsigned VLEN = VLENVal.getExtValue();
11790 emitAArch64DeclareSimdFunction(CGM, FD, VLEN, ParamAttrs, State,
11793 emitAArch64DeclareSimdFunction(CGM, FD, VLEN, ParamAttrs, State,