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

12

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h756 NON_EXTLOAD = 0, enumerator in enum:llvm::ISD::LoadExtType
H A DSelectionDAGNodes.h2090 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD &&
2097 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp301 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD)
H A DMSP430ISelLowering.cpp1115 if (LD->getExtensionType() != ISD::NON_EXTLOAD)
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h651 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
H A DPPCISelLowering.cpp5978 if (ET == ISD::NON_EXTLOAD &&
11134 (LD->getExtensionType() == ISD::NON_EXTLOAD ||
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp202 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD)
H A DDAGCombiner.cpp2947 case ISD::NON_EXTLOAD: B = true; break;
5122 ISD::NON_EXTLOAD);
5134 ISD::NON_EXTLOAD);
6268 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD;
6366 if (LN0->getExtensionType() != ISD::NON_EXTLOAD &&
6395 if (ExtType == ISD::NON_EXTLOAD)
9076 if (LD->getExtensionType() == ISD::NON_EXTLOAD) {
10436 if (Ld->getExtensionType() != ISD::NON_EXTLOAD)
12628 if (LLD->getExtensionType() == ISD::NON_EXTLOAD) {
H A DLegalizeFloatTypes.cpp574 if (L->getExtensionType() == ISD::NON_EXTLOAD) {
587 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD,
H A DLegalizeDAG.cpp519 // If the original load is NON_EXTLOAD, the hi part load must be ZEXTLOAD.
520 if (HiExtType == ISD::NON_EXTLOAD)
876 if (ExtType == ISD::NON_EXTLOAD) {
1102 (LoadVT == SrcVT) ? ISD::NON_EXTLOAD : ExtType;
H A DSelectionDAG.cpp4786 ExtType = ISD::NON_EXTLOAD;
4787 } else if (ExtType == ISD::NON_EXTLOAD) {
4837 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
4846 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef,
H A DTargetLowering.cpp1367 if (Lod->getExtensionType() != ISD::NON_EXTLOAD)
H A DLegalizeVectorTypes.cpp2414 if (ExtType != ISD::NON_EXTLOAD)
H A DSelectionDAGBuilder.cpp3702 ISD::NON_EXTLOAD);
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp1422 if (ExtType == ISD::NON_EXTLOAD && VT.getSizeInBits() < 32) {
1444 ExtType == ISD::NON_EXTLOAD || Load->getMemoryVT().bitsGE(MVT::i32))
2355 SDValue NewLoad = DAG.getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD,
H A DAMDGPUISelDAGToDAG.cpp433 if (VT != MVT::i64 || LD->getExtensionType() != ISD::NON_EXTLOAD)
H A DR600ISelLowering.cpp1508 ((LoadNode->getExtensionType() == ISD::NON_EXTLOAD) ||
1687 ISD::LoadExtType Ext = ISD::NON_EXTLOAD;
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp429 assert(LD->getExtensionType() == ISD::NON_EXTLOAD &&
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1074 if(Ext == ISD::NON_EXTLOAD)
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp423 LD->getExtensionType() != ISD::NON_EXTLOAD)
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp984 if (ExtType == ISD::NON_EXTLOAD)
H A DAArch64ISelLowering.cpp2179 // For NON_EXTLOAD, generic code in getLoad assert(ValVT == MemVT)
2180 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD;
8294 ExtType = ISD::NON_EXTLOAD;
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2161 if ((VT == MVT::i64) && (ExtType == ISD::NON_EXTLOAD)) {
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1835 assert(LD->getExtensionType() == ISD::NON_EXTLOAD);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1280 case ISD::NON_EXTLOAD:

Completed in 359 milliseconds

12