Home
last modified time | relevance | path

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

12

/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/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp301 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
DMSP430ISelLowering.cpp1089 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
/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/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()
DDAGCombiner.cpp4606 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in ReduceLoadWidth()
4705 if (ExtType == ISD::NON_EXTLOAD) in ReduceLoadWidth()
6221 if (LD->getExtensionType() == ISD::NON_EXTLOAD) { in visitLOAD()
7390 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()
4218 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
/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()
DLegalizeFloatTypes.cpp635 if (L->getExtensionType() == ISD::NON_EXTLOAD) { in SoftenFloatRes_LOAD()
649 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, in SoftenFloatRes_LOAD()
DDAGCombiner.cpp3198 case ISD::NON_EXTLOAD: B = true; break; in visitAND()
5590 ISD::NON_EXTLOAD); in visitMLOAD()
5602 ISD::NON_EXTLOAD); in visitMLOAD()
6771 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in ReduceLoadWidth()
6869 if (LN0->getExtensionType() != ISD::NON_EXTLOAD && in ReduceLoadWidth()
6903 if (ExtType == ISD::NON_EXTLOAD) in ReduceLoadWidth()
10140 if (LD->getExtensionType() == ISD::NON_EXTLOAD) { in visitLOAD()
11726 if (Ld->getExtensionType() != ISD::NON_EXTLOAD) in MergeConsecutiveStores()
14127 if (LLD->getExtensionType() == ISD::NON_EXTLOAD) { in SimplifySelectOps()
DTargetLowering.cpp1527 if (Lod->getExtensionType() != ISD::NON_EXTLOAD) in SimplifySetCC()
3356 if (HiExtType == ISD::NON_EXTLOAD) in expandUnalignedLoad()
/external/llvm/lib/Target/SystemZ/
DSystemZOperators.td431 return cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD;
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.cpp395 assert(LD->getExtensionType() == ISD::NON_EXTLOAD && in LowerLOAD()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td599 return cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.td566 if (ExtType == ISD::NON_EXTLOAD)
584 if (ExtType == ISD::NON_EXTLOAD)
DX86ISelDAGToDAG.cpp405 LD->getExtensionType() != ISD::NON_EXTLOAD) in isCalleeLoad()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td712 return cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;

12