Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp77 auto NewASCToGeneric = in runOnFunction() local
80 NewASCToGeneric->insertAfter(NewASCToLocal); in runOnFunction()
90 LI->setOperand(LI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
96 SI->setOperand(SI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
101 GI->setOperand(GI->getPointerOperandIndex(), NewASCToGeneric); in runOnFunction()
106 BI->setOperand(0, NewASCToGeneric); in runOnFunction()