Searched refs:MO_TLSLDM (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h61 /// MO_TLSLDM - Represents the offset into the global offset table at which
64 MO_TLSLDM, enumerator in enum:llvm::MipsII::TOF
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp52 case MipsII::MO_TLSLDM: Kind = MCSymbolRefExpr::VK_Mips_TLSLDM; break;
H A DMipsISelLowering.cpp1687 unsigned Flag = (model == TLSModel::LocalDynamic) ? MipsII::MO_TLSLDM
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h115 /// MO_TLSLDM - On a symbol operand this indicates that the immediate is
123 MO_TLSLDM, enumerator in enum:llvm::X86II::TOF
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp189 case X86II::MO_TLSLDM: O << "@TLSLDM"; break;
H A DX86MCInstLower.cpp186 case X86II::MO_TLSLDM: RefKind = MCSymbolRefExpr::VK_TLSLDM; break;
H A DX86ISelLowering.cpp7691 X86II::MO_TLSLDM, /*LocalDynamic=*/true);

Completed in 199 milliseconds