Searched refs:ParamPos (Results 1 – 5 of 5) sorted by relevance
63 unsigned ParamPos; // Parameter Position in Scalar Function. member70 return std::tie(ParamPos, ParamKind, LinearStepOrPos, Alignment) ==71 std::tie(Other.ParamPos, Other.ParamKind, Other.LinearStepOrPos,92 assert(P.ParamPos < Parameters.size() && "Invalid parameter position."); in updateParam()93 Parameters[P.ParamPos] = P; in updateParam()
167 assert(VFParam.ParamPos < II->arg_size() && "ParamPos has invalid range"); in replaceWithCallToVeclib()168 Type *OrigTy = II->getArgOperand(VFParam.ParamPos)->getType(); in replaceWithCallToVeclib()171 << ". Wrong type at index " << VFParam.ParamPos << ": " in replaceWithCallToVeclib()
332 Type *PTy = Signature->getParamType(Param.ParamPos); in getScalableECFromSignature()605 assert(Parameters[Pos].ParamPos == Pos && "Broken parameter list."); in hasValidParameterList()
6233 Value *ScalarParam = CI->getArgOperand(Param.ParamPos); in setVectorizedCallDecision()6241 Value *ScalarParam = CI->getArgOperand(Param.ParamPos); in setVectorizedCallDecision()
10968 unsigned ParamPos = ParamPositions.size(); in emitDeclareSimdFunction() local10970 ParamPositions.try_emplace(P->getCanonicalDecl(), ParamPos); in emitDeclareSimdFunction()10971 ++ParamPos; in emitDeclareSimdFunction()