Home
last modified time | relevance | path

Searched refs:MLOAD (Results 1 – 18 of 18) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h742 MLOAD, MSTORE, enumerator
DSelectionDAGNodes.h1115 N->getOpcode() == ISD::MLOAD ||
1882 return N->getOpcode() == ISD::MLOAD ||
1893 : MaskedLoadStoreSDNode(ISD::MLOAD, Order, dl, VTs, MemVT, MMO) {
1902 return N->getOpcode() == ISD::MLOAD;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h789 MLOAD, MSTORE, enumerator
DSelectionDAGNodes.h1355 N->getOpcode() == ISD::MLOAD ||
2124 return N->getOpcode() == ISD::MLOAD ||
2137 : MaskedLoadStoreSDNode(ISD::MLOAD, Order, dl, VTs, MemVT, MMO) {
2148 return N->getOpcode() == ISD::MLOAD;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp294 case ISD::MLOAD: return "masked_load"; in getOperationName()
DLegalizeIntegerTypes.cpp70 case ISD::MLOAD: Res = PromoteIntRes_MLOAD(cast<MaskedLoadSDNode>(N)); in PromoteIntegerResult()
906 case ISD::MLOAD: Res = PromoteIntOp_MLOAD(cast<MaskedLoadSDNode>(N), in PromoteIntegerOperand()
DLegalizeVectorTypes.cpp608 case ISD::MLOAD: in SplitVectorResult()
2076 case ISD::MLOAD: in WidenVectorResult()
DSelectionDAG.cpp5339 AddNodeIDNode(ID, ISD::MLOAD, VTs, Ops); in getMaskedLoad()
DDAGCombiner.cpp1439 case ISD::MLOAD: return visitMLOAD(N); in visit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp322 case ISD::MLOAD: return "masked_load"; in getOperationName()
DLegalizeVectorTypes.cpp665 case ISD::MLOAD: in SplitVectorResult()
2284 case ISD::MLOAD: in WidenVectorResult()
DLegalizeIntegerTypes.cpp72 case ISD::MLOAD: Res = PromoteIntRes_MLOAD(cast<MaskedLoadSDNode>(N)); in PromoteIntegerResult()
943 case ISD::MLOAD: Res = PromoteIntOp_MLOAD(cast<MaskedLoadSDNode>(N), in PromoteIntegerOperand()
DSelectionDAG.cpp541 case ISD::MLOAD: { in AddNodeIDCustom()
6504 AddNodeIDNode(ID, ISD::MLOAD, VTs, Ops); in getMaskedLoad()
DDAGCombiner.cpp1594 case ISD::MLOAD: return visitMLOAD(N); in visit()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td527 def masked_load : SDNode<"ISD::MLOAD", SDTMaskedLoad,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td511 def masked_load : SDNode<"ISD::MLOAD", SDTMaskedLoad,
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1091 setOperationAction(ISD::MLOAD, VT, Legal); in X86TargetLowering()
1211 setOperationAction(ISD::MLOAD, MVT::v8i32, Custom); in X86TargetLowering()
1212 setOperationAction(ISD::MLOAD, MVT::v8f32, Custom); in X86TargetLowering()
1402 setOperationAction(ISD::MLOAD, VT, Legal); in X86TargetLowering()
1488 setOperationAction(ISD::MLOAD, VT, Action); in X86TargetLowering()
1503 setOperationAction(ISD::MLOAD, VT, Legal); in X86TargetLowering()
1651 setTargetDAGCombine(ISD::MLOAD); in X86TargetLowering()
21763 case ISD::MLOAD: return LowerMLOAD(Op, Subtarget, DAG); in LowerOperation()
30967 case ISD::MLOAD: return combineMaskedLoad(N, DAG, DCI, Subtarget); in PerformDAGCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp1132 setOperationAction(ISD::MLOAD, VT, Legal); in X86TargetLowering()
1296 setOperationAction(ISD::MLOAD, VT, Custom); in X86TargetLowering()
1405 setOperationAction(ISD::MLOAD, VT, Legal); in X86TargetLowering()
1563 setOperationAction(ISD::MLOAD, VT, Legal); in X86TargetLowering()
1591 setOperationAction(ISD::MLOAD, VT, Subtarget.hasVLX() ? Legal : Custom); in X86TargetLowering()
1726 setTargetDAGCombine(ISD::MLOAD); in X86TargetLowering()
25386 case ISD::MLOAD: return LowerMLOAD(Op, Subtarget, DAG); in LowerOperation()
39657 case ISD::MLOAD: return combineMaskedLoad(N, DAG, DCI, Subtarget); in PerformDAGCombine()