Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1317 SIGNED_SCALED = 0, enumerator
DSelectionDAGNodes.h2449 return (getIndexType() == ISD::SIGNED_SCALED) ||
2453 return (getIndexType() == ISD::SIGNED_SCALED) ||
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp4337 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::UNSIGNED_SCALED; in LowerMGATHER()
4339 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::SIGNED_UNSCALED; in LowerMGATHER()
4442 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::UNSIGNED_SCALED; in LowerMSCATTER()
4444 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::SIGNED_UNSCALED; in LowerMSCATTER()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp7947 (IndexType == ISD::SIGNED_SCALED) || (IndexType == ISD::UNSIGNED_SCALED); in getCanonicalIndexType()
7949 (IndexType == ISD::SIGNED_SCALED) || (IndexType == ISD::SIGNED_UNSCALED); in getCanonicalIndexType()
DSelectionDAGBuilder.cpp4374 IndexType = ISD::SIGNED_SCALED; in getUniformBase()
4395 IndexType = ISD::SIGNED_SCALED; in getUniformBase()
DDAGCombiner.cpp9740 MGS->setIndexType(Scaled ? ISD::SIGNED_SCALED : ISD::SIGNED_UNSCALED); in refineIndexType()