Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h690 NON_EXTLOAD = 0, enumerator
DSelectionDAGNodes.h1789 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD &&
1797 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
DMSP430ISelLowering.cpp940 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp132 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) { in LegalizeOp()
DLegalizeFloatTypes.cpp479 if (L->getExtensionType() == ISD::NON_EXTLOAD) { in SoftenFloatRes_LOAD()
491 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, in SoftenFloatRes_LOAD()
DDAGCombiner.cpp2517 case ISD::NON_EXTLOAD: B = true; break; in visitAND()
4932 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in ReduceLoadWidth()
5031 if (ExtType == ISD::NON_EXTLOAD) in ReduceLoadWidth()
6678 if (LD->getExtensionType() == ISD::NON_EXTLOAD) { in visitLOAD()
8165 if (LLD->getExtensionType() == ISD::NON_EXTLOAD) { in SimplifySelectOps()
DSelectionDAG.cpp4172 ExtType = ISD::NON_EXTLOAD; in getLoad()
4173 } else if (ExtType == ISD::NON_EXTLOAD) { in getLoad()
4221 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
DLegalizeDAG.cpp519 if (HiExtType == ISD::NON_EXTLOAD) in ExpandUnalignedLoad()
912 if (ExtType == ISD::NON_EXTLOAD) { in LegalizeOp()
DLegalizeVectorTypes.cpp1897 if (ExtType != ISD::NON_EXTLOAD) in WidenVecRes_LOAD()
DTargetLowering.cpp2051 if (Lod->getExtensionType() != ISD::NON_EXTLOAD) in SimplifySetCC()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp402 assert(LD->getExtensionType() == ISD::NON_EXTLOAD && in LowerLOAD()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td601 return cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
/external/llvm/lib/Target/X86/
DX86InstrInfo.td603 if (ExtType == ISD::NON_EXTLOAD)
621 if (ExtType == ISD::NON_EXTLOAD)
DX86ISelDAGToDAG.cpp404 LD->getExtensionType() != ISD::NON_EXTLOAD) in isCalleeLoad()
DX86ISelLowering.cpp15177 if (LD->getExtensionType() == ISD::NON_EXTLOAD /*&& in IsDesirableToPromoteOp()