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.h1647 enum MemIndexType { SIGNED_SCALED = 0, UNSIGNED_SCALED }; enumerator
1652 return IndexType == SIGNED_SCALED; in isIndexTypeSigned()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4924 IndexType = ISD::SIGNED_SCALED; in getUniformBase()
4954 IndexType = ISD::SIGNED_SCALED; in getUniformBase()
4988 IndexType = ISD::SIGNED_SCALED; in visitMaskedScatter()
5107 IndexType = ISD::SIGNED_SCALED; in visitMaskedGather()
6448 IndexType = ISD::SIGNED_SCALED; in visitVectorHistogram()
8483 IndexType = ISD::SIGNED_SCALED; in visitVPGather()
8546 IndexType = ISD::SIGNED_SCALED; in visitVPScatter()