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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp 419 BitVector AllocatableRegs = TRI.getAllocatableSet(MF, 0);
420 if (AllocatableRegs.test(Reg))
427 if (AllocatableRegs.test(AliasReg))
VirtRegRewriter.cpp     [all...]
  /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 227 milliseconds