Home
last modified time | relevance | path

Searched refs:ParamPos (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h63 unsigned ParamPos; // Parameter Position in Scalar Function. member
70 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()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp167 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()
/src/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp332 Type *PTy = Signature->getParamType(Param.ParamPos); in getScalableECFromSignature()
605 assert(Parameters[Pos].ParamPos == Pos && "Broken parameter list."); in hasValidParameterList()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6233 Value *ScalarParam = CI->getArgOperand(Param.ParamPos); in setVectorizedCallDecision()
6241 Value *ScalarParam = CI->getArgOperand(Param.ParamPos); in setVectorizedCallDecision()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10968 unsigned ParamPos = ParamPositions.size(); in emitDeclareSimdFunction() local
10970 ParamPositions.try_emplace(P->getCanonicalDecl(), ParamPos); in emitDeclareSimdFunction()
10971 ++ParamPos; in emitDeclareSimdFunction()