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

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp79 return AArch64II::MO_CONSTPOOL;
H A DAArch64InstrInfo.cpp3050 {MO_CONSTPOOL, "aarch64-constant-pool"}};
H A DAArch64FastISel.cpp442 } else if (OpFlags & AArch64II::MO_CONSTPOOL) {
H A DAArch64ISelLowering.cpp3321 if ((OpFlags & AArch64II::MO_CONSTPOOL) != 0) {
3323 "use of MO_CONSTPOOL only supported on small model");
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h1384 /// MO_CONSTPOOL - This flag indicates that a symbol operand represents
1387 MO_CONSTPOOL = 0x80 enumerator in enum:llvm::AArch64II::TOF

Completed in 130 milliseconds