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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 67 /// MO_GOTTPREL - Represents the offset from the thread pointer (Initial
69 MO_GOTTPREL,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 67 /// MO_GOTTPREL - Represents the offset from the thread pointer (Initial
69 MO_GOTTPREL,
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.h 68 /// MO_GOTTPREL - Represents the offset from the thread pointer (Initial
70 MO_GOTTPREL,
MipsMCInstLower.cpp 46 case MipsII::MO_GOTTPREL: Kind = MipsMCSymbolRefExpr::VK_Mips_GOTTPREL; break;
MipsAsmPrinter.cpp 325 case MipsII::MO_GOTTPREL: O << "%gottprel("; break;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 76 case MipsII::MO_GOTTPREL:
MipsAsmPrinter.cpp 575 case MipsII::MO_GOTTPREL: O << "%gottprel("; break;
    [all...]
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 76 case MipsII::MO_GOTTPREL:
MipsAsmPrinter.cpp 631 case MipsII::MO_GOTTPREL: O << "%gottprel("; break;
    [all...]
MipsInstrInfo.cpp 814 {MO_GOTTPREL, "mips-gottprel"},
MipsISelLowering.cpp     [all...]

Completed in 174 milliseconds