Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp97 int computeScale(unsigned GEPElemSize, unsigned MemoryElemSize);
322 int MVEGatherScatterLowering::computeScale(unsigned GEPElemSize, in computeScale() argument
326 if (GEPElemSize == 32 && MemoryElemSize == 32) in computeScale()
328 else if (GEPElemSize == 16 && MemoryElemSize == 16) in computeScale()
330 else if (GEPElemSize == 8) in computeScale()