Searched refs:MO_PAGE (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp50 if ((MO.getTargetFlags() & AArch64II::MO_FRAGMENT) == AArch64II::MO_PAGE)
58 if ((MO.getTargetFlags() & AArch64II::MO_FRAGMENT) == AArch64II::MO_PAGE)
66 if ((MO.getTargetFlags() & AArch64II::MO_FRAGMENT) == AArch64II::MO_PAGE)
122 if ((MO.getTargetFlags() & AArch64II::MO_FRAGMENT) == AArch64II::MO_PAGE)
H A DAArch64ExpandPseudoInsts.cpp847 MIB1.addGlobalAddress(MO1.getGlobal(), 0, Flags | AArch64II::MO_PAGE);
851 MIB1.addExternalSymbol(MO1.getSymbolName(), Flags | AArch64II::MO_PAGE);
858 Flags | AArch64II::MO_PAGE);
H A DAArch64AsmPrinter.cpp520 MO_TLSDESC.setTargetFlags(AArch64II::MO_TLS | AArch64II::MO_PAGE);
H A DAArch64FastISel.cpp400 ADRPReg).addConstantPoolIndex(CPI, 0, AArch64II::MO_PAGE);
433 .addGlobalAddress(GV, 0, AArch64II::MO_GOT | AArch64II::MO_PAGE);
445 .addGlobalAddress(GV, 0, AArch64II::MO_PAGE);
3145 .addSym(Symbol, AArch64II::MO_GOT | AArch64II::MO_PAGE);
H A DAArch64InstrInfo.cpp1184 .addGlobalAddress(GV, 0, OpFlags | AArch64II::MO_PAGE);
3975 {MO_PAGE, "aarch64-page"},
H A DAArch64ISelLowering.cpp3390 OpFlags | AArch64II::MO_PAGE);
3565 // sense to call it MO_PAGE or MO_PAGEOFF though so we need another copy of
3590 // sense to call it MO_PAGE or MO_PAGEOFF though so we need another copy of
4138 DAG.getTargetJumpTable(JT->getIndex(), PtrVT, AArch64II::MO_PAGE);
4176 CP->getOffset(), AArch64II::MO_PAGE);
4201 SDValue Hi = DAG.getTargetBlockAddress(BA, PtrVT, 0, AArch64II::MO_PAGE);
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h473 /// MO_PAGE - A symbol operand with this flag represents the pc-relative
476 MO_PAGE = 1, enumerator in enum:llvm::AArch64II::TOF

Completed in 168 milliseconds