Searched refs:LinearStepOrPos (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h65 int LinearStepOrPos = 0; // Step or Position of the Parameter. member in struct:llvm::VFParameter
70 return std::tie(ParamPos, ParamKind, LinearStepOrPos, Alignment) ==
71 std::tie(Other.ParamPos, Other.ParamKind, Other.LinearStepOrPos,
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp615 if (Parameters[Pos].LinearStepOrPos == 0)
624 if (Parameters[Pos].LinearStepOrPos >= int(NumParams))
627 if (Parameters[Parameters[Pos].LinearStepOrPos].ParamKind !=
631 if (Parameters[Pos].LinearStepOrPos == int(Pos))
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6790 Step->getAPInt().getSExtValue() != Param.LinearStepOrPos)

Completed in 188 milliseconds