Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2539 Type *Arg1Type = NumWarpsArg->getType(); in emitInterWarpCopyFunction() local
2544 Builder.CreateAlloca(Arg1Type, nullptr, NumWarpsArg->getName() + ".addr"); in emitInterWarpCopyFunction()
2548 NumWarpsAlloca, Arg1Type->getPointerTo(), in emitInterWarpCopyFunction()
3290 Type *Arg1Type = Arg1->getType(); in createReductionFunction() local
3295 Builder.CreateAlloca(Arg1Type, nullptr, Arg1->getName() + ".addr"); in createReductionFunction()
3299 RHSAlloca, Arg1Type, RHSAlloca->getName() + ".ascast"); in createReductionFunction()
3303 RHSArrayPtr = Builder.CreateLoad(Arg1Type, RHSAddrCast); in createReductionFunction()