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

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h81 MO_GOT_OFST, enumerator in enum:llvm::MipsII::TOF
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsInstrInfo.h82 MO_GOT_OFST enumerator in enum:llvm::MipsII::TOF
H A DMipsMCInstLower.cpp53 case MipsII::MO_GOT_OFST: Kind = MipsMCSymbolRefExpr::VK_Mips_GOT_OFST; break;
H A DMipsAsmPrinter.cpp332 case MipsII::MO_GOT_OFST: O << "%got_ofst("; break;
H A DMipsISelLowering.cpp1429 IsN64 ? MipsII::MO_GOT_OFST :
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp105 case MipsII::MO_GOT_OFST:
H A DMipsISelLowering.h316 unsigned LoFlag = IsN32OrN64 ? MipsII::MO_GOT_OFST : MipsII::MO_ABS_LO;
H A DMipsAsmPrinter.cpp582 case MipsII::MO_GOT_OFST: O << "%got_ofst("; break;

Completed in 6036 milliseconds