Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1536 enum MemIndexType { SIGNED_SCALED = 0, UNSIGNED_SCALED }; enumerator
1541 return IndexType == SIGNED_SCALED; in isIndexTypeSigned()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4850 IndexType = ISD::SIGNED_SCALED; in getUniformBase()
4880 IndexType = ISD::SIGNED_SCALED; in getUniformBase()
4914 IndexType = ISD::SIGNED_SCALED; in visitMaskedScatter()
5033 IndexType = ISD::SIGNED_SCALED; in visitMaskedGather()
6365 IndexType = ISD::SIGNED_SCALED; in visitVectorHistogram()
8329 IndexType = ISD::SIGNED_SCALED; in visitVPGather()
8392 IndexType = ISD::SIGNED_SCALED; in visitVPScatter()