HomeSort by: relevance | last modified time | path
    Searched refs:UNSIGNED_UNSCALED (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 1301 /// UNSIGNED_UNSCALED Addr = Base + (unsigned)Index
1306 UNSIGNED_UNSCALED
1309 static const int LAST_MEM_INDEX_TYPE = UNSIGNED_UNSCALED + 1;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 7907 IndexType = IsSignedIndex ? ISD::SIGNED_UNSCALED : ISD::UNSIGNED_UNSCALED;
DAGCombiner.cpp 9645 MGS->setIndexType(Scaled ? ISD::UNSIGNED_SCALED : ISD::UNSIGNED_UNSCALED);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 5907 ISD::MemIndexType NewIndexTy = ISD::UNSIGNED_UNSCALED;

Completed in 77 milliseconds