Searched refs:NON_EXTLOAD (Results 1 – 20 of 20) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 688 NON_EXTLOAD = 0, enumerator
|
D | SelectionDAGNodes.h | 1855 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD && 1863 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 297 Extension = ISD::NON_EXTLOAD; in SelectToLitPool() 306 Extension = ISD::NON_EXTLOAD; in SelectToLitPool()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 305 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
|
D | MSP430ISelLowering.cpp | 1004 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 135 return cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorOps.cpp | 157 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) { in LegalizeOp()
|
D | LegalizeFloatTypes.cpp | 503 if (L->getExtensionType() == ISD::NON_EXTLOAD) { in SoftenFloatRes_LOAD() 515 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, in SoftenFloatRes_LOAD()
|
D | DAGCombiner.cpp | 2618 case ISD::NON_EXTLOAD: B = true; break; in visitAND() 5125 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in ReduceLoadWidth() 5223 if (LN0->getExtensionType() != ISD::NON_EXTLOAD && in ReduceLoadWidth() 5249 if (ExtType == ISD::NON_EXTLOAD) in ReduceLoadWidth() 7469 if (LD->getExtensionType() == ISD::NON_EXTLOAD) { in visitLOAD() 8221 if (Ld->getExtensionType() != ISD::NON_EXTLOAD) in MergeConsecutiveStores() 9738 if (LLD->getExtensionType() == ISD::NON_EXTLOAD) { in SimplifySelectOps()
|
D | SelectionDAG.cpp | 4426 ExtType = ISD::NON_EXTLOAD; in getLoad() 4427 } else if (ExtType == ISD::NON_EXTLOAD) { in getLoad() 4476 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
|
D | LegalizeDAG.cpp | 531 if (HiExtType == ISD::NON_EXTLOAD) in ExpandUnalignedLoad() 873 if (ExtType == ISD::NON_EXTLOAD) { in LegalizeLoadOps()
|
D | TargetLowering.cpp | 1194 if (Lod->getExtensionType() != ISD::NON_EXTLOAD) in SimplifySetCC()
|
D | LegalizeVectorTypes.cpp | 2105 if (ExtType != ISD::NON_EXTLOAD) in WidenVecRes_LOAD()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 611 return cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 377 assert(LD->getExtensionType() == ISD::NON_EXTLOAD && in LowerLOAD()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1176 assert(LD->getExtensionType() == ISD::NON_EXTLOAD); in LowerLOADi1()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 725 if (ExtType == ISD::NON_EXTLOAD) 743 if (ExtType == ISD::NON_EXTLOAD)
|
D | X86ISelDAGToDAG.cpp | 411 LD->getExtensionType() != ISD::NON_EXTLOAD) in isCalleeLoad()
|
D | X86ISelLowering.cpp | 17292 !DCI.isBeforeLegalizeOps() && !IsAligned && Ext == ISD::NON_EXTLOAD) { in PerformLOADCombine() 18455 if (LD->getExtensionType() == ISD::NON_EXTLOAD /*&& in IsDesirableToPromoteOp()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1994 if ((VT == MVT::i64) && (ExtType == ISD::NON_EXTLOAD)) { in lowerLOAD()
|