Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h691 NON_EXTLOAD = 0, enumerator
DSelectionDAGNodes.h1768 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD &&
1776 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h827 NON_EXTLOAD = 0, enumerator
DSelectionDAGNodes.h2084 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD &&
2091 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h889 NON_EXTLOAD = 0, enumerator
DSelectionDAGNodes.h2350 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD &&
2357 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp129 if ((LD->getExtensionType() != ISD::NON_EXTLOAD) || in selectIndexedLoad()
174 if (LD->getExtensionType() != ISD::NON_EXTLOAD || AM != ISD::POST_INC) { in selectIndexedProgMemLoad()
DAVRISelLowering.cpp775 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPreIndexedAddressParts()
830 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp301 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
DMSP430ISelLowering.cpp947 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h762 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp322 if (ValueVT == MVT::i64 && ExtType != ISD::NON_EXTLOAD) { in SelectIndexedLoad()
488 IntExt = ISD::NON_EXTLOAD; in tryLoadOfLoadIntrinsic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h913 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp223 (LD->getExtensionType() == ISD::NON_EXTLOAD || in isZExtFree()
909 ExtType = ISD::NON_EXTLOAD; in unpackFromMemLoc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1445 ExtType != ISD::NON_EXTLOAD && MemVT.bitsLT(MVT::i32)) { in LowerLOAD()
1463 ((LoadNode->getExtensionType() == ISD::NON_EXTLOAD) || in LowerLOAD()
1618 ISD::LoadExtType Ext = ISD::NON_EXTLOAD; in LowerFormalArguments()
DSIISelLowering.cpp1305 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in lowerStackParameter()
5501 case ISD::NON_EXTLOAD: in getLoadExtOrTrunc()
5530 assert((!MemVT.isVector() || Ld->getExtensionType() == ISD::NON_EXTLOAD) && in widenLoad()
5535 SDValue NewLoad = DAG.getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, in widenLoad()
5546 assert(Ld->getExtensionType() == ISD::NON_EXTLOAD && in widenLoad()
5556 Ld->getExtensionType() == ISD::NON_EXTLOAD) { in widenLoad()
5584 if (ExtType == ISD::NON_EXTLOAD && MemVT.getSizeInBits() < 32) { in LowerLOAD()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp1572 ExtType != ISD::NON_EXTLOAD && MemVT.bitsLT(MVT::i32)) { in LowerLOAD()
1591 ((LoadNode->getExtensionType() == ISD::NON_EXTLOAD) || in LowerLOAD()
1779 ISD::LoadExtType Ext = ISD::NON_EXTLOAD; in LowerFormalArguments()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp479 if (L->getExtensionType() == ISD::NON_EXTLOAD) { in SoftenFloatRes_LOAD()
491 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, in SoftenFloatRes_LOAD()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrFragmentsSIMD.td918 cast<MaskedLoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
939 cast<MaskedLoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp205 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) in LegalizeOp()
DSelectionDAG.cpp2261 if (LD->getExtensionType() == ISD::NON_EXTLOAD) in computeKnownBits()
5089 ExtType = ISD::NON_EXTLOAD; in getLoad()
5090 } else if (ExtType == ISD::NON_EXTLOAD) { in getLoad()
5138 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
5146 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
5397 ID.AddInteger(encodeMemSDNodeFlags(ISD::NON_EXTLOAD, ISD::UNINDEXED, in getMaskedGather()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp151 if (ValueVT == MVT::i64 && ExtType != ISD::NON_EXTLOAD) { in SelectIndexedLoad()
291 IntExt = ISD::NON_EXTLOAD; in tryLoadOfLoadIntrinsic()
/external/llvm/lib/Target/SystemZ/
DSystemZOperators.td431 return cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD;

1234