Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp137 if ((LD->getExtensionType() != ISD::NON_EXTLOAD) || in selectIndexedLoad()
180 if (LD->getExtensionType() != ISD::NON_EXTLOAD || in selectIndexedProgMemLoad()
DAVRISelLowering.cpp1048 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPreIndexedAddressParts()
1103 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DISDOpcodes.h1408 enum LoadExtType { NON_EXTLOAD = 0, EXTLOAD, SEXTLOAD, ZEXTLOAD }; enumerator
DSelectionDAGNodes.h3051 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD &&
3058 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
DMSP430ISelLowering.cpp1344 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1329 ExtType != ISD::NON_EXTLOAD && MemVT.bitsLT(MVT::i32)) { in LowerLOAD()
1349 ((LoadNode->getExtensionType() == ISD::NON_EXTLOAD) || in LowerLOAD()
1500 ISD::LoadExtType Ext = ISD::NON_EXTLOAD; in LowerFormalArguments()
DSIISelLowering.cpp1818 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in lowerStackParameter()
8612 case ISD::NON_EXTLOAD: in getLoadExtOrTrunc()
8641 assert((!MemVT.isVector() || Ld->getExtensionType() == ISD::NON_EXTLOAD) && in widenLoad()
8647 ISD::UNINDEXED, ISD::NON_EXTLOAD, MVT::i32, SL, Ld->getChain(), Ptr, in widenLoad()
8654 assert(Ld->getExtensionType() == ISD::NON_EXTLOAD && in widenLoad()
8664 Ld->getExtensionType() == ISD::NON_EXTLOAD) { in widenLoad()
8692 if (ExtType == ISD::NON_EXTLOAD && MemVT.getSizeInBits() < 32) { in LowerLOAD()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1221 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3497 if (LD->getExtensionType() == ISD::NON_EXTLOAD) { in computeKnownBits()
4561 case ISD::NON_EXTLOAD: in ComputeNumSignBits()
8030 ExtType = ISD::NON_EXTLOAD; in getLoad()
8031 } else if (ExtType == ISD::NON_EXTLOAD) { in getLoad()
8081 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
8088 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
8339 return getLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoadVP()
8348 return getLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoadVP()
8589 return getStridedLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, DL, Chain, Ptr, in getStridedLoadVP()
8600 return getStridedLoadVP(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, DL, Chain, Ptr, in getStridedLoadVP()
DLegalizeFloatTypes.cpp706 if (L->getExtensionType() == ISD::NON_EXTLOAD) { in SoftenFloatRes_LOAD()
718 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, L->getMemoryVT(), in SoftenFloatRes_LOAD()
2807 assert(L->getExtensionType() == ISD::NON_EXTLOAD && "Unexpected extension!"); in SoftPromoteHalfRes_LOAD()
DLegalizeVectorOps.cpp273 if (LoadedVT.isVector() && ExtType != ISD::NON_EXTLOAD) in LegalizeOp()
DDAGCombiner.cpp5837 if (Load->getExtensionType() != ISD::NON_EXTLOAD && in isLegalNarrowLdSt()
6449 case ISD::NON_EXTLOAD: B = true; break; in visitAND()
8503 !TLI.isOperationLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, in MatchLoadCombine()
8553 DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, SDLoc(N), VT, in MatchLoadCombine()
11220 !MLD->isExpandingLoad() && MLD->getExtensionType() == ISD::NON_EXTLOAD) { in visitMLOAD()
11718 if (LoadExt == ISD::NON_EXTLOAD || LoadExt == ISD::EXTLOAD) in isCompatibleLoad()
12252 if (!Ld || Ld->getExtensionType() != ISD::NON_EXTLOAD) in tryToFoldExtOfMaskedLoad()
13250 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in reduceLoadWidth()
13438 if (ExtType == ISD::NON_EXTLOAD) in reduceLoadWidth()
13621 Ld->getExtensionType() != ISD::LoadExtType::NON_EXTLOAD && in visitSIGN_EXTEND_INREG()
[all …]
DTargetLowering.cpp4405 if (Lod->getExtensionType() != ISD::NON_EXTLOAD) in SimplifySetCC()
4427 shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT)) { in SimplifySetCC()
8921 if (ExtType != ISD::NON_EXTLOAD) { in scalarizeVectorLoad()
9147 if (HiExtType == ISD::NON_EXTLOAD) in expandUnalignedLoad()
DLegalizeDAG.cpp674 if (ExtType == ISD::NON_EXTLOAD) { in LegalizeLoadOps()
888 (LoadVT == SrcVT) ? ISD::NON_EXTLOAD : ExtType; in LegalizeLoadOps()
DLegalizeIntegerTypes.cpp793 if (ExtType == ISD::NON_EXTLOAD) in PromoteIntRes_MLOAD()
815 if (ExtType == ISD::NON_EXTLOAD) in PromoteIntRes_MGATHER()
DLegalizeVectorTypes.cpp5110 if (ExtType != ISD::NON_EXTLOAD) in WidenVecRes_LOAD()
5141 if (ExtType == ISD::NON_EXTLOAD && WideVT.isScalableVector() && in WidenVecRes_LOAD()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp154 if (ValueVT == MVT::i64 && ExtType != ISD::NON_EXTLOAD) { in INITIALIZE_PASS()
294 IntExt = ISD::NON_EXTLOAD; in tryLoadOfLoadIntrinsic()
DHexagonISelLoweringHVX.cpp3020 ISD::NON_EXTLOAD, false); in SplitHvxMemOp()
3024 ISD::NON_EXTLOAD, false); in SplitHvxMemOp()
3072 ISD::UNINDEXED, ISD::NON_EXTLOAD, false); in WidenHvxLoad()
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZOperators.td542 return cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD;
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTargetSelectionDAG.td846 // cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD
1730 return cast<MaskedGatherSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrFragmentsSIMD.td1127 cast<MaskedLoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD &&
DX86InstrInfo.td1183 return ExtType == ISD::NON_EXTLOAD || ExtType == ISD::EXTLOAD ||
1192 if (ExtType == ISD::NON_EXTLOAD)
1202 if (ExtType == ISD::NON_EXTLOAD)
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp411 assert(LD->getExtensionType() == ISD::NON_EXTLOAD && in LowerLOAD()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp1188 (LD->getExtensionType() == ISD::NON_EXTLOAD || in isZExtFree()
7367 LoadExtType = ISD::NON_EXTLOAD; in lowerMaskedGather()
7384 assert(LoadExtType == ISD::NON_EXTLOAD && in lowerMaskedGather()
12389 ExtType = ISD::NON_EXTLOAD; in unpackFromMemLoc()

12