Searched refs:NON_EXTLOAD (Results 1 – 16 of 16) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 690 NON_EXTLOAD = 0, enumerator
|
D | SelectionDAGNodes.h | 1789 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD && 1797 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
|
D | MSP430ISelLowering.cpp | 940 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 132 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) { in LegalizeOp()
|
D | LegalizeFloatTypes.cpp | 479 if (L->getExtensionType() == ISD::NON_EXTLOAD) { in SoftenFloatRes_LOAD() 491 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, in SoftenFloatRes_LOAD()
|
D | DAGCombiner.cpp | 2517 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()
|
D | SelectionDAG.cpp | 4172 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()
|
D | LegalizeDAG.cpp | 519 if (HiExtType == ISD::NON_EXTLOAD) in ExpandUnalignedLoad() 912 if (ExtType == ISD::NON_EXTLOAD) { in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 1897 if (ExtType != ISD::NON_EXTLOAD) in WidenVecRes_LOAD()
|
D | TargetLowering.cpp | 2051 if (Lod->getExtensionType() != ISD::NON_EXTLOAD) in SimplifySetCC()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 402 assert(LD->getExtensionType() == ISD::NON_EXTLOAD && in LowerLOAD()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 601 return cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 603 if (ExtType == ISD::NON_EXTLOAD) 621 if (ExtType == ISD::NON_EXTLOAD)
|
D | X86ISelDAGToDAG.cpp | 404 LD->getExtensionType() != ISD::NON_EXTLOAD) in isCalleeLoad()
|
D | X86ISelLowering.cpp | 15177 if (LD->getExtensionType() == ISD::NON_EXTLOAD /*&& in IsDesirableToPromoteOp()
|