Searched refs:MSTORE (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 742 MLOAD, MSTORE, enumerator
|
D | SelectionDAGNodes.h | 1116 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/ |
D | LegalizeVectorOps.cpp | 248 } else if (Op.getOpcode() == ISD::MSCATTER || Op.getOpcode() == ISD::MSTORE) in LegalizeOp() 347 case ISD::MSTORE: in LegalizeOp()
|
D | SelectionDAGDumper.cpp | 295 case ISD::MSTORE: return "masked_store"; in getOperationName()
|
D | LegalizeVectorTypes.cpp | 1472 case ISD::MSTORE: in SplitVectorOperand() 3085 case ISD::MSTORE: Res = WidenVecOp_MSTORE(N, OpNo); break; in WidenVectorOperand()
|
D | LegalizeIntegerTypes.cpp | 904 case ISD::MSTORE: Res = PromoteIntOp_MSTORE(cast<MaskedStoreSDNode>(N), in PromoteIntegerOperand()
|
D | SelectionDAG.cpp | 5370 AddNodeIDNode(ID, ISD::MSTORE, VTs, Ops); in getMaskedStore()
|
D | DAGCombiner.cpp | 1441 case ISD::MSTORE: return visitMSTORE(N); in visit()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 525 def masked_store : SDNode<"ISD::MSTORE", SDTMaskedStore,
|