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

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h56 /// MO_TLSGD - Represents the offset into the global offset table at which
59 MO_TLSGD, enumerator in enum:llvm::MipsII::TOF
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp50 case MipsII::MO_TLSGD: Kind = MCSymbolRefExpr::VK_Mips_TLSGD; break;
H A DMipsAsmPrinter.cpp574 case MipsII::MO_TLSGD: O << "%tlsgd("; break;
H A DMipsISelLowering.cpp1643 : MipsII::MO_TLSGD;
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h96 /// MO_TLSGD - On a symbol operand this indicates that the immediate is
103 MO_TLSGD, enumerator in enum:llvm::X86II::TOF
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp153 case X86II::MO_TLSGD: O << "@TLSGD"; break;
H A DX86MCInstLower.cpp194 case X86II::MO_TLSGD: RefKind = MCSymbolRefExpr::VK_TLSGD; break;
H A DX86ISelLowering.cpp10371 return GetTLSADDR(DAG, Chain, GA, &InFlag, PtrVT, X86::EAX, X86II::MO_TLSGD);
10379 X86::RAX, X86II::MO_TLSGD);

Completed in 197 milliseconds