/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 691 NON_EXTLOAD = 0, enumerator
|
D | SelectionDAGNodes.h | 1768 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD && 1776 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 827 NON_EXTLOAD = 0, enumerator
|
D | SelectionDAGNodes.h | 2084 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD && 2091 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 301 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
|
D | MSP430ISelLowering.cpp | 1089 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
|
D | MSP430ISelLowering.cpp | 947 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 762 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 322 if (ValueVT == MVT::i64 && ExtType != ISD::NON_EXTLOAD) { in SelectIndexedLoad() 488 IntExt = ISD::NON_EXTLOAD; in tryLoadOfLoadIntrinsic()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1572 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/ |
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 | 4606 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()
|
D | SelectionDAG.cpp | 4172 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/ |
D | LegalizeVectorOps.cpp | 205 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) in LegalizeOp()
|
D | SelectionDAG.cpp | 2261 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()
|
D | LegalizeFloatTypes.cpp | 635 if (L->getExtensionType() == ISD::NON_EXTLOAD) { in SoftenFloatRes_LOAD() 649 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, in SoftenFloatRes_LOAD()
|
D | DAGCombiner.cpp | 3198 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()
|
D | TargetLowering.cpp | 1527 if (Lod->getExtensionType() != ISD::NON_EXTLOAD) in SimplifySetCC() 3356 if (HiExtType == ISD::NON_EXTLOAD) in expandUnalignedLoad()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 431 return cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD;
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 395 assert(LD->getExtensionType() == ISD::NON_EXTLOAD && in LowerLOAD()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 599 return cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 566 if (ExtType == ISD::NON_EXTLOAD) 584 if (ExtType == ISD::NON_EXTLOAD)
|
D | X86ISelDAGToDAG.cpp | 405 LD->getExtensionType() != ISD::NON_EXTLOAD) in isCalleeLoad()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 712 return cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
|