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

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
MBlazeAsmLexer.cpp 40 typedef std::map <std::string, unsigned> rmap_ty; typedef in class:__anon32757::MBlazeBaseAsmLexer
42 rmap_ty RegisterMap;
55 rmap_ty::iterator iter = RegisterMap.find(Name.str());
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmLexer.cpp 41 typedef std::map <std::string, unsigned> rmap_ty; typedef in class:__anon32706::ARMBaseAsmLexer
43 rmap_ty RegisterMap;
56 rmap_ty::iterator iter = RegisterMap.find(Name.str());

Completed in 117 milliseconds