Searched refs:MO_G2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp166 else if ((MO.getTargetFlags() & AArch64II::MO_FRAGMENT) == AArch64II::MO_G2)
210 else if ((MO.getTargetFlags() & AArch64II::MO_FRAGMENT) == AArch64II::MO_G2)
217 // FIXME: Currently we only set VK_NC for MO_G3/MO_G2/MO_G1/MO_G0. This is
222 if (MOFrag == AArch64II::MO_G3 || MOFrag == AArch64II::MO_G2 ||
H A DAArch64InstrInfo.cpp1537 .addGlobalAddress(GV, 0, AArch64II::MO_G2 | MO_NC)
5378 {MO_G3, "aarch64-g3"}, {MO_G2, "aarch64-g2"},
H A DAArch64InstructionSelector.cpp1245 DstReg = BuildMovK(DstReg, AArch64II::MO_G2 | AArch64II::MO_NC, 32, 0);
H A DAArch64ISelLowering.cpp4520 getTargetNode(N, Ty, DAG, AArch64II::MO_G2 | MO_NC | Flags),
4730 GV, DL, PtrVT, 0, AArch64II::MO_TLS | AArch64II::MO_G2);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h591 /// MO_G2 - A symbol operand with this flag (granule 2) represents the bits
593 MO_G2 = 4, enumerator in enum:llvm::AArch64II::TOF

Completed in 272 milliseconds