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

  /external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp 368 BitVector AllocatableRegs = TRI.getAllocatableSet(MF, 0);
369 if (AllocatableRegs.test(Reg))
376 if (AllocatableRegs.test(AliasReg))
VirtRegRewriter.cpp     [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 406 std::set<Record*> AllocatableRegs;
418 AllocatableRegs.insert(Order.begin(), Order.end());
674 << int(AllocatableRegs.count(Reg.TheDef)) << " },\n";

Completed in 640 milliseconds