Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp66 case ISD::MSTORE: in getVVPOpcode()
203 case ISD::MSTORE: in getMaskPos()
H A DVEISelLowering.cpp346 for (unsigned MemOpc : {ISD::MLOAD, ISD::MSTORE, ISD::LOAD, ISD::STORE}) in initVPUActions()
1940 case ISD::MSTORE: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1329 MSTORE, enumerator
H A DSelectionDAGNodes.h1432 case ISD::MSTORE:
1476 case ISD::MSTORE:
2735 N->getOpcode() == ISD::MSTORE;
2776 : MaskedLoadStoreSDNode(ISD::MSTORE, Order, dl, VTs, AM, MemVT, MMO) {
2798 return N->getOpcode() == ISD::MSTORE;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp140 setOperationAction(ISD::MSTORE, T, Custom); in initializeHVXLowering()
180 setOperationAction(ISD::MSTORE, P, Custom); in initializeHVXLowering()
223 setOperationAction(ISD::MSTORE, T, Custom); in initializeHVXLowering()
291 setOperationAction(ISD::MSTORE, T, Custom); in initializeHVXLowering()
382 setOperationAction(ISD::MSTORE, BoolW, Custom); in initializeHVXLowering()
2178 assert(Opc == ISD::MLOAD || Opc == ISD::MSTORE); in LowerHvxMaskedOp()
2190 // MSTORE in LowerHvxMaskedOp()
2984 uint64_t MemSize = (MemOpc == ISD::MLOAD || MemOpc == ISD::MSTORE) in SplitHvxMemOp()
3008 assert(MemOpc == ISD::MLOAD || MemOpc == ISD::MSTORE); in SplitHvxMemOp()
3031 if (MemOpc == ISD::MSTORE) { in SplitHvxMemOp()
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp434 case ISD::MSTORE: return "masked_store"; in getOperationName()
H A DLegalizeVectorTypes.cpp3162 case ISD::MSTORE: in SplitVectorOperand()
6382 case ISD::MSTORE: Res = WidenVecOp_MSTORE(N, OpNo); break; in WidenVectorOperand()
H A DSelectionDAG.cpp868 case ISD::MSTORE: { in AddNodeIDCustom()
9685 AddNodeIDNode(ID, ISD::MSTORE, VTs, Ops); in getMaskedStore()
H A DLegalizeDAG.cpp1179 case ISD::MSTORE: in LegalizeOp()
H A DLegalizeIntegerTypes.cpp1949 case ISD::MSTORE: Res = PromoteIntOp_MSTORE(cast<MaskedStoreSDNode>(N), in PromoteIntegerOperand()
H A DDAGCombiner.cpp1965 case ISD::MSTORE: return visitMSTORE(N); in visit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td759 def masked_st : SDNode<"ISD::MSTORE", SDTMaskedStore,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp870 setOperationAction({ISD::MLOAD, ISD::MSTORE, ISD::MGATHER, ISD::MSCATTER}, in RISCVTargetLowering()
1009 setOperationAction({ISD::MLOAD, ISD::MSTORE, ISD::MGATHER, ISD::MSCATTER}, in RISCVTargetLowering()
1226 {ISD::MLOAD, ISD::MSTORE, ISD::MGATHER, ISD::MSCATTER}, VT, Custom); in RISCVTargetLowering()
1360 {ISD::MLOAD, ISD::MSTORE, ISD::MGATHER, ISD::MSCATTER}, VT, Custom); in RISCVTargetLowering()
6923 case ISD::MSTORE: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1107 setTargetDAGCombine(ISD::MSTORE); in AArch64TargetLowering()
1544 setOperationAction(ISD::MSTORE, VT, Custom); in AArch64TargetLowering()
2081 setOperationAction(ISD::MSTORE, VT, Default); in addTypeForFixedLengthSVE()
6944 case ISD::MSTORE: in LowerOperation()
22558 assert((N->getOpcode() == ISD::STORE || N->getOpcode() == ISD::MSTORE) && in foldTruncStoreOfExt()
25343 case ISD::MSTORE: in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1464 case ISD::MSTORE: in SelectT2AddrModeImm7Offset()
H A DARMISelLowering.cpp277 setOperationAction(ISD::MSTORE, VT, Legal); in addMVEVectorTypes()
351 setOperationAction(ISD::MSTORE, VT, Legal); in addMVEVectorTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1631 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering()
1853 setOperationAction(ISD::MSTORE, VT, Custom); in X86TargetLowering()
2024 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering()
2031 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering()
2158 setOperationAction(ISD::MSTORE, VT, Subtarget.hasVLX() ? Legal : Custom); in X86TargetLowering()
2541 ISD::MSTORE, in X86TargetLowering()
32496 case ISD::MSTORE: return LowerMSTORE(Op, Subtarget, DAG); in LowerOperation()
57794 case ISD::MSTORE: return combineMaskedStore(N, DAG, DCI, Subtarget); in PerformDAGCombine()