Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h1536 enum MemIndexType { SIGNED_SCALED = 0, UNSIGNED_SCALED }; enumerator
1538 static const int LAST_MEM_INDEX_TYPE = UNSIGNED_SCALED + 1;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp16383 IndexType = ISD::UNSIGNED_SCALED; in legalizeScatterGatherIndexType()
17102 assert(IndexType == ISD::UNSIGNED_SCALED); in PerformDAGCombine()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp11872 IndexType = ISD::UNSIGNED_SCALED; in refineIndexType()
11877 IndexType = ISD::UNSIGNED_SCALED; in refineIndexType()