Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUImageIntrinsicOptimizer.cpp108 if (IIList.front()->getType() != II->getType()) in addInstToMergeableList()
113 assert(IIList.front()->arg_size() == II->arg_size()); in addInstToMergeableList()
115 Value *ArgList = IIList.front()->getArgOperand(I); in addInstToMergeableList()
131 IIList.emplace_back(II); in addInstToMergeableList()
180 for (const auto &IIList : MergeableInsts) { in optimizeSection() local
181 if (IIList.size() <= 1) in optimizeSection()
185 SmallVector<Value *, 16> Args(IIList.front()->args()); in optimizeSection()
190 Function *F = IIList.front()->getCalledFunction(); in optimizeSection()
210 unsigned NumLoads = IIList.size(); in optimizeSection()
226 IRBuilder<> B(IIList.front()); in optimizeSection()
[all …]