Searched refs:MO_G1 (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp131 else if ((MO.getTargetFlags() & AArch64II::MO_FRAGMENT) == AArch64II::MO_G1)
H A DAArch64ISelLowering.cpp3007 DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, AArch64II::MO_G1 | MO_NC),
3817 DAG.getTargetJumpTable(JT->getIndex(), PtrVT, AArch64II::MO_G1 | MO_NC),
3853 CP->getOffset(), AArch64II::MO_G1 | MO_NC),
3883 DAG.getTargetBlockAddress(BA, PtrVT, 0, AArch64II::MO_G1 | MO_NC),
H A DAArch64InstrInfo.cpp1012 .addGlobalAddress(GV, 0, AArch64II::MO_G1 | MO_NC).addImm(16);
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h1302 /// MO_G1 - A symbol operand with this flag (granule 1) represents the bits
1304 MO_G1 = 5, enumerator in enum:llvm::AArch64II::TOF

Completed in 96 milliseconds