| /openbsd/src/gnu/llvm/llvm/lib/Target/AVR/ |
| D | AVRISelDAGToDAG.cpp | 137 if ((LD->getExtensionType() != ISD::NON_EXTLOAD) || in selectIndexedLoad() 180 if (LD->getExtensionType() != ISD::NON_EXTLOAD || in selectIndexedProgMemLoad()
|
| D | AVRISelLowering.cpp | 1048 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/ |
| D | ISDOpcodes.h | 1408 enum LoadExtType { NON_EXTLOAD = 0, EXTLOAD, SEXTLOAD, ZEXTLOAD }; enumerator
|
| D | SelectionDAGNodes.h | 3051 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD && 3058 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/ |
| D | MSP430ISelDAGToDAG.cpp | 304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
|
| D | MSP430ISelLowering.cpp | 1344 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | R600ISelLowering.cpp | 1329 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()
|
| D | SIISelLowering.cpp | 1818 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/ |
| D | PPCISelLowering.h | 1221 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAG.cpp | 3497 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()
|
| D | LegalizeFloatTypes.cpp | 706 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()
|
| D | LegalizeVectorOps.cpp | 273 if (LoadedVT.isVector() && ExtType != ISD::NON_EXTLOAD) in LegalizeOp()
|
| D | DAGCombiner.cpp | 5837 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 …]
|
| D | TargetLowering.cpp | 4405 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()
|
| D | LegalizeDAG.cpp | 674 if (ExtType == ISD::NON_EXTLOAD) { in LegalizeLoadOps() 888 (LoadVT == SrcVT) ? ISD::NON_EXTLOAD : ExtType; in LegalizeLoadOps()
|
| D | LegalizeIntegerTypes.cpp | 793 if (ExtType == ISD::NON_EXTLOAD) in PromoteIntRes_MLOAD() 815 if (ExtType == ISD::NON_EXTLOAD) in PromoteIntRes_MGATHER()
|
| D | LegalizeVectorTypes.cpp | 5110 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/ |
| D | HexagonISelDAGToDAG.cpp | 154 if (ValueVT == MVT::i64 && ExtType != ISD::NON_EXTLOAD) { in INITIALIZE_PASS() 294 IntExt = ISD::NON_EXTLOAD; in tryLoadOfLoadIntrinsic()
|
| D | HexagonISelLoweringHVX.cpp | 3020 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/ |
| D | SystemZOperators.td | 542 return cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD;
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Target/ |
| D | TargetSelectionDAG.td | 846 // cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD 1730 return cast<MaskedGatherSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86InstrFragmentsSIMD.td | 1127 cast<MaskedLoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD &&
|
| D | X86InstrInfo.td | 1183 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/ |
| D | XCoreISelLowering.cpp | 411 assert(LD->getExtensionType() == ISD::NON_EXTLOAD && in LowerLOAD()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVISelLowering.cpp | 1188 (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()
|