/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 789 MLOAD, MSTORE, enumerator
|
D | SelectionDAGNodes.h | 1356 N->getOpcode() == ISD::MSTORE || 2125 N->getOpcode() == ISD::MSTORE; 2162 : MaskedLoadStoreSDNode(ISD::MSTORE, Order, dl, VTs, MemVT, MMO) { 2181 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 283 } else if (Op.getOpcode() == ISD::MSCATTER || Op.getOpcode() == ISD::MSTORE) in LegalizeOp() 412 case ISD::MSTORE: in LegalizeOp()
|
D | SelectionDAGDumper.cpp | 323 case ISD::MSTORE: return "masked_store"; in getOperationName()
|
D | LegalizeVectorTypes.cpp | 1611 case ISD::MSTORE: in SplitVectorOperand() 3416 case ISD::MSTORE: Res = WidenVecOp_MSTORE(N, OpNo); break; in WidenVectorOperand()
|
D | SelectionDAG.cpp | 548 case ISD::MSTORE: { in AddNodeIDCustom() 6535 AddNodeIDNode(ID, ISD::MSTORE, VTs, Ops); in getMaskedStore()
|
D | LegalizeIntegerTypes.cpp | 941 case ISD::MSTORE: Res = PromoteIntOp_MSTORE(cast<MaskedStoreSDNode>(N), in PromoteIntegerOperand()
|
D | DAGCombiner.cpp | 1596 case ISD::MSTORE: return visitMSTORE(N); in visit()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 525 def masked_store : SDNode<"ISD::MSTORE", SDTMaskedStore,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 509 def masked_store : SDNode<"ISD::MSTORE", SDTMaskedStore,
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 1092 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 1133 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering() 1297 setOperationAction(ISD::MSTORE, VT, Custom); in X86TargetLowering() 1406 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering() 1564 setOperationAction(ISD::MSTORE, VT, Legal); in X86TargetLowering() 1592 setOperationAction(ISD::MSTORE, VT, Subtarget.hasVLX() ? Legal : Custom); in X86TargetLowering() 1728 setTargetDAGCombine(ISD::MSTORE); in X86TargetLowering() 25387 case ISD::MSTORE: return LowerMSTORE(Op, Subtarget, DAG); in LowerOperation() 39659 case ISD::MSTORE: return combineMaskedStore(N, DAG, Subtarget); in PerformDAGCombine()
|