Searched refs:MO_INDNTPOFF (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp25 case SystemZII::MO_INDNTPOFF:
H A DSystemZInstrInfo.h74 MO_INDNTPOFF = (2 << 0) enumerator in enum:llvm::SystemZII::__anon2533
H A DSystemZISelLowering.cpp3673 SystemZII::MO_INDNTPOFF);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h440 /// MO_INDNTPOFF - On a symbol operand this indicates that the immediate is
446 MO_INDNTPOFF, enumerator in enum:llvm::X86::X86II::TOF
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp275 case X86II::MO_INDNTPOFF: O << "@INDNTPOFF"; break;
H A DX86MCInstLower.cpp263 case X86II::MO_INDNTPOFF:
H A DX86InstrInfo.cpp4822 if (Flags == X86II::MO_GOTTPOFF || Flags == X86II::MO_INDNTPOFF ||
10119 {MO_INDNTPOFF, "x86-indntpoff"},
H A DX86ISelLowering.cpp18640 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF;
[all...]

Completed in 399 milliseconds