Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h65 unsigned ParamPos; // Parameter Position in Scalar Function. member
72 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp182 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()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp333 Type *PTy = Signature->getParamType(Param.ParamPos); in getScalableECFromSignature()
614 assert(Parameters[Pos].ParamPos == Pos && "Broken parameter list."); in hasValidParameterList()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5846 Value *ScalarParam = CI->getArgOperand(Param.ParamPos); in setVectorizedCallDecision()
5854 Value *ScalarParam = CI->getArgOperand(Param.ParamPos); in setVectorizedCallDecision()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11035 unsigned ParamPos = ParamPositions.size(); in emitDeclareSimdFunction() local
11037 ParamPositions.try_emplace(P->getCanonicalDecl(), ParamPos); in emitDeclareSimdFunction()
11038 ++ParamPos; in emitDeclareSimdFunction()