Lines Matching refs:ParamAttr
6373 for (auto &ParamAttr : ParamAttrs) { in emitX86DeclareSimdFunction() local
6374 switch (ParamAttr.Kind){ in emitX86DeclareSimdFunction()
6376 Out << 's' << ParamAttr.StrideOrArg; in emitX86DeclareSimdFunction()
6380 if (!!ParamAttr.StrideOrArg) in emitX86DeclareSimdFunction()
6381 Out << ParamAttr.StrideOrArg; in emitX86DeclareSimdFunction()
6390 if (!!ParamAttr.Alignment) in emitX86DeclareSimdFunction()
6391 Out << 'a' << ParamAttr.Alignment; in emitX86DeclareSimdFunction()
6462 auto &ParamAttr = ParamAttrs[Pos]; in emitDeclareSimdFunction() local
6463 ParamAttr.Kind = Linear; in emitDeclareSimdFunction()
6465 if (!(*SI)->EvaluateAsInt(ParamAttr.StrideOrArg, C, in emitDeclareSimdFunction()
6469 ParamAttr.Kind = LinearWithVarStride; in emitDeclareSimdFunction()
6470 ParamAttr.StrideOrArg = llvm::APSInt::getUnsigned( in emitDeclareSimdFunction()