Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1006 UNSIGNED_SCALED, enumerator
DSelectionDAGNodes.h2410 (getIndexType() == ISD::UNSIGNED_SCALED);
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1227 UNSIGNED_SCALED, enumerator
DSelectionDAGNodes.h2425 (getIndexType() == ISD::UNSIGNED_SCALED);
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp7483 (IndexType == ISD::SIGNED_SCALED) || (IndexType == ISD::UNSIGNED_SCALED); in getCanonicalIndexType()
DDAGCombiner.cpp9458 MGS->setIndexType(Scaled ? ISD::UNSIGNED_SCALED : ISD::UNSIGNED_UNSCALED); in refineIndexType()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3892 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::UNSIGNED_SCALED; in LowerMGATHER()
3947 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::UNSIGNED_SCALED; in LowerMSCATTER()