/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 747 MGATHER, MSCATTER, enumerator
|
D | SelectionDAGNodes.h | 1117 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-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 903 MGATHER, MSCATTER, enumerator
|
D | SelectionDAGNodes.h | 1418 N->getOpcode() == ISD::MGATHER || 2427 return N->getOpcode() == ISD::MGATHER || 2441 : MaskedGatherScatterSDNode(ISD::MGATHER, Order, dl, VTs, MemVT, MMO, 2447 return N->getOpcode() == ISD::MGATHER;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 695 MGATHER, MSCATTER, enumerator 1642 return N->getOpcode() == X86ISD::MGATHER || in classof() 1651 : X86MaskedGatherScatterSDNode(X86ISD::MGATHER, Order, dl, VTs, MemVT, in X86MaskedGatherSDNode() 1657 return N->getOpcode() == X86ISD::MGATHER; in classof()
|
D | X86InstrFragmentsSIMD.td | 898 def X86masked_gather : SDNode<"X86ISD::MGATHER",
|
D | X86ISelLowering.cpp | 1359 setOperationAction(ISD::MGATHER, MVT::v2f32, Custom); in X86TargetLowering() 1360 setOperationAction(ISD::MGATHER, MVT::v2i32, Custom); in X86TargetLowering() 1364 setOperationAction(ISD::MGATHER, VT, Custom); in X86TargetLowering() 1623 setOperationAction(ISD::MGATHER, VT, Custom); in X86TargetLowering() 2026 setTargetDAGCombine(ISD::MGATHER); in X86TargetLowering() 28655 case ISD::MGATHER: return LowerMGATHER(Op, Subtarget, DAG); in LowerOperation() 29504 case ISD::MGATHER: { in ReplaceNodeResults() 29937 case X86ISD::MGATHER: return "X86ISD::MGATHER"; in getTargetNodeName() 46085 case X86ISD::MGATHER: in PerformDAGCombine() 46087 case ISD::MGATHER: in PerformDAGCombine()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1089 MGATHER, enumerator
|
D | SelectionDAGNodes.h | 1343 case ISD::MGATHER: 1378 N->getOpcode() == ISD::MGATHER || 2442 return N->getOpcode() == ISD::MGATHER || 2456 : MaskedGatherScatterSDNode(ISD::MGATHER, Order, dl, VTs, MemVT, MMO, 2468 return N->getOpcode() == ISD::MGATHER;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 829 MGATHER, enumerator 1677 return N->getOpcode() == X86ISD::MGATHER || in classof() 1687 return N->getOpcode() == X86ISD::MGATHER; in classof()
|
D | X86ISelLowering.cpp | 1387 setOperationAction(ISD::MGATHER, MVT::v2f32, Custom); in X86TargetLowering() 1388 setOperationAction(ISD::MGATHER, MVT::v2i32, Custom); in X86TargetLowering() 1392 setOperationAction(ISD::MGATHER, VT, Custom); in X86TargetLowering() 1699 setOperationAction(ISD::MGATHER, VT, Custom); in X86TargetLowering() 2014 setTargetDAGCombine(ISD::MGATHER); in X86TargetLowering() 25696 DAG.getMemIntrinsicNode(X86ISD::MGATHER, dl, VTs, Ops, in getAVX2GatherNode() 25734 DAG.getMemIntrinsicNode(X86ISD::MGATHER, dl, VTs, Ops, in getGatherNode() 29624 X86ISD::MGATHER, dl, DAG.getVTList(VT, MVT::Other), Ops, N->getMemoryVT(), in LowerMGATHER() 29842 case ISD::MGATHER: return LowerMGATHER(Op, Subtarget, DAG); in LowerOperation() 30657 case ISD::MGATHER: { in ReplaceNodeResults() [all …]
|
D | X86ISelDAGToDAG.cpp | 5629 case X86ISD::MGATHER: { in Select()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | sve-masked-gather-legalize.ll | 45 ; Tests that exercise various type legalisation scenarios for ISD::MGATHER.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 296 case ISD::MGATHER: return "masked_gather"; in getOperationName()
|
D | LegalizeVectorTypes.cpp | 611 case ISD::MGATHER: in SplitVectorResult() 1478 case ISD::MGATHER: in SplitVectorOperand() 2079 case ISD::MGATHER: in WidenVectorResult()
|
D | LegalizeIntegerTypes.cpp | 72 case ISD::MGATHER: Res = PromoteIntRes_MGATHER(cast<MaskedGatherSDNode>(N)); in PromoteIntegerResult() 908 case ISD::MGATHER: Res = PromoteIntOp_MGATHER(cast<MaskedGatherSDNode>(N), in PromoteIntegerOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 372 case ISD::MGATHER: return "masked_gather"; in getOperationName()
|
D | LegalizeVectorTypes.cpp | 846 case ISD::MGATHER: in SplitVectorResult() 1945 case ISD::MGATHER: in SplitVectorOperand() 2707 case ISD::MGATHER: in WidenVectorResult() 4195 case ISD::MGATHER: Res = WidenVecOp_MGATHER(N, OpNo); break; in WidenVectorOperand()
|
D | LegalizeIntegerTypes.cpp | 73 case ISD::MGATHER: Res = PromoteIntRes_MGATHER(cast<MaskedGatherSDNode>(N)); in PromoteIntegerResult() 1279 case ISD::MGATHER: Res = PromoteIntOp_MGATHER(cast<MaskedGatherSDNode>(N), in PromoteIntegerOperand()
|
D | SelectionDAG.cpp | 590 case ISD::MGATHER: { in AddNodeIDCustom() 7168 AddNodeIDNode(ID, ISD::MGATHER, VTs, Ops); in getMaskedGather()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 384 case ISD::MGATHER: return "masked_gather"; in getOperationName()
|
D | LegalizeVectorTypes.cpp | 905 case ISD::MGATHER: in SplitVectorResult() 2082 case ISD::MGATHER: in SplitVectorOperand() 2864 case ISD::MGATHER: in WidenVectorResult() 4359 case ISD::MGATHER: Res = WidenVecOp_MGATHER(N, OpNo); break; in WidenVectorOperand()
|
D | LegalizeIntegerTypes.cpp | 74 case ISD::MGATHER: Res = PromoteIntRes_MGATHER(cast<MaskedGatherSDNode>(N)); in PromoteIntegerResult() 1479 case ISD::MGATHER: Res = PromoteIntOp_MGATHER(cast<MaskedGatherSDNode>(N), in PromoteIntegerOperand()
|
D | SelectionDAG.cpp | 641 case ISD::MGATHER: { in AddNodeIDCustom() 7303 AddNodeIDNode(ID, ISD::MGATHER, VTs, Ops); in getMaskedGather()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 531 def masked_gather : SDNode<"ISD::MGATHER", SDTMaskedGather,
|