Home
last modified time | relevance | path

Searched refs:MSTORE (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVECustomDAG.cpp66 case ISD::MSTORE: in getVVPOpcode()
203 case ISD::MSTORE: in getMaskPos()
H A DVEISelLowering.cpp335 for (unsigned MemOpc : {ISD::MLOAD, ISD::MSTORE, ISD::LOAD, ISD::STORE}) in initVPUActions()
1930 case ISD::MSTORE: in LowerOperation()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp111 setOperationAction(ISD::MSTORE, T, Custom); in initializeHVXLowering()
150 setOperationAction(ISD::MSTORE, P, Custom); in initializeHVXLowering()
192 setOperationAction(ISD::MSTORE, T, Custom); in initializeHVXLowering()
259 setOperationAction(ISD::MSTORE, T, Custom); in initializeHVXLowering()
338 setOperationAction(ISD::MSTORE, BoolW, Custom); in initializeHVXLowering()
1967 assert(Opc == ISD::MLOAD || Opc == ISD::MSTORE); in LowerHvxMaskedOp()
2151 uint64_t MemSize = (MemOpc == ISD::MLOAD || MemOpc == ISD::MSTORE) in SplitHvxMemOp()
2175 assert(MemOpc == ISD::MLOAD || MemOpc == ISD::MSTORE); in SplitHvxMemOp()
2198 if (MemOpc == ISD::MSTORE) { in SplitHvxMemOp()
2401 case ISD::MSTORE: in LowerHvxOperation()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1208 MSTORE, enumerator
H A DSelectionDAGNodes.h1371 case ISD::MSTORE:
1412 case ISD::MSTORE:
2629 N->getOpcode() == ISD::MSTORE;
2670 : MaskedLoadStoreSDNode(ISD::MSTORE, Order, dl, VTs, AM, MemVT, MMO) {
2692 return N->getOpcode() == ISD::MSTORE;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp396 case ISD::MSTORE: return "masked_store"; in getOperationName()
H A DLegalizeVectorTypes.cpp2710 case ISD::MSTORE: in SplitVectorOperand()
5435 case ISD::MSTORE: Res = WidenVecOp_MSTORE(N, OpNo); break; in WidenVectorOperand()
H A DSelectionDAG.cpp779 case ISD::MSTORE: { in AddNodeIDCustom()
8676 AddNodeIDNode(ID, ISD::MSTORE, VTs, Ops); in getMaskedStore()
H A DLegalizeDAG.cpp1166 case ISD::MSTORE: in LegalizeOp()
H A DLegalizeIntegerTypes.cpp1656 case ISD::MSTORE: Res = PromoteIntOp_MSTORE(cast<MaskedStoreSDNode>(N), in PromoteIntegerOperand()
H A DDAGCombiner.cpp1793 case ISD::MSTORE: return visitMSTORE(N); in visit()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp595 setOperationAction({ISD::MLOAD, ISD::MSTORE, ISD::MGATHER, ISD::MSCATTER}, in RISCVTargetLowering()
690 setOperationAction({ISD::MLOAD, ISD::MSTORE, ISD::MGATHER, ISD::MSCATTER}, in RISCVTargetLowering()
818 {ISD::MLOAD, ISD::MSTORE, ISD::MGATHER, ISD::MSCATTER}, VT, Custom); in RISCVTargetLowering()
889 setOperationAction({ISD::LOAD, ISD::STORE, ISD::MLOAD, ISD::MSTORE, in RISCVTargetLowering()
3507 case ISD::MSTORE: in LowerOperation()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td664 def masked_st : SDNode<"ISD::MSTORE", SDTMaskedStore,
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp893 setTargetDAGCombine(ISD::MSTORE); in AArch64TargetLowering()
1247 setOperationAction(ISD::MSTORE, VT, Custom); in AArch64TargetLowering()
1671 setOperationAction(ISD::MSTORE, VT, Custom); in addTypeForFixedLengthSVE()
5532 case ISD::MSTORE: in LowerOperation()
17546 assert((N->getOpcode() == ISD::STORE || N->getOpcode() == ISD::MSTORE) && in foldTruncStoreOfExt()
19564 case ISD::MSTORE: in PerformDAGCombine()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1451 case ISD::MSTORE: in SelectT2AddrModeImm7Offset()
H A DARMISelLowering.cpp265 setOperationAction(ISD::MSTORE, VT, Legal); in addMVEVectorTypes()
339 setOperationAction(ISD::MSTORE, VT, Legal); in addMVEVectorTypes()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1518 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering()
1724 setOperationAction(ISD::MSTORE, VT, Custom); in X86TargetLowering()
1891 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering()
1898 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering()
2018 setOperationAction(ISD::MSTORE, VT, Subtarget.hasVLX() ? Legal : Custom); in X86TargetLowering()
2352 ISD::MSTORE, in X86TargetLowering()
32350 case ISD::MSTORE: return LowerMSTORE(Op, Subtarget, DAG); in LowerOperation()
55065 case ISD::MSTORE: return combineMaskedStore(N, DAG, DCI, Subtarget); in PerformDAGCombine()