Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h691 MLOAD, MSTORE, enumerator
DSelectionDAGNodes.h1153 N->getOpcode() == ISD::MSTORE ||
1941 N->getOpcode() == ISD::MSTORE;
1974 : MaskedLoadStoreSDNode(ISD::MSTORE, Order, dl, Operands, numOperands,
1986 return N->getOpcode() == ISD::MSTORE;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp275 case ISD::MSTORE: return "masked_store"; in getOperationName()
DLegalizeVectorTypes.cpp1304 case ISD::MSTORE: in SplitVectorOperand()
2628 case ISD::MSTORE: Res = WidenVecOp_MSTORE(N, OpNo); break; in WidenVectorOperand()
DLegalizeIntegerTypes.cpp857 case ISD::MSTORE: Res = PromoteIntOp_MSTORE(cast<MaskedStoreSDNode>(N), in PromoteIntegerOperand()
DSelectionDAG.cpp5070 AddNodeIDNode(ID, ISD::MSTORE, VTs, Ops); in getMaskedStore()
DDAGCombiner.cpp1383 case ISD::MSTORE: return visitMSTORE(N); in visit()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td479 def masked_store : SDNode<"ISD::MSTORE", SDTMaskedStore,
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1196 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering()
1406 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering()
1549 setTargetDAGCombine(ISD::MSTORE); in X86TargetLowering()
23885 case ISD::MSTORE: return PerformMSTORECombine(N, DAG, Subtarget); in PerformDAGCombine()