Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1549 if (auto *RsrcInst = dyn_cast<Instruction>(Rsrc)) { in processConditionals() local
1550 ConditionalTemps.push_back(RsrcInst); in processConditionals()
1551 RsrcInst->replaceAllUsesWith(NewRsrc); in processConditionals()
1564 if (auto *RsrcInst = dyn_cast<Instruction>(Rsrc)) { in processConditionals() local
1565 ConditionalTemps.push_back(RsrcInst); in processConditionals()
1566 RsrcInst->replaceAllUsesWith(*MaybeRsrc); in processConditionals()