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

/external/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp133 else if ((MO.getTargetFlags() & AArch64II::MO_FRAGMENT) == AArch64II::MO_G0)
H A DAArch64InstrInfo.cpp1177 .addGlobalAddress(GV, 0, AArch64II::MO_G0 | MO_NC).addImm(0);
3980 {MO_G0, "aarch64-g0"},
H A DAArch64ISelLowering.cpp3385 DAG.getTargetGlobalAddress(GV, DL, PtrVT, 0, AArch64II::MO_G0 | MO_NC));
4134 AArch64II::MO_G0 | MO_NC));
4170 CP->getOffset(), AArch64II::MO_G0 | MO_NC));
4199 DAG.getTargetBlockAddress(BA, PtrVT, 0, AArch64II::MO_G0 | MO_NC));
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h495 /// MO_G0 - A symbol operand with this flag (granule 0) represents the bits
497 MO_G0 = 6, enumerator in enum:llvm::AArch64II::TOF

Completed in 110 milliseconds