HomeSort by relevance Sort by last modified time
    Searched refs:MO_TLSGD (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 55 /// MO_TLSGD - Represents the offset into the global offset table at which
58 MO_TLSGD,
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.h 63 /// MO_TLSGD - Represents the offset into the global offset table at which
66 MO_TLSGD,
MipsMCInstLower.cpp 45 case MipsII::MO_TLSGD: Kind = MipsMCSymbolRefExpr::VK_Mips_TLSGD; break;
MipsAsmPrinter.cpp 324 case MipsII::MO_TLSGD: O << "%tlsgd("; break;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 64 case MipsII::MO_TLSGD:
MipsAsmPrinter.cpp 574 case MipsII::MO_TLSGD: O << "%tlsgd("; break;
    [all...]
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 96 /// MO_TLSGD - On a symbol operand this indicates that the immediate is
101 MO_TLSGD,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 106 /// MO_TLSGD - On a symbol operand this indicates that the immediate is
113 MO_TLSGD,
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 148 case X86II::MO_TLSGD: O << "@TLSGD"; break;
X86MCInstLower.cpp 206 case X86II::MO_TLSGD: RefKind = MCSymbolRefExpr::VK_TLSGD; break;
    [all...]
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86AsmPrinter.cpp 189 case X86II::MO_TLSGD: O << "@TLSGD"; break;
X86MCInstLower.cpp 157 case X86II::MO_TLSGD: RefKind = MCSymbolRefExpr::VK_TLSGD; break;
X86ISelLowering.cpp     [all...]

Completed in 407 milliseconds