Searched refs:NON_EXTLOAD (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1023 NON_EXTLOAD = 0, enumerator in enum:llvm::ISD::LoadExtType
H A DSelectionDAGNodes.h2605 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD &&
2612 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp128 if ((LD->getExtensionType() != ISD::NON_EXTLOAD) ||
173 if (LD->getExtensionType() != ISD::NON_EXTLOAD || AM != ISD::POST_INC) {
H A DAVRISelLowering.cpp783 if (LD->getExtensionType() != ISD::NON_EXTLOAD)
838 if (LD->getExtensionType() != ISD::NON_EXTLOAD)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp300 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
H A DMSP430ISelLowering.cpp1346 if (LD->getExtensionType() != ISD::NON_EXTLOAD)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1007 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
H A DPPCISelLowering.cpp7874 if (ET == ISD::NON_EXTLOAD &&
13872 if (LD->getExtensionType() != ISD::NON_EXTLOAD ||
15237 (LD->getExtensionType() == ISD::NON_EXTLOAD ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp150 if (ValueVT == MVT::i64 && ExtType != ISD::NON_EXTLOAD) {
290 IntExt = ISD::NON_EXTLOAD;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1447 ExtType != ISD::NON_EXTLOAD && MemVT.bitsLT(MVT::i32)) {
1467 ((LoadNode->getExtensionType() == ISD::NON_EXTLOAD) ||
1618 ISD::LoadExtType Ext = ISD::NON_EXTLOAD;
H A DSIISelLowering.cpp1534 // For NON_EXTLOAD, generic code in getLoad assert(ValVT == MemVT)
1535 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD;
7267 case ISD::NON_EXTLOAD:
7296 assert((!MemVT.isVector() || Ld->getExtensionType() == ISD::NON_EXTLOAD) &&
7301 SDValue NewLoad = DAG.getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD,
7312 assert(Ld->getExtensionType() == ISD::NON_EXTLOAD &&
7322 Ld->getExtensionType() == ISD::NON_EXTLOAD) {
7350 if (ExtType == ISD::NON_EXTLOAD && MemVT.getSizeInBits() < 32) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp658 if (L->getExtensionType() == ISD::NON_EXTLOAD) {
670 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, L->getMemoryVT(),
H A DLegalizeVectorOps.cpp261 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) {
H A DDAGCombiner.cpp4868 if (Load->getExtensionType() != ISD::NON_EXTLOAD &&
5315 case ISD::NON_EXTLOAD: B = true; break;
6867 !TLI.isOperationLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD,
6916 SDValue NewLoad = DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD,
9554 if (!Ld || Ld->getExtensionType() != ISD::NON_EXTLOAD)
10367 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD;
10517 if (ExtType == ISD::NON_EXTLOAD)
14180 case ISD::NON_EXTLOAD:
14386 if (LD->getExtensionType() == ISD::NON_EXTLOAD) {
16957 ISD::NON_EXTLOAD
[all...]
H A DSelectionDAG.cpp3069 if (LD->getExtensionType() == ISD::NON_EXTLOAD)
3996 case ISD::NON_EXTLOAD:
6824 ExtType = ISD::NON_EXTLOAD;
6825 } else if (ExtType == ISD::NON_EXTLOAD) {
6874 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
6881 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
H A DTargetLowering.cpp3322 if (Lod->getExtensionType() != ISD::NON_EXTLOAD)
3344 shouldReduceLoadWidth(Lod, ISD::NON_EXTLOAD, newVT)) {
6788 // If the original load is NON_EXTLOAD, the hi part load must be ZEXTLOAD.
6789 if (HiExtType == ISD::NON_EXTLOAD)
H A DLegalizeDAG.cpp671 if (ExtType == ISD::NON_EXTLOAD) {
887 (LoadVT == SrcVT) ? ISD::NON_EXTLOAD : ExtType;
H A DLegalizeVectorTypes.cpp3694 if (ExtType != ISD::NON_EXTLOAD)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp335 (LD->getExtensionType() == ISD::NON_EXTLOAD ||
1807 ExtType = ISD::NON_EXTLOAD;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp414 assert(LD->getExtensionType() == ISD::NON_EXTLOAD &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3467 // For NON_EXTLOAD, generic code in getLoad assert(ValVT == MemVT)
3468 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD;
8817 if (ExtTy != ISD::NON_EXTLOAD)
11258 ISD::UNINDEXED, ISD::NON_EXTLOAD, false);
11764 ExtType = ISD::NON_EXTLOAD;
H A DAArch64ISelDAGToDAG.cpp1204 if (ExtType == ISD::NON_EXTLOAD)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2253 assert(LD->getExtensionType() == ISD::NON_EXTLOAD);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2693 if ((VT == MVT::i64) && (ExtType == ISD::NON_EXTLOAD)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1604 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD ||

Completed in 939 milliseconds

12