HomeSort by relevance Sort by last modified time
    Searched defs:AllocatableRegs (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/utils/TableGen/
RegisterInfoEmitter.cpp 499 std::set<Record*> AllocatableRegs;
507 AllocatableRegs.insert(Order.begin(), Order.end());
682 << int(AllocatableRegs.count(Reg.TheDef)) << " },\n";
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp     [all...]
CodeGenRegisters.cpp     [all...]

Completed in 94 milliseconds