Searched refs:UniformBase (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 4689 bool UniformBase = getUniformBase(Ptr, Base, Index, IndexType, Scale, this, in visitMaskedScatter() local 4698 if (!UniformBase) { in visitMaskedScatter() 4797 bool UniformBase = getUniformBase(Ptr, Base, Index, IndexType, Scale, this, in visitMaskedGather() local 4806 if (!UniformBase) { in visitMaskedGather() 7910 bool UniformBase = getUniformBase(PtrOperand, Base, Index, IndexType, Scale, in visitVPGather() local 7913 if (!UniformBase) { in visitVPGather() 7973 bool UniformBase = getUniformBase(PtrOperand, Base, Index, IndexType, Scale, in visitVPScatter() local 7976 if (!UniformBase) { in visitVPScatter()
|