Searched refs:ParamPos (Results 1 – 5 of 5) sorted by relevance
65 unsigned ParamPos; // Parameter Position in Scalar Function. member72 return std::tie(ParamPos, ParamKind, LinearStepOrPos, Alignment) ==73 std::tie(Other.ParamPos, Other.ParamKind, Other.LinearStepOrPos,94 assert(P.ParamPos < Parameters.size() && "Invalid parameter position."); in updateParam()95 Parameters[P.ParamPos] = P; in updateParam()
182 assert(VFParam.ParamPos < II->arg_size() && "ParamPos has invalid range"); in replaceWithCallToVeclib()183 Type *OrigTy = II->getArgOperand(VFParam.ParamPos)->getType(); in replaceWithCallToVeclib()186 << ". Wrong type at index " << VFParam.ParamPos << ": " in replaceWithCallToVeclib()
333 Type *PTy = Signature->getParamType(Param.ParamPos); in getScalableECFromSignature()614 assert(Parameters[Pos].ParamPos == Pos && "Broken parameter list."); in hasValidParameterList()
5846 Value *ScalarParam = CI->getArgOperand(Param.ParamPos); in setVectorizedCallDecision()5854 Value *ScalarParam = CI->getArgOperand(Param.ParamPos); in setVectorizedCallDecision()
11035 unsigned ParamPos = ParamPositions.size(); in emitDeclareSimdFunction() local11037 ParamPositions.try_emplace(P->getCanonicalDecl(), ParamPos); in emitDeclareSimdFunction()11038 ++ParamPos; in emitDeclareSimdFunction()