Searched refs:hasByRefAttr (Results 1 – 9 of 9) sorted by relevance
135 return Arg->hasByValAttr() || Arg->hasByRefAttr() || Arg->hasStructRetAttr(); in hasPointeeTypeAttr()144 if (Arg->hasByRefAttr()) in getPointeeTypeByAttr()
81 bool hasByRefAttr() const;
30 if (Arg.hasByRefAttr()) { in getArgumentTypeAlign()317 Type *Ty = Arg.hasByRefAttr() ? Arg.getParamByRefType() : Arg.getType(); in emitKernelArg()
133 const bool IsByRef = Arg.hasByRefAttr(); in lowerKernelArguments()
614 const bool IsByRef = Arg.hasByRefAttr(); in getExplicitKernArgSize()
1019 if (Arg.hasByRefAttr() || Arg.hasNestAttr()) in addPreloadKernArgHint()
533 const bool IsByRef = Arg.hasByRefAttr(); in lowerFormalArgumentsKernel()
1163 const bool IsByRef = Arg.hasByRefAttr(); in analyzeFormalArgumentsCompute()
146 bool Argument::hasByRefAttr() const { in hasByRefAttr() function in Argument