Home
last modified time | relevance | path

Searched refs:MGATHER (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h638 MGATHER, MSCATTER, enumerator
1487 return N->getOpcode() == X86ISD::MGATHER || in classof()
1496 : X86MaskedGatherScatterSDNode(X86ISD::MGATHER, Order, dl, VTs, MemVT, in X86MaskedGatherSDNode()
1500 return N->getOpcode() == X86ISD::MGATHER; in classof()
DX86InstrFragmentsSIMD.td730 def X86masked_gather : SDNode<"X86ISD::MGATHER",
DX86ISelLowering.cpp1170 setOperationAction(ISD::MGATHER, MVT::v2f32, Custom); in X86TargetLowering()
1171 setOperationAction(ISD::MGATHER, MVT::v2i32, Custom); in X86TargetLowering()
1175 setOperationAction(ISD::MGATHER, VT, Custom); in X86TargetLowering()
1407 setOperationAction(ISD::MGATHER, VT, Custom); in X86TargetLowering()
1742 setTargetDAGCombine(ISD::MGATHER); in X86TargetLowering()
25388 case ISD::MGATHER: return LowerMGATHER(Op, Subtarget, DAG); in LowerOperation()
25808 case ISD::MGATHER: { in ReplaceNodeResults()
26194 case X86ISD::MGATHER: return "X86ISD::MGATHER"; in getTargetNodeName()
39741 case X86ISD::MGATHER: in PerformDAGCombine()
39743 case ISD::MGATHER: in PerformDAGCombine()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h747 MGATHER, MSCATTER, enumerator
DSelectionDAGNodes.h1117 N->getOpcode() == ISD::MGATHER ||
1949 return N->getOpcode() == ISD::MGATHER ||
1961 : MaskedGatherScatterSDNode(ISD::MGATHER, Order, dl, VTs, MemVT, MMO) {}
1964 return N->getOpcode() == ISD::MGATHER;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h794 MGATHER, MSCATTER, enumerator
DSelectionDAGNodes.h1357 N->getOpcode() == ISD::MGATHER ||
2208 return N->getOpcode() == ISD::MGATHER ||
2221 : MaskedGatherScatterSDNode(ISD::MGATHER, Order, dl, VTs, MemVT, MMO) {}
2224 return N->getOpcode() == ISD::MGATHER;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp296 case ISD::MGATHER: return "masked_gather"; in getOperationName()
DLegalizeVectorTypes.cpp611 case ISD::MGATHER: in SplitVectorResult()
1478 case ISD::MGATHER: in SplitVectorOperand()
2079 case ISD::MGATHER: in WidenVectorResult()
DLegalizeIntegerTypes.cpp72 case ISD::MGATHER: Res = PromoteIntRes_MGATHER(cast<MaskedGatherSDNode>(N)); in PromoteIntegerResult()
908 case ISD::MGATHER: Res = PromoteIntOp_MGATHER(cast<MaskedGatherSDNode>(N), in PromoteIntegerOperand()
DSelectionDAG.cpp5395 AddNodeIDNode(ID, ISD::MGATHER, VTs, Ops); in getMaskedGather()
DDAGCombiner.cpp1438 case ISD::MGATHER: return visitMGATHER(N); in visit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp324 case ISD::MGATHER: return "masked_gather"; in getOperationName()
DLegalizeVectorTypes.cpp668 case ISD::MGATHER: in SplitVectorResult()
1617 case ISD::MGATHER: in SplitVectorOperand()
2287 case ISD::MGATHER: in WidenVectorResult()
DLegalizeIntegerTypes.cpp74 case ISD::MGATHER: Res = PromoteIntRes_MGATHER(cast<MaskedGatherSDNode>(N)); in PromoteIntegerResult()
945 case ISD::MGATHER: Res = PromoteIntOp_MGATHER(cast<MaskedGatherSDNode>(N), in PromoteIntegerOperand()
DSelectionDAG.cpp555 case ISD::MGATHER: { in AddNodeIDCustom()
6562 AddNodeIDNode(ID, ISD::MGATHER, VTs, Ops); in getMaskedGather()
DDAGCombiner.cpp1593 case ISD::MGATHER: return visitMGATHER(N); in visit()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td531 def masked_gather : SDNode<"ISD::MGATHER", SDTMaskedGather,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td515 def masked_gather : SDNode<"ISD::MGATHER", SDTMaskedGather,
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1381 setOperationAction(ISD::MGATHER, VT, Custom); in X86TargetLowering()
1404 setOperationAction(ISD::MGATHER, VT, Legal); in X86TargetLowering()
1665 setTargetDAGCombine(ISD::MGATHER); in X86TargetLowering()
21765 case ISD::MGATHER: return LowerMGATHER(Op, Subtarget, DAG); in LowerOperation()
31022 case ISD::MGATHER: in PerformDAGCombine()