Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp64 case ISD::MLOAD: in getVVPOpcode()
205 case ISD::MLOAD: in getMaskPos()
H A DVEISelLowering.cpp346 for (unsigned MemOpc : {ISD::MLOAD, ISD::MSTORE, ISD::LOAD, ISD::STORE}) in initVPUActions()
1941 case ISD::MLOAD: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1279 MLOAD, enumerator
H A DSelectionDAGNodes.h1447 case ISD::MLOAD:
2668 return getOperand(getOpcode() == ISD::MLOAD ? 2 : 3);
2671 return getOperand(getOpcode() == ISD::MLOAD ? 3 : 4);
2687 return N->getOpcode() == ISD::MLOAD ||
2700 : MaskedLoadStoreSDNode(ISD::MLOAD, Order, dl, VTs, AM, MemVT, MMO) {
2715 return N->getOpcode() == ISD::MLOAD;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp139 setOperationAction(ISD::MLOAD, T, Custom); in initializeHVXLowering()
179 setOperationAction(ISD::MLOAD, P, Custom); in initializeHVXLowering()
222 setOperationAction(ISD::MLOAD, T, Custom); in initializeHVXLowering()
290 setOperationAction(ISD::MLOAD, T, Custom); in initializeHVXLowering()
2178 assert(Opc == ISD::MLOAD || Opc == ISD::MSTORE); in LowerHvxMaskedOp()
2180 if (Opc == ISD::MLOAD) { in LowerHvxMaskedOp()
3008 assert(MemOpc == ISD::MLOAD || MemOpc == ISD::MSTORE); in SplitHvxMemOp()
3015 if (MemOpc == ISD::MLOAD) { in SplitHvxMemOp()
3151 case ISD::MLOAD: in LowerHvxOperation()
3229 case ISD::MLOAD: in LowerHvxOperation()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp408 case ISD::MLOAD: return "masked_load"; in getOperationName()
H A DLegalizeIntegerTypes.cpp82 case ISD::MLOAD: Res = PromoteIntRes_MLOAD(cast<MaskedLoadSDNode>(N)); in PromoteIntegerResult()
1807 case ISD::MLOAD: Res = PromoteIntOp_MLOAD(cast<MaskedLoadSDNode>(N), in PromoteIntegerOperand()
H A DLegalizeVectorTypes.cpp1025 case ISD::MLOAD: in SplitVectorResult()
4109 case ISD::MLOAD: in WidenVectorResult()
H A DSelectionDAG.cpp856 case ISD::MLOAD: { in AddNodeIDCustom()
9354 AddNodeIDNode(ID, ISD::MLOAD, VTs, Ops); in getMaskedLoad()
H A DDAGCombiner.cpp2048 case ISD::MLOAD: return visitMLOAD(N); in visit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1455 case ISD::MLOAD: in SelectT2AddrModeImm7Offset()
4016 case ISD::MLOAD: in Select()
H A DARMISelLowering.cpp265 setOperationAction(ISD::MLOAD, VT, Custom); in addMVEVectorTypes()
339 setOperationAction(ISD::MLOAD, VT, Custom); in addMVEVectorTypes()
10641 case ISD::MLOAD: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1308 setOperationAction(ISD::MLOAD, VT, Custom); in AArch64TargetLowering()
1408 setOperationAction(ISD::MLOAD, VT, Custom); in AArch64TargetLowering()
1454 setOperationAction(ISD::MLOAD, VT, Custom); in AArch64TargetLowering()
1525 setOperationAction(ISD::MLOAD, VT, Custom); in AArch64TargetLowering()
1898 setOperationAction(ISD::MLOAD, VT, Custom); in addTypeForFixedLengthSVE()
6337 case ISD::MLOAD: in LowerOperation()
20295 return OC == ISD::LOAD || OC == ISD::MLOAD || in isCheapToExtend()
20781 if (N->getOperand(0).getOpcode() == ISD::MLOAD && in performUnpackCombine()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td715 def masked_ld : SDNode<"ISD::MLOAD", SDTMaskedLoad,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp837 setOperationAction({ISD::MLOAD, ISD::MSTORE, ISD::MGATHER, ISD::MSCATTER}, in RISCVTargetLowering()
975 setOperationAction({ISD::MLOAD, ISD::MSTORE, ISD::MGATHER, ISD::MSCATTER}, in RISCVTargetLowering()
1169 {ISD::MLOAD, ISD::MSTORE, ISD::MGATHER, ISD::MSCATTER}, VT, Custom); in RISCVTargetLowering()
1281 setOperationAction({ISD::LOAD, ISD::STORE, ISD::MLOAD, ISD::MSTORE, in RISCVTargetLowering()
6471 case ISD::MLOAD: in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1568 setOperationAction(ISD::MLOAD, VT, Subtarget.hasVLX() ? Legal : Custom); in X86TargetLowering()
1778 setOperationAction(ISD::MLOAD, VT, Custom); in X86TargetLowering()
1952 setOperationAction(ISD::MLOAD, VT, Legal); in X86TargetLowering()
1959 setOperationAction(ISD::MLOAD, VT, Legal); in X86TargetLowering()
2085 setOperationAction(ISD::MLOAD, VT, Subtarget.hasVLX() ? Legal : Custom); in X86TargetLowering()
2458 ISD::MLOAD, in X86TargetLowering()
31996 case ISD::MLOAD: return LowerMLOAD(Op, Subtarget, DAG); in LowerOperation()
56197 case ISD::MLOAD: return combineMaskedLoad(N, DAG, DCI, Subtarget); in PerformDAGCombine()