Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h742 MLOAD, MSTORE, enumerator
DSelectionDAGNodes.h1116 N->getOpcode() == ISD::MSTORE ||
1883 N->getOpcode() == ISD::MSTORE;
1913 : MaskedLoadStoreSDNode(ISD::MSTORE, Order, dl, VTs, MemVT, MMO) {
1924 return N->getOpcode() == ISD::MSTORE;
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp248 } else if (Op.getOpcode() == ISD::MSCATTER || Op.getOpcode() == ISD::MSTORE) in LegalizeOp()
347 case ISD::MSTORE: in LegalizeOp()
DSelectionDAGDumper.cpp295 case ISD::MSTORE: return "masked_store"; in getOperationName()
DLegalizeVectorTypes.cpp1472 case ISD::MSTORE: in SplitVectorOperand()
3085 case ISD::MSTORE: Res = WidenVecOp_MSTORE(N, OpNo); break; in WidenVectorOperand()
DLegalizeIntegerTypes.cpp904 case ISD::MSTORE: Res = PromoteIntOp_MSTORE(cast<MaskedStoreSDNode>(N), in PromoteIntegerOperand()
DSelectionDAG.cpp5370 AddNodeIDNode(ID, ISD::MSTORE, VTs, Ops); in getMaskedStore()
DDAGCombiner.cpp1441 case ISD::MSTORE: return visitMSTORE(N); in visit()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td525 def masked_store : SDNode<"ISD::MSTORE", SDTMaskedStore,
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1092 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering()
1213 setOperationAction(ISD::MSTORE, MVT::v8i32, Custom); in X86TargetLowering()
1214 setOperationAction(ISD::MSTORE, MVT::v8f32, Custom); in X86TargetLowering()
1403 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering()
1489 setOperationAction(ISD::MSTORE, VT, Action); in X86TargetLowering()
1504 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering()
1653 setTargetDAGCombine(ISD::MSTORE); in X86TargetLowering()
21764 case ISD::MSTORE: return LowerMSTORE(Op, Subtarget, DAG); in LowerOperation()
30969 case ISD::MSTORE: return combineMaskedStore(N, DAG, Subtarget); in PerformDAGCombine()