Searched refs:hasByRefAttr (Results 1 – 7 of 7) sorted by relevance
69 bool hasByRefAttr() const;
111 const bool IsByRef = Arg.hasByRefAttr(); in runOnFunction()
33 if (Arg.hasByRefAttr()) { in getArgumentTypeAlign()727 Type *Ty = Arg.hasByRefAttr() ? Arg.getParamByRefType() : Arg.getType(); in emitKernelArg()
542 const bool IsByRef = Arg.hasByRefAttr(); in getExplicitKernArgSize()
612 const bool IsByRef = Arg.hasByRefAttr(); in lowerFormalArgumentsKernel()
1022 const bool IsByRef = Arg.hasByRefAttr(); in analyzeFormalArgumentsCompute()
106 bool Argument::hasByRefAttr() const { in hasByRefAttr() function in Argument