Lines Matching defs:VLEN
10300 // Every vector variant of a SIMD-enabled function has a vector length (VLEN).
10301 // If OpenMP clause "simdlen" is used, the VLEN is the value of the argument
10302 // of that clause. The VLEN value must be power of 2.
10313 // The VLEN is then determined based on the CDT and the size of vector
10315 // VLEN is computed using the formula below:
10316 // VLEN = sizeof(vector_register) / sizeof(CDT),
10552 // Function used to add the attribute. The parameter `VLEN` is
10556 static void addAArch64VectorName(T VLEN, StringRef LMask, StringRef Prefix,
10562 Out << Prefix << ISA << LMask << VLEN;
10853 unsigned VLEN = VLENVal.getExtValue();
10856 emitAArch64DeclareSimdFunction(CGM, FD, VLEN, ParamAttrs, State,
10859 emitAArch64DeclareSimdFunction(CGM, FD, VLEN, ParamAttrs, State,