Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h67 int LinearStepOrPos = 0; // Step or Position of the Parameter. member
72 return std::tie(ParamPos, ParamKind, LinearStepOrPos, Alignment) ==
73 std::tie(Other.ParamPos, Other.ParamKind, Other.LinearStepOrPos,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp624 if (Parameters[Pos].LinearStepOrPos == 0) in hasValidParameterList()
633 if (Parameters[Pos].LinearStepOrPos >= int(NumParams)) in hasValidParameterList()
636 if (Parameters[Parameters[Pos].LinearStepOrPos].ParamKind != in hasValidParameterList()
640 if (Parameters[Pos].LinearStepOrPos == int(Pos)) in hasValidParameterList()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5872 Step->getAPInt().getSExtValue() != Param.LinearStepOrPos) in setVectorizedCallDecision()