OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MO_PAGE
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp
85
if ((MO.getTargetFlags() & AArch64II::MO_FRAGMENT) == AArch64II::
MO_PAGE
)
93
if ((MO.getTargetFlags() & AArch64II::MO_FRAGMENT) == AArch64II::
MO_PAGE
)
101
if ((MO.getTargetFlags() & AArch64II::MO_FRAGMENT) == AArch64II::
MO_PAGE
)
159
if ((MO.getTargetFlags() & AArch64II::MO_FRAGMENT) == AArch64II::
MO_PAGE
)
207
if ((MO.getTargetFlags() & AArch64II::MO_FRAGMENT) == AArch64II::
MO_PAGE
)
AArch64ExpandPseudoInsts.cpp
943
MIB1.addGlobalAddress(MO1.getGlobal(), 0, Flags | AArch64II::
MO_PAGE
);
947
MIB1.addExternalSymbol(MO1.getSymbolName(), Flags | AArch64II::
MO_PAGE
);
955
Flags | AArch64II::
MO_PAGE
);
981
.addConstantPoolIndex(CPIdx, 0, AArch64II::
MO_PAGE
);
AArch64AsmPrinter.cpp
1292
MO_TLSDESC.setTargetFlags(AArch64II::MO_TLS | AArch64II::
MO_PAGE
);
AArch64FastISel.cpp
432
ADRPReg).addConstantPoolIndex(CPI, 0, AArch64II::
MO_PAGE
);
465
.addGlobalAddress(GV, 0, AArch64II::
MO_PAGE
| OpFlags);
497
.addGlobalAddress(GV, 0, AArch64II::
MO_PAGE
| OpFlags);
3222
.addSym(Symbol, AArch64II::MO_GOT | AArch64II::
MO_PAGE
);
AArch64InstrInfo.cpp
2018
.addGlobalAddress(GV, 0, OpFlags | AArch64II::
MO_PAGE
);
6216
{
MO_PAGE
, "aarch64-page"}, {MO_PAGEOFF, "aarch64-pageoff"},
AArch64ISelLowering.cpp
6155
SDValue Hi = getTargetNode(N, Ty, DAG, AArch64II::
MO_PAGE
| Flags);
6456
// sense to call it
MO_PAGE
or MO_PAGEOFF though so we need another copy of
6481
// sense to call it
MO_PAGE
or MO_PAGEOFF though so we need another copy of
6517
DAG.getTargetExternalSymbol("_tls_index", PtrVT, AArch64II::
MO_PAGE
);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h
593
///
MO_PAGE
- A symbol operand with this flag represents the pc-relative
596
MO_PAGE
= 1,
658
/// MO_TAGGED - With
MO_PAGE
, indicates that the page includes a memory tag
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64LegalizerInfo.cpp
870
.addGlobalAddress(GV, Offset, OpFlags | AArch64II::
MO_PAGE
);
AArch64InstructionSelector.cpp
2589
I.getOperand(1).setTargetFlags(OpFlags | AArch64II::
MO_PAGE
);
3166
/* Offset */ 0, AArch64II::
MO_PAGE
)
3306
.addJumpTableIndex(JTI, AArch64II::
MO_PAGE
)
4021
.addConstantPoolIndex(CPIdx, 0, AArch64II::
MO_PAGE
);
Completed in 97 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026