Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1647 enum MemIndexType { SIGNED_SCALED = 0, UNSIGNED_SCALED }; enumerator
1649 static const int LAST_MEM_INDEX_TYPE = UNSIGNED_SCALED + 1;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19235 IndexType = ISD::UNSIGNED_SCALED; in legalizeScatterGatherIndexType()
20146 assert(IndexType == ISD::UNSIGNED_SCALED); in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12492 IndexType = ISD::UNSIGNED_SCALED; in refineIndexType()
12497 IndexType = ISD::UNSIGNED_SCALED; in refineIndexType()