/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 889 NON_EXTLOAD = 0, enumerator
|
D | SelectionDAGNodes.h | 2350 return Ld && Ld->getExtensionType() == ISD::NON_EXTLOAD && 2357 cast<LoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 129 if ((LD->getExtensionType() != ISD::NON_EXTLOAD) || in selectIndexedLoad() 174 if (LD->getExtensionType() != ISD::NON_EXTLOAD || AM != ISD::POST_INC) { in selectIndexedProgMemLoad()
|
D | AVRISelLowering.cpp | 775 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPreIndexedAddressParts() 830 if (LD->getExtensionType() != ISD::NON_EXTLOAD) in getPostIndexedAddressParts()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 301 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 913 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 223 (LD->getExtensionType() == ISD::NON_EXTLOAD || in isZExtFree() 909 ExtType = ISD::NON_EXTLOAD; in unpackFromMemLoc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1445 ExtType != ISD::NON_EXTLOAD && MemVT.bitsLT(MVT::i32)) { in LowerLOAD() 1463 ((LoadNode->getExtensionType() == ISD::NON_EXTLOAD) || in LowerLOAD() 1618 ISD::LoadExtType Ext = ISD::NON_EXTLOAD; in LowerFormalArguments()
|
D | SIISelLowering.cpp | 1305 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in lowerStackParameter() 5501 case ISD::NON_EXTLOAD: in getLoadExtOrTrunc() 5530 assert((!MemVT.isVector() || Ld->getExtensionType() == ISD::NON_EXTLOAD) && in widenLoad() 5535 SDValue NewLoad = DAG.getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, in widenLoad() 5546 assert(Ld->getExtensionType() == ISD::NON_EXTLOAD && in widenLoad() 5556 Ld->getExtensionType() == ISD::NON_EXTLOAD) { in widenLoad() 5584 if (ExtType == ISD::NON_EXTLOAD && MemVT.getSizeInBits() < 32) { in LowerLOAD()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrFragmentsSIMD.td | 918 cast<MaskedLoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD; 939 cast<MaskedLoadSDNode>(N)->getExtensionType() == ISD::NON_EXTLOAD;
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 151 if (ValueVT == MVT::i64 && ExtType != ISD::NON_EXTLOAD) { in SelectIndexedLoad() 291 IntExt = ISD::NON_EXTLOAD; in tryLoadOfLoadIntrinsic()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZOperators.td | 431 return cast<LoadSDNode>(N)->getExtensionType() != ISD::NON_EXTLOAD;
|