Home
last modified time | relevance | path

Searched refs:NON_EXTLOAD (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp149 if ((LD->getExtensionType() != ISD::NON_EXTLOAD) || in selectIndexedLoad()
192 if (LD->getExtensionType() != ISD::NON_EXTLOAD || in selectIndexedProgMemLoad()
H A DAVRISelLowering.cpp1026 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPreIndexedAddressParts()
1083 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1665 enum LoadExtType { NON_EXTLOAD = 0, EXTLOAD, SEXTLOAD, ZEXTLOAD }; enumerator
H A DSelectionDAGNodes.h1589 assert((Opc == ISD::ATOMIC_LOAD || ETy == ISD::NON_EXTLOAD) &&
3288 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD &&
3295 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD;
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp306 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
H A DMSP430ISelLowering.cpp1215 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFragments.td510 return ExtType == ISD::NON_EXTLOAD || ExtType == ISD::EXTLOAD ||
521 if (ExtType == ISD::NON_EXTLOAD)
540 if (ExtType == ISD::NON_EXTLOAD)
H A DX86InstrFragmentsSIMD.td1277 cast<MaskedLoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD &&
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td590 if (AL->getExtensionType() != ISD::NON_EXTLOAD)
671 return getLoadExtType(N) != ISD::NON_EXTLOAD;
688 return cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1328 ExtType != ISD::NON_EXTLOAD && MemVT.bitsLT(MVT::i32)) { in LowerLOAD()
1348 ((LoadNode->getExtensionType() == ISD::NON_EXTLOAD) || in LowerLOAD()
1497 ISD::LoadExtType Ext = ISD::NON_EXTLOAD; in LowerFormalArguments()
H A DSIISelLowering.cpp2212 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in lowerStackParameter()
10841 case ISD::NON_EXTLOAD: in getLoadExtOrTrunc()
10873 assert((!MemVT.isVector() || Ld->getExtensionType() == ISD::NON_EXTLOAD) && in widenLoad()
10879 ISD::UNINDEXED, ISD::NON_EXTLOAD, MVT::i32, SL, Ld->getChain(), Ptr, in widenLoad()
10886 assert(Ld->getExtensionType() == ISD::NON_EXTLOAD && in widenLoad()
10896 Ld->getExtensionType() == ISD::NON_EXTLOAD) { in widenLoad()
10933 if (ExtType == ISD::NON_EXTLOAD && MemVT.getSizeInBits() < 32) { in LowerLOAD()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td559 if (ExtType == ISD::NON_EXTLOAD)
569 if (ExtType == ISD::NON_EXTLOAD)
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1240 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1126 assert(!(EltVT.isVector() && ExtensionType != ISD::NON_EXTLOAD)); in tryLoadVector()
1197 ExtensionType != ISD::NON_EXTLOAD)); in tryLDG()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp994 if (L->getExtensionType() == ISD::NON_EXTLOAD) { in SoftenFloatRes_LOAD()
1006 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, L->getMemoryVT(), in SoftenFloatRes_LOAD()
1023 if (L->getExtensionType() == ISD::NON_EXTLOAD) { in SoftenFloatRes_ATOMIC_LOAD()
3593 assert(L->getExtensionType() == ISD::NON_EXTLOAD && "Unexpected extension!"); in SoftPromoteHalfRes_LOAD()
H A DSelectionDAG.cpp4421 case ISD::NON_EXTLOAD: in computeKnownBits()
5340 case ISD::NON_EXTLOAD: in ComputeNumSignBits()
9482 ExtType = ISD::NON_EXTLOAD; in getLoad()
9483 } else if (ExtType == ISD::NON_EXTLOAD) { in getLoad()
9540 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
9547 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
9764 return getLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoadVP()
9773 return getLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoadVP()
9990 return getStridedLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, DL, Chain, Ptr, in getStridedLoadVP()
H A DLegalizeVectorTypes.cpp6095 if (ExtType == ISD::NON_EXTLOAD && in WidenVecRes_LOAD()
6103 DAG.getLoadVP(LD->getAddressingMode(), ISD::NON_EXTLOAD, WideVT, DL, in WidenVecRes_LOAD()
6116 if (ExtType != ISD::NON_EXTLOAD) in WidenVecRes_LOAD()
6225 if (ExtType == ISD::NON_EXTLOAD && in WidenVecRes_MLOAD()
6237 DAG.getLoadVP(N->getAddressingMode(), ISD::NON_EXTLOAD, WidenVT, dl, in WidenVecRes_MLOAD()
H A DDAGCombiner.cpp6907 if (Load->getExtensionType() != ISD::NON_EXTLOAD && in isLegalNarrowLdSt()
7570 case ISD::NON_EXTLOAD: B = true; break; in visitAND()
9672 !TLI.isLoadExtLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, VT, in MatchLoadCombine()
9722 DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, SDLoc(N), VT, in MatchLoadCombine()
12792 !MLD->isExpandingLoad() && MLD->getExtensionType() == ISD::NON_EXTLOAD) { in visitMLOAD()
13666 if (LoadExt == ISD::NON_EXTLOAD || LoadExt == ISD::EXTLOAD) in isCompatibleLoad()
14213 if (!Ld || Ld->getExtensionType() != ISD::NON_EXTLOAD) in tryToFoldExtOfMaskedLoad()
15315 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in reduceLoadWidth()
15514 if (ExtType == ISD::NON_EXTLOAD) { in reduceLoadWidth()
15712 Ld->getExtensionType() != ISD::LoadExtType::NON_EXTLOAD && in visitSIGN_EXTEND_INREG()
[all …]
H A DLegalizeIntegerTypes.cpp390 if (ExtType == ISD::NON_EXTLOAD) { in PromoteIntRes_Atomic0()
983 ISD::LoadExtType ExtType = (N->getExtensionType() == ISD::NON_EXTLOAD) in PromoteIntRes_VP_LOAD()
1002 if (ExtType == ISD::NON_EXTLOAD) in PromoteIntRes_MLOAD()
1024 if (ExtType == ISD::NON_EXTLOAD) in PromoteIntRes_MGATHER()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp159 if (ValueVT == MVT::i64 && ExtType != ISD::NON_EXTLOAD) { in INITIALIZE_PASS()
300 IntExt = ISD::NON_EXTLOAD; in tryLoadOfLoadIntrinsic()
H A DHexagonISelLoweringHVX.cpp3058 ISD::NON_EXTLOAD, false); in SplitHvxMemOp()
3062 ISD::NON_EXTLOAD, false); in SplitHvxMemOp()
3110 ISD::UNINDEXED, ISD::NON_EXTLOAD, false); in WidenHvxLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp279 ExtType = ISD::NON_EXTLOAD; in unpackFromMemLoc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td999 // cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD
2047 return cast<MaskedGatherSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp379 assert(LD->getExtensionType() == ISD::NON_EXTLOAD && in LowerLOAD()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2439 if ((ExtType == ISD::EXTLOAD || ExtType == ISD::NON_EXTLOAD) && in lowerBUILD_VECTORAsBroadCastLoad()
4946 ExtType = ISD::NON_EXTLOAD; in checkValueWidth()
6980 ExtType = ISD::NON_EXTLOAD; in unpackFromMemLoc()
8403 (LD->getExtensionType() == ISD::NON_EXTLOAD || in isZExtFree()

12