Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp128 if ((LD->getExtensionType() != ISD::NON_EXTLOAD) || in selectIndexedLoad()
173 if (LD->getExtensionType() != ISD::NON_EXTLOAD || AM != ISD::POST_INC) { in selectIndexedProgMemLoad()
DAVRISelLowering.cpp783 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPreIndexedAddressParts()
838 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1023 NON_EXTLOAD = 0, enumerator
DSelectionDAGNodes.h2605 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD &&
2612 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp300 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
DMSP430ISelLowering.cpp1346 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1447 ExtType != ISD::NON_EXTLOAD && MemVT.bitsLT(MVT::i32)) { in LowerLOAD()
1467 ((LoadNode->getExtensionType() == ISD::NON_EXTLOAD) || in LowerLOAD()
1618 ISD::LoadExtType Ext = ISD::NON_EXTLOAD; in LowerFormalArguments()
DSIISelLowering.cpp1535 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in lowerStackParameter()
7267 case ISD::NON_EXTLOAD: in getLoadExtOrTrunc()
7296 assert((!MemVT.isVector() || Ld->getExtensionType() == ISD::NON_EXTLOAD) && in widenLoad()
7301 SDValue NewLoad = DAG.getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, in widenLoad()
7312 assert(Ld->getExtensionType() == ISD::NON_EXTLOAD && in widenLoad()
7322 Ld->getExtensionType() == ISD::NON_EXTLOAD) { in widenLoad()
7350 if (ExtType == ISD::NON_EXTLOAD && MemVT.getSizeInBits() < 32) { in LowerLOAD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1007 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp150 if (ValueVT == MVT::i64 && ExtType != ISD::NON_EXTLOAD) { in SelectIndexedLoad()
290 IntExt = ISD::NON_EXTLOAD; in tryLoadOfLoadIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3072 if (LD->getExtensionType() == ISD::NON_EXTLOAD) in computeKnownBits()
3999 case ISD::NON_EXTLOAD: in ComputeNumSignBits()
6827 ExtType = ISD::NON_EXTLOAD; in getLoad()
6828 } else if (ExtType == ISD::NON_EXTLOAD) { in getLoad()
6877 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
6884 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
DLegalizeFloatTypes.cpp658 if (L->getExtensionType() == ISD::NON_EXTLOAD) { in SoftenFloatRes_LOAD()
670 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, L->getMemoryVT(), in SoftenFloatRes_LOAD()
DLegalizeVectorOps.cpp261 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) { in LegalizeOp()
DDAGCombiner.cpp4861 if (Load->getExtensionType() != ISD::NON_EXTLOAD && in isLegalNarrowLdSt()
5308 case ISD::NON_EXTLOAD: B = true; break; in visitAND()
6860 !TLI.isOperationLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, in MatchLoadCombine()
6909 SDValue NewLoad = DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, in MatchLoadCombine()
9547 if (!Ld || Ld->getExtensionType() != ISD::NON_EXTLOAD) in tryToFoldExtOfMaskedLoad()
10360 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in ReduceLoadWidth()
10510 if (ExtType == ISD::NON_EXTLOAD) in ReduceLoadWidth()
14173 case ISD::NON_EXTLOAD: in extendLoadedValueToExtension()
14381 if (LD->getExtensionType() == ISD::NON_EXTLOAD) { in visitLOAD()
16952 ISD::NON_EXTLOAD : ISD::EXTLOAD; in scalarizeExtractedVectorLoad()
[all …]
DTargetLowering.cpp3322 if (Lod->getExtensionType() != ISD::NON_EXTLOAD) in SimplifySetCC()
3344 shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT)) { in SimplifySetCC()
6785 if (HiExtType == ISD::NON_EXTLOAD) in expandUnalignedLoad()
DLegalizeDAG.cpp671 if (ExtType == ISD::NON_EXTLOAD) { in LegalizeLoadOps()
887 (LoadVT == SrcVT) ? ISD::NON_EXTLOAD : ExtType; in LegalizeLoadOps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp327 (LD->getExtensionType() == ISD::NON_EXTLOAD || in isZExtFree()
1773 ExtType = ISD::NON_EXTLOAD; in unpackFromMemLoc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZOperators.td555 return cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFragmentsSIMD.td1106 cast<MaskedLoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD &&
DX86InstrInfo.td1105 return ExtType == ISD::NON_EXTLOAD || ExtType == ISD::EXTLOAD ||
1114 if (ExtType == ISD::NON_EXTLOAD)
1124 if (ExtType == ISD::NON_EXTLOAD)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp414 assert(LD->getExtensionType() == ISD::NON_EXTLOAD && in LowerLOAD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td781 // cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp3468 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in LowerFormalArguments()
8817 if (ExtTy != ISD::NON_EXTLOAD) in shouldReduceLoadWidth()
11258 ISD::UNINDEXED, ISD::NON_EXTLOAD, false); in performLDNT1Combine()
11764 ExtType = ISD::NON_EXTLOAD; in checkValueWidth()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp2253 assert(LD->getExtensionType() == ISD::NON_EXTLOAD); in LowerLOADi1()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp9078 assert(LD->getExtensionType() == ISD::NON_EXTLOAD && in LowerPredicateLoad()
14033 LD->getExtensionType() != ISD::NON_EXTLOAD) in PerformSplittingToWideningLoad()
15578 isNonExt = LD->getExtensionType() == ISD::NON_EXTLOAD; in getPostIndexedAddressParts()
15589 isNonExt = LD->getExtensionType() == ISD::NON_EXTLOAD; in getPostIndexedAddressParts()

12