Home
last modified time | relevance | path

Searched refs:UNSIGNED_UNSCALED (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1007 UNSIGNED_UNSCALED enumerator
1010 static const int LAST_MEM_INDEX_TYPE = UNSIGNED_UNSCALED + 1;
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1228 UNSIGNED_UNSCALED enumerator
1231 static const int LAST_MEM_INDEX_TYPE = UNSIGNED_UNSCALED + 1;
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp7490 IndexType = IsSignedIndex ? ISD::SIGNED_UNSCALED : ISD::UNSIGNED_UNSCALED; in getCanonicalIndexType()
DDAGCombiner.cpp9458 MGS->setIndexType(Scaled ? ISD::UNSIGNED_SCALED : ISD::UNSIGNED_UNSCALED); in refineIndexType()