Searched refs:UniformBase (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 4978 bool UniformBase = getUniformBase(Ptr, Base, Index, IndexType, Scale, this, in visitMaskedScatter() local 4985 if (!UniformBase) { in visitMaskedScatter() 5096 bool UniformBase = getUniformBase(Ptr, Base, Index, IndexType, Scale, this, in visitMaskedGather() local 5104 if (!UniformBase) { in visitMaskedGather() 6435 bool UniformBase = getUniformBase(Ptr, Base, Index, IndexType, Scale, this, in visitVectorHistogram() local 6445 if (!UniformBase) { in visitVectorHistogram() 8477 bool UniformBase = getUniformBase(PtrOperand, Base, Index, IndexType, Scale, in visitVPGather() local 8480 if (!UniformBase) { in visitVPGather() 8540 bool UniformBase = getUniformBase(PtrOperand, Base, Index, IndexType, Scale, in visitVPScatter() local 8543 if (!UniformBase) { in visitVPScatter()
|