Home
last modified time | relevance | path

Searched refs:rmap_ty (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
DMBlazeAsmLexer.cpp40 typedef std::map <std::string, unsigned> rmap_ty; typedef in __anonaaf9d5770111::MBlazeBaseAsmLexer
42 rmap_ty RegisterMap;
55 rmap_ty::iterator iter = RegisterMap.find(Name.str()); in MatchRegisterName()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmLexer.cpp41 typedef std::map <std::string, unsigned> rmap_ty; typedef in __anondf17e4610111::ARMBaseAsmLexer
43 rmap_ty RegisterMap;
56 rmap_ty::iterator iter = RegisterMap.find(Name.str()); in MatchRegisterName()