OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NON_EXTLOAD
(Results
1 - 25
of
32
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h
1321
enum LoadExtType {
NON_EXTLOAD
= 0, EXTLOAD, SEXTLOAD, ZEXTLOAD };
SelectionDAGNodes.h
2668
return Ld && Ld->getExtensionType() == ISD::
NON_EXTLOAD
&&
2675
cast<LoadSDNode>(N)->getExtensionType() == ISD::
NON_EXTLOAD
;
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelDAGToDAG.cpp
128
if ((LD->getExtensionType() != ISD::
NON_EXTLOAD
) ||
173
if (LD->getExtensionType() != ISD::
NON_EXTLOAD
|| AM != ISD::POST_INC) {
AVRISelLowering.cpp
886
if (LD->getExtensionType() != ISD::
NON_EXTLOAD
)
941
if (LD->getExtensionType() != ISD::
NON_EXTLOAD
)
/src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp
300
if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::
NON_EXTLOAD
)
MSP430ISelLowering.cpp
1341
if (LD->getExtensionType() != ISD::
NON_EXTLOAD
)
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h
1148
ISD::LoadExtType ET = ISD::
NON_EXTLOAD
) const;
PPCISelLowering.cpp
8167
if (ET == ISD::
NON_EXTLOAD
&&
14837
if (LD->getExtensionType() != ISD::
NON_EXTLOAD
||
16109
(LD->getExtensionType() == ISD::
NON_EXTLOAD
||
17184
case ISD::
NON_EXTLOAD
:
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp
1358
ExtType != ISD::
NON_EXTLOAD
&& MemVT.bitsLT(MVT::i32)) {
1378
((LoadNode->getExtensionType() == ISD::
NON_EXTLOAD
) ||
1529
ISD::LoadExtType Ext = ISD::
NON_EXTLOAD
;
SIISelLowering.cpp
1734
// For
NON_EXTLOAD
, generic code in getLoad assert(ValVT == MemVT)
1735
ISD::LoadExtType ExtType = ISD::
NON_EXTLOAD
;
7945
case ISD::
NON_EXTLOAD
:
7974
assert((!MemVT.isVector() || Ld->getExtensionType() == ISD::
NON_EXTLOAD
) &&
7979
SDValue NewLoad = DAG.getLoad(ISD::UNINDEXED, ISD::
NON_EXTLOAD
,
7990
assert(Ld->getExtensionType() == ISD::
NON_EXTLOAD
&&
8000
Ld->getExtensionType() == ISD::
NON_EXTLOAD
) {
8028
if (ExtType == ISD::
NON_EXTLOAD
&& MemVT.getSizeInBits() < 32) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp
1856
ISD::
NON_EXTLOAD
, false);
1860
ISD::
NON_EXTLOAD
, false);
1908
ISD::UNINDEXED, ISD::
NON_EXTLOAD
, false);
HexagonISelDAGToDAG.cpp
149
if (ValueVT == MVT::i64 && ExtType != ISD::
NON_EXTLOAD
) {
289
IntExt = ISD::
NON_EXTLOAD
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp
686
if (L->getExtensionType() == ISD::
NON_EXTLOAD
) {
698
NewL = DAG.getLoad(L->getAddressingMode(), ISD::
NON_EXTLOAD
, L->getMemoryVT(),
2766
assert(L->getExtensionType() == ISD::
NON_EXTLOAD
&& "Unexpected extension!");
LegalizeVectorOps.cpp
260
if (LD->getMemoryVT().isVector() && ExtType != ISD::
NON_EXTLOAD
) {
DAGCombiner.cpp
5296
if (Load->getExtensionType() != ISD::
NON_EXTLOAD
&&
5770
case ISD::
NON_EXTLOAD
: B = true; break;
7559
!TLI.isOperationLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::
NON_EXTLOAD
,
7609
DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::
NON_EXTLOAD
, SDLoc(N), VT,
9766
MLD->getExtensionType() == ISD::
NON_EXTLOAD
) {
10187
if (LoadExt == ISD::
NON_EXTLOAD
|| LoadExt == ISD::EXTLOAD)
10719
if (!Ld || Ld->getExtensionType() != ISD::
NON_EXTLOAD
)
11605
ISD::LoadExtType ExtType = ISD::
NON_EXTLOAD
;
11754
if (ExtType == ISD::
NON_EXTLOAD
)
11942
Ld->getExtensionType() != ISD::LoadExtType::
NON_EXTLOAD
&
[
all
...]
SelectionDAG.cpp
3249
if (LD->getExtensionType() == ISD::
NON_EXTLOAD
)
4189
case ISD::
NON_EXTLOAD
:
7297
ExtType = ISD::
NON_EXTLOAD
;
7298
} else if (ExtType == ISD::
NON_EXTLOAD
) {
7347
return getLoad(ISD::UNINDEXED, ISD::
NON_EXTLOAD
, VT, dl, Chain, Ptr, Undef,
7354
return getLoad(ISD::UNINDEXED, ISD::
NON_EXTLOAD
, VT, dl, Chain, Ptr, Undef,
LegalizeDAG.cpp
672
if (ExtType == ISD::
NON_EXTLOAD
) {
886
(LoadVT == SrcVT) ? ISD::
NON_EXTLOAD
: ExtType;
TargetLowering.cpp
3660
if (Lod->getExtensionType() != ISD::
NON_EXTLOAD
)
3682
shouldReduceLoadWidth(Lod, ISD::
NON_EXTLOAD
, newVT)) {
7345
if (ExtType != ISD::
NON_EXTLOAD
) {
7570
// If the original load is
NON_EXTLOAD
, the hi part load must be ZEXTLOAD.
7571
if (HiExtType == ISD::
NON_EXTLOAD
)
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
414
assert(LD->getExtensionType() == ISD::
NON_EXTLOAD
&&
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
2235
assert(LD->getExtensionType() == ISD::
NON_EXTLOAD
);
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
922
(LD->getExtensionType() == ISD::
NON_EXTLOAD
||
4369
assert(MGN->getExtensionType() == ISD::
NON_EXTLOAD
&&
7047
ExtType = ISD::
NON_EXTLOAD
;
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
4953
// For
NON_EXTLOAD
, generic code in getLoad assert(ValVT == MemVT)
4954
ISD::LoadExtType ExtType = ISD::
NON_EXTLOAD
;
10950
if (ExtTy != ISD::
NON_EXTLOAD
)
14280
ISD::UNINDEXED, ISD::
NON_EXTLOAD
, false);
14957
ExtType = ISD::
NON_EXTLOAD
;
17403
if (Load->getExtensionType() != ISD::LoadExtType::
NON_EXTLOAD
)
AArch64ISelDAGToDAG.cpp
1287
if (ExtType == ISD::
NON_EXTLOAD
)
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
1657
if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::
NON_EXTLOAD
||
ARMISelLowering.cpp
9494
assert(LD->getExtensionType() == ISD::
NON_EXTLOAD
&&
16193
LD->getExtensionType() != ISD::
NON_EXTLOAD
)
18009
isNonExt = LD->getExtensionType() == ISD::
NON_EXTLOAD
;
18020
isNonExt = LD->getExtensionType() == ISD::
NON_EXTLOAD
;
Completed in 165 milliseconds
1
2
Indexes created Tue Feb 24 01:34:59 UTC 2026