Searched defs:RegisterInfo (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGNonSpeculativeJIT.h52 struct RegisterInfo { struct in struct:JSC::DFG::EntryLocation
56 RegisterInfo m_gprInfo[numberOfGPRs];
H A DDFGSpeculativeJIT.h84 struct RegisterInfo { struct in struct:JSC::DFG::SpeculationCheck
88 RegisterInfo m_gprInfo[numberOfGPRs];
/external/llvm/lib/Target/PTX/
H A DPTXMachineFunctionInfo.h42 struct RegisterInfo { struct in class:llvm::PTXMachineFunctionInfo
50 typedef DenseMap<unsigned, RegisterInfo> RegisterInfoMap;
85 RegisterInfo Info;
94 const RegisterInfo& RI = i->second;
118 const RegisterInfo& RI = i->second;
146 const RegisterInfo& RI = RegInfo.lookup(Reg);

Completed in 159 milliseconds