Lines Matching refs:ParamAttrs
6276 ArrayRef<ParamAttrTy> ParamAttrs) { in evaluateCDTSize() argument
6306 if (ParamAttrs[Offset].Kind == Vector) in evaluateCDTSize()
6312 if (ParamAttrs[I + Offset].Kind == Vector) { in evaluateCDTSize()
6330 ArrayRef<ParamAttrTy> ParamAttrs, in emitX86DeclareSimdFunction() argument
6370 evaluateCDTSize(FD, ParamAttrs)); in emitX86DeclareSimdFunction()
6373 for (auto &ParamAttr : ParamAttrs) { in emitX86DeclareSimdFunction()
6413 llvm::SmallVector<ParamAttrTy, 8> ParamAttrs(ParamPositions.size()); in emitDeclareSimdFunction() local
6425 ParamAttrs[Pos].Kind = Uniform; in emitDeclareSimdFunction()
6442 ParamAttrs[Pos].Alignment = in emitDeclareSimdFunction()
6462 auto &ParamAttr = ParamAttrs[Pos]; in emitDeclareSimdFunction()
6485 emitX86DeclareSimdFunction(FD, Fn, VLENVal, ParamAttrs, State); in emitDeclareSimdFunction()