Home
last modified time | relevance | path

Searched refs:NON_EXTLOAD (Results 1 – 25 of 41) 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.cpp1082 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPreIndexedAddressParts()
1137 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1554 enum LoadExtType { NON_EXTLOAD = 0, EXTLOAD, SEXTLOAD, ZEXTLOAD }; enumerator
H A DSelectionDAGNodes.h3178 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD &&
3185 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD;
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp310 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
H A DMSP430ISelLowering.cpp1340 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFragments.td504 return ExtType == ISD::NON_EXTLOAD || ExtType == ISD::EXTLOAD ||
513 if (ExtType == ISD::NON_EXTLOAD)
523 if (ExtType == ISD::NON_EXTLOAD)
H A DX86InstrFragmentsSIMD.td1112 cast<MaskedLoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD &&
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td546 if (AL->getExtensionType() != ISD::NON_EXTLOAD)
627 return getLoadExtType(N) != ISD::NON_EXTLOAD;
644 return cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1324 ExtType != ISD::NON_EXTLOAD && MemVT.bitsLT(MVT::i32)) { in LowerLOAD()
1344 ((LoadNode->getExtensionType() == ISD::NON_EXTLOAD) || in LowerLOAD()
1494 ISD::LoadExtType Ext = ISD::NON_EXTLOAD; in LowerFormalArguments()
H A DSIISelLowering.cpp2105 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in lowerStackParameter()
10165 case ISD::NON_EXTLOAD: in getLoadExtOrTrunc()
10196 assert((!MemVT.isVector() || Ld->getExtensionType() == ISD::NON_EXTLOAD) && in widenLoad()
10202 ISD::UNINDEXED, ISD::NON_EXTLOAD, MVT::i32, SL, Ld->getChain(), Ptr, in widenLoad()
10209 assert(Ld->getExtensionType() == ISD::NON_EXTLOAD && in widenLoad()
10219 Ld->getExtensionType() == ISD::NON_EXTLOAD) { in widenLoad()
10255 if (ExtType == ISD::NON_EXTLOAD && MemVT.getSizeInBits() < 32) { in LowerLOAD()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td527 if (ExtType == ISD::NON_EXTLOAD)
537 if (ExtType == ISD::NON_EXTLOAD)
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1223 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp852 if (L->getExtensionType() == ISD::NON_EXTLOAD) { in SoftenFloatRes_LOAD()
864 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, L->getMemoryVT(), in SoftenFloatRes_LOAD()
881 if (L->getExtensionType() == ISD::NON_EXTLOAD) { in SoftenFloatRes_ATOMIC_LOAD()
3268 assert(L->getExtensionType() == ISD::NON_EXTLOAD && "Unexpected extension!"); in SoftPromoteHalfRes_LOAD()
H A DSelectionDAG.cpp5058 case ISD::NON_EXTLOAD: in ComputeNumSignBits()
8904 ExtType = ISD::NON_EXTLOAD; in getLoad()
8905 } else if (ExtType == ISD::NON_EXTLOAD) { in getLoad()
8955 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
8962 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
9212 return getLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoadVP()
9221 return getLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoadVP()
9439 return getStridedLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, DL, Chain, Ptr, in getStridedLoadVP()
H A DDAGCombiner.cpp6522 if (Load->getExtensionType() != ISD::NON_EXTLOAD && in isLegalNarrowLdSt()
7147 case ISD::NON_EXTLOAD: B = true; break; in visitAND()
9218 !TLI.isOperationLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, in MatchLoadCombine()
9268 DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, SDLoc(N), VT, in MatchLoadCombine()
12174 !MLD->isExpandingLoad() && MLD->getExtensionType() == ISD::NON_EXTLOAD) { in visitMLOAD()
12803 if (LoadExt == ISD::NON_EXTLOAD || LoadExt == ISD::EXTLOAD) in isCompatibleLoad()
13353 if (!Ld || Ld->getExtensionType() != ISD::NON_EXTLOAD) in tryToFoldExtOfMaskedLoad()
14427 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in reduceLoadWidth()
14627 if (ExtType == ISD::NON_EXTLOAD) in reduceLoadWidth()
14806 Ld->getExtensionType() != ISD::LoadExtType::NON_EXTLOAD && in visitSIGN_EXTEND_INREG()
[all …]
H A DLegalizeVectorOps.cpp291 if (LoadedVT.isVector() && ExtType != ISD::NON_EXTLOAD) in LegalizeOp()
H A DLegalizeIntegerTypes.cpp375 if (ETy == ISD::NON_EXTLOAD) { in PromoteIntRes_Atomic0()
963 if (ExtType == ISD::NON_EXTLOAD) in PromoteIntRes_MLOAD()
985 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()
299 IntExt = ISD::NON_EXTLOAD; in tryLoadOfLoadIntrinsic()
H A DHexagonISelLoweringHVX.cpp3021 ISD::NON_EXTLOAD, false); in SplitHvxMemOp()
3025 ISD::NON_EXTLOAD, false); in SplitHvxMemOp()
3073 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.td940 // cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD
1862 return cast<MaskedGatherSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3451 ExtType = ISD::NON_EXTLOAD; in checkValueWidth()
4978 ExtType = ISD::NON_EXTLOAD; in unpackFromMemLoc()
6121 (LD->getExtensionType() == ISD::NON_EXTLOAD || in isZExtFree()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp406 assert(LD->getExtensionType() == ISD::NON_EXTLOAD && in LowerLOAD()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1921 (LD->getExtensionType() == ISD::NON_EXTLOAD || in isZExtFree()
11901 LoadExtType = ISD::NON_EXTLOAD; in lowerMaskedGather()
11918 assert(LoadExtType == ISD::NON_EXTLOAD && in lowerMaskedGather()
17087 MGN->getExtensionType() == ISD::NON_EXTLOAD && isTypeLegal(VT)) { in PerformDAGCombine()
17120 if (MGN->getExtensionType() == ISD::NON_EXTLOAD && in PerformDAGCombine()
17126 ISD::UNINDEXED, ISD::NON_EXTLOAD); in PerformDAGCombine()
17132 if (MGN->getExtensionType() == ISD::NON_EXTLOAD && in PerformDAGCombine()
17157 MGN->getMemOperand(), IndexType, ISD::NON_EXTLOAD); in PerformDAGCombine()
17568 ISD::UNINDEXED, ISD::NON_EXTLOAD); in PerformDAGCombine()
19438 ExtType = ISD::NON_EXTLOAD; in unpackFromMemLoc()
[all...]

12