Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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()
/freebsd/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()