Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1147 MSTORE, enumerator
H A DSelectionDAGNodes.h1349 case ISD::MSTORE:
1385 N->getOpcode() == ISD::MSTORE ||
2347 N->getOpcode() == ISD::MSTORE;
2388 : MaskedLoadStoreSDNode(ISD::MSTORE, Order, dl, VTs, AM, MemVT, MMO) {
2410 return N->getOpcode() == ISD::MSTORE;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp115 setOperationAction(ISD::MSTORE, T, Custom); in initializeHVXLowering()
170 setOperationAction(ISD::MSTORE, T, Custom); in initializeHVXLowering()
218 setOperationAction(ISD::MSTORE, BoolW, Custom); in initializeHVXLowering()
1711 assert(Opc == ISD::MLOAD || Opc == ISD::MSTORE); in LowerHvxMaskedOp()
1843 assert(MemOpc == ISD::MLOAD || MemOpc == ISD::MSTORE); in SplitHvxMemOp()
1866 if (MemOpc == ISD::MSTORE) { in SplitHvxMemOp()
2069 case ISD::MSTORE: in LowerHvxOperation()
2122 case ISD::MSTORE: return LowerHvxMaskedOp(Op, DAG); in LowerHvxOperation()
2174 case ISD::MSTORE: in LowerHvxOperationWrapper()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp388 case ISD::MSTORE: return "masked_store"; in getOperationName()
H A DLegalizeVectorTypes.cpp2169 case ISD::MSTORE: in SplitVectorOperand()
4531 case ISD::MSTORE: Res = WidenVecOp_MSTORE(N, OpNo); break; in WidenVectorOperand()
H A DSelectionDAG.cpp692 case ISD::MSTORE: { in AddNodeIDCustom()
7596 AddNodeIDNode(ID, ISD::MSTORE, VTs, Ops); in getMaskedStore()
H A DLegalizeDAG.cpp1161 case ISD::MSTORE: in LegalizeOp()
H A DLegalizeIntegerTypes.cpp1508 case ISD::MSTORE: Res = PromoteIntOp_MSTORE(cast<MaskedStoreSDNode>(N), in PromoteIntegerOperand()
H A DDAGCombiner.cpp1721 case ISD::MSTORE: return visitMSTORE(N); in visit()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp516 setOperationAction(ISD::MSTORE, VT, Custom); in RISCVTargetLowering()
577 setOperationAction(ISD::MSTORE, VT, Custom); in RISCVTargetLowering()
677 setOperationAction(ISD::MSTORE, VT, Custom); in RISCVTargetLowering()
756 setOperationAction(ISD::MSTORE, VT, Custom); in RISCVTargetLowering()
2335 case ISD::MSTORE: in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td648 def masked_st : SDNode<"ISD::MSTORE", SDTMaskedStore,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1443 case ISD::MSTORE: in SelectT2AddrModeImm7Offset()
H A DARMISelLowering.cpp275 setOperationAction(ISD::MSTORE, VT, Legal); in addMVEVectorTypes()
340 setOperationAction(ISD::MSTORE, VT, Legal); in addMVEVectorTypes()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1199 setOperationAction(ISD::MSTORE, VT, Custom); in AArch64TargetLowering()
1490 setOperationAction(ISD::MSTORE, VT, Custom); in addTypeForFixedLengthSVE()
4632 case ISD::MSTORE: in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1403 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering()
1583 setOperationAction(ISD::MSTORE, VT, Custom); in X86TargetLowering()
1737 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering()
1744 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering()
1890 setOperationAction(ISD::MSTORE, VT, Subtarget.hasVLX() ? Legal : Custom); in X86TargetLowering()
2032 setTargetDAGCombine(ISD::MSTORE); in X86TargetLowering()
30390 case ISD::MSTORE: return LowerMSTORE(Op, Subtarget, DAG); in LowerOperation()
50831 case ISD::MSTORE: return combineMaskedStore(N, DAG, DCI, Subtarget); in PerformDAGCombine()