Searched refs:LtGRFunc (Results 1 – 1 of 1) sorted by relevance
3138 Function *LtGRFunc = in emitListToGlobalReduceFunction() local3141 LtGRFunc->setAttributes(FuncAttrs); in emitListToGlobalReduceFunction()3142 LtGRFunc->addParamAttr(0, Attribute::NoUndef); in emitListToGlobalReduceFunction()3143 LtGRFunc->addParamAttr(1, Attribute::NoUndef); in emitListToGlobalReduceFunction()3144 LtGRFunc->addParamAttr(2, Attribute::NoUndef); in emitListToGlobalReduceFunction()3146 BasicBlock *EntryBlock = BasicBlock::Create(Ctx, "entry", LtGRFunc); in emitListToGlobalReduceFunction()3151 Argument *BufferArg = LtGRFunc->getArg(0); in emitListToGlobalReduceFunction()3153 Argument *IdxArg = LtGRFunc->getArg(1); in emitListToGlobalReduceFunction()3155 Argument *ReduceListArg = LtGRFunc->getArg(2); in emitListToGlobalReduceFunction()3209 return LtGRFunc; in emitListToGlobalReduceFunction()[all …]