Searched refs:MO_GPREL (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h46 /// MO_GPREL - Represents the offset from the current gp value to be used
48 MO_GPREL, enumerator in enum:llvm::MipsII::TOF
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsInstrInfo.h54 /// MO_GPREL - Represents the offset from the current gp value to be used
56 MO_GPREL, enumerator in enum:llvm::MipsII::TOF
H A DMipsMCInstLower.cpp40 case MipsII::MO_GPREL: Kind = MipsMCSymbolRefExpr::VK_Mips_GPREL; break;
H A DMipsAsmPrinter.cpp319 case MipsII::MO_GPREL: O << "%gp_rel("; break;
H A DMipsISelLowering.cpp1398 MipsII::MO_GPREL);
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h230 MO_GPREL, enumerator in enum:llvm::HexagonII::MemAccessSize::HexagonMOTargetFlagVal
/external/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp58 case HexagonII::MO_GPREL:
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp49 case MipsII::MO_GPREL:
H A DMipsISelLowering.h375 SDValue GPRel = getTargetNode(N, Ty, DAG, MipsII::MO_GPREL);
H A DMipsAsmPrinter.cpp569 case MipsII::MO_GPREL: O << "%gp_rel("; break;

Completed in 267 milliseconds