Searched refs:VectorLength (Results 1 – 8 of 8) sorted by relevance
109 void Enter(const parser::AccClause::VectorLength &);
310 CHECK_SIMPLE_CLAUSE(VectorLength, ACCC_vector_length) in CHECK_REQ_SCALAR_INT_CONSTANT_CLAUSE()
108 "VECTOR_LENGTH" >> construct<AccClause>(construct<AccClause::VectorLength>(
467 unsigned VectorLength = Value.getVectorLength(); in Visit() local468 OS << "Vector length=" << VectorLength; in Visit()475 VectorLength, "element", "elements"); in Visit()
78 float VectorLength(const TConstantUnion *paramArray, size_t paramArraySize) in VectorLength() function2590 resultArray->setFConst(VectorLength(operandArray, objectSize)); in foldUnaryNonComponentWise()3094 float length = VectorLength(operandArray, objectSize); in foldUnaryComponentWise()3534 resultArray->setFConst(VectorLength(distanceArray, maxObjectSize)); in FoldAggregateBuiltIn()
326 std::get_if<Fortran::parser::AccClause::VectorLength>( in genACCParallelOp()
418 template<typename T> static inline size_t VectorLength(const Vector<T> *v) {
279 TEST_EQ(VectorLength(inventory), 10UL); // Works even if inventory is null. in AccessFlatBufferTest()