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

  /external/llvm/lib/CodeGen/
RenderMachineFunction.h 51 typedef std::set<const TargetRegisterClass*, RegClassComp> RegClassSet;
75 const RegClassSet& regClasses() const;
123 mutable RegClassSet regClassSet;
RenderMachineFunction.cpp 208 regClassSet.clear();
227 const MFRenderingOptions::RegClassSet& MFRenderingOptions::regClasses() const{
229 return regClassSet;
255 regClassSet.insert(trc);
765 for (MFRenderingOptions::RegClassSet::const_iterator
835 for (MFRenderingOptions::RegClassSet::const_iterator
    [all...]

Completed in 78 milliseconds