Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXLowerKernelArgs.cpp151 AllocaInst *AllocA = new AllocaInst(StructType, Arg->getName(), FirstInst); in handleByValParam() local
155 AllocA->setAlignment(Func->getParamAlignment(Arg->getArgNo() + 1)); in handleByValParam()
156 Arg->replaceAllUsesWith(AllocA); in handleByValParam()
162 new StoreInst(LI, AllocA, FirstInst); in handleByValParam()