Searched refs:MSTORE (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 691 MLOAD, MSTORE, enumerator
|
D | SelectionDAGNodes.h | 1153 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/ |
D | SelectionDAGDumper.cpp | 275 case ISD::MSTORE: return "masked_store"; in getOperationName()
|
D | LegalizeVectorTypes.cpp | 1304 case ISD::MSTORE: in SplitVectorOperand() 2628 case ISD::MSTORE: Res = WidenVecOp_MSTORE(N, OpNo); break; in WidenVectorOperand()
|
D | LegalizeIntegerTypes.cpp | 857 case ISD::MSTORE: Res = PromoteIntOp_MSTORE(cast<MaskedStoreSDNode>(N), in PromoteIntegerOperand()
|
D | SelectionDAG.cpp | 5070 AddNodeIDNode(ID, ISD::MSTORE, VTs, Ops); in getMaskedStore()
|
D | DAGCombiner.cpp | 1383 case ISD::MSTORE: return visitMSTORE(N); in visit()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 479 def masked_store : SDNode<"ISD::MSTORE", SDTMaskedStore,
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 1196 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()
|