Searched refs:VectorFnName (Results 1 – 2 of 2) sorted by relevance
1012 return std::strncmp(LHS.VectorFnName, RHS.VectorFnName, in compareByVectorFnName()1013 std::strlen(RHS.VectorFnName)) < 0; in compareByVectorFnName()1021 return std::strncmp(LHS.VectorFnName, S.data(), S.size()) < 0; in compareWithVectorFnName()1102 return I->VectorFnName; in getVectorizedFunction()1116 if (I == VectorDescs.end() || StringRef(I->VectorFnName) != F) in getScalarizedFunction()
40 const char *VectorFnName; member