Home
last modified time | relevance | path

Searched refs:SIGNED_UNSCALED (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1005 SIGNED_UNSCALED, enumerator
DSelectionDAGNodes.h2414 (getIndexType() == ISD::SIGNED_UNSCALED);
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1226 SIGNED_UNSCALED, enumerator
DSelectionDAGNodes.h2429 (getIndexType() == ISD::SIGNED_UNSCALED);
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp7485 (IndexType == ISD::SIGNED_SCALED) || (IndexType == ISD::SIGNED_UNSCALED); in getCanonicalIndexType()
7490 IndexType = IsSignedIndex ? ISD::SIGNED_UNSCALED : ISD::UNSIGNED_UNSCALED; in getCanonicalIndexType()
DSelectionDAGBuilder.cpp4308 IndexType = ISD::SIGNED_UNSCALED; in visitMaskedScatter()
4419 IndexType = ISD::SIGNED_UNSCALED; in visitMaskedGather()
DDAGCombiner.cpp9467 MGS->setIndexType(Scaled ? ISD::SIGNED_SCALED : ISD::SIGNED_UNSCALED); in refineIndexType()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3894 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::SIGNED_UNSCALED; in LowerMGATHER()
3949 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::SIGNED_UNSCALED; in LowerMSCATTER()