Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1386 enum MemIndexType { SIGNED_SCALED = 0, UNSIGNED_SCALED }; enum
1390 inline bool isIndexTypeSigned(MemIndexType IndexType) { in isIndexTypeSigned()
H A DSelectionDAGNodes.h2705 MachineMemOperand *MMO, ISD::MemIndexType IndexType)
2712 ISD::MemIndexType getIndexType() const {
2713 return static_cast<ISD::MemIndexType>(LSBaseSDNodeBits.AddressingMode);
2753 MachineMemOperand *MMO, ISD::MemIndexType IndexType)
2769 MachineMemOperand *MMO, ISD::MemIndexType IndexType)
2789 MachineMemOperand *MMO, ISD::MemIndexType IndexType)
2796 ISD::MemIndexType getIndexType() const {
2797 return static_cast<ISD::MemIndexType>(LSBaseSDNodeBits.AddressingMode);
2827 ISD::MemIndexType IndexType, ISD::LoadExtType ETy)
2852 ISD::MemIndexType IndexType, bool IsTrunc)
H A DSelectionDAG.h1473 ISD::MemIndexType IndexType);
1476 ISD::MemIndexType IndexType);
1493 ISD::MemIndexType IndexType, ISD::LoadExtType ExtTy);
1496 ISD::MemIndexType IndexType,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4364 ISD::MemIndexType &IndexType, SDValue &Scale, in getUniformBase()
4434 ISD::MemIndexType IndexType; in visitMaskedScatter()
4542 ISD::MemIndexType IndexType; in visitMaskedGather()
7424 ISD::MemIndexType IndexType; in visitVPLoadGather()
7481 ISD::MemIndexType IndexType; in visitVPStoreScatter()
H A DSelectionDAG.cpp8530 ISD::MemIndexType IndexType) { in getGatherVP()
8574 ISD::MemIndexType IndexType) { in getScatterVP()
8713 ISD::MemIndexType IndexType, in getMaskedGather()
8760 ISD::MemIndexType IndexType, in getMaskedScatter()
H A DLegalizeVectorTypes.cpp2064 ISD::MemIndexType IndexTy = MGT->getIndexType(); in SplitVecRes_Gather()
H A DDAGCombiner.cpp10591 bool refineIndexType(SDValue &Index, ISD::MemIndexType &IndexType, EVT DataVT, in refineIndexType()
10630 ISD::MemIndexType IndexType = MSC->getIndexType(); in visitMSCATTER()
10726 ISD::MemIndexType IndexType = MGT->getIndexType(); in visitMGATHER()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4934 ISD::MemIndexType IndexType = MGT->getIndexType(); in LowerMGATHER()
5032 ISD::MemIndexType IndexType = MSC->getIndexType(); in LowerMSCATTER()
17770 ISD::MemIndexType IndexType = MGS->getIndexType(); in performMaskedGatherScatterCombine()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9176 ISD::MemIndexType NewIndexTy = ISD::UNSIGNED_SCALED; in PerformDAGCombine()