Home
last modified time | relevance | path

Searched refs:LtGRFunc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3138 Function *LtGRFunc = in emitListToGlobalReduceFunction() local
3141 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 …]