Home
last modified time | relevance | path

Searched refs:SIGNED_SCALED (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1004 SIGNED_SCALED = 0, enumerator
DSelectionDAGNodes.h2409 return (getIndexType() == ISD::SIGNED_SCALED) ||
2413 return (getIndexType() == ISD::SIGNED_SCALED) ||
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1225 SIGNED_SCALED = 0, enumerator
DSelectionDAGNodes.h2424 return (getIndexType() == ISD::SIGNED_SCALED) ||
2428 return (getIndexType() == ISD::SIGNED_SCALED) ||
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4438 IndexType = ISD::SIGNED_SCALED; in getUniformBase()
4483 IndexType = ISD::SIGNED_SCALED; in visitMaskedScatter()
4612 IndexType = ISD::SIGNED_SCALED; in visitMaskedGather()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp7483 (IndexType == ISD::SIGNED_SCALED) || (IndexType == ISD::UNSIGNED_SCALED); in getCanonicalIndexType()
7485 (IndexType == ISD::SIGNED_SCALED) || (IndexType == ISD::SIGNED_UNSCALED); in getCanonicalIndexType()
DSelectionDAGBuilder.cpp4248 IndexType = ISD::SIGNED_SCALED; in getUniformBase()
4269 IndexType = ISD::SIGNED_SCALED; in getUniformBase()
DDAGCombiner.cpp9467 MGS->setIndexType(Scaled ? ISD::SIGNED_SCALED : ISD::SIGNED_UNSCALED); in refineIndexType()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3892 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::UNSIGNED_SCALED; in LowerMGATHER()
3894 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::SIGNED_UNSCALED; in LowerMGATHER()
3947 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::UNSIGNED_SCALED; in LowerMSCATTER()
3949 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::SIGNED_UNSCALED; in LowerMSCATTER()