HomeSort by: relevance | last modified time | path
    Searched refs:Composed (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/
Multilib.cpp 181 Multilib Composed(GCCSuffix, OSSuffix, IncludeSuffix);
183 Multilib::flags_list &Flags = Composed.flags();
188 return Composed;
192 multilib_list Composed;
202 Composed.push_back(MO);
206 Multilibs = Composed;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.h 103 CompMap::const_iterator I = Composed.find(Idx);
104 return I == Composed.end() ? nullptr : I->second;
113 Composed.insert(std::make_pair(A, B));
131 const CompMap &getComposites() const { return Composed; }
133 // Compute LaneMask from Composed. Return LaneMask.
139 /// list of subregisters they are composed of (if any). Do this recursively.
147 CompMap Composed;
CodeGenRegisters.cpp 115 for (const auto &C : Composed)
301 // Expand any composed subreg indices.
391 // SR is composed of multiple sub-regs. Find their names in this register.
1490 // Get the composed subregister if there is any.
1495 // The Composed subreg should be a leaf subreg too

Completed in 19 milliseconds