Lines Matching defs:VLEN
10545 // Every vector variant of a SIMD-enabled function has a vector length (VLEN).
10546 // If OpenMP clause "simdlen" is used, the VLEN is the value of the argument
10547 // of that clause. The VLEN value must be power of 2.
10558 // The VLEN is then determined based on the CDT and the size of vector
10560 // VLEN is computed using the formula below:
10561 // VLEN = sizeof(vector_register) / sizeof(CDT),
10797 // Function used to add the attribute. The parameter `VLEN` is
10801 static void addAArch64VectorName(T VLEN, StringRef LMask, StringRef Prefix,
10807 Out << Prefix << ISA << LMask << VLEN;
11098 unsigned VLEN = VLENVal.getExtValue();
11101 emitAArch64DeclareSimdFunction(CGM, FD, VLEN, ParamAttrs, State,
11104 emitAArch64DeclareSimdFunction(CGM, FD, VLEN, ParamAttrs, State,