Home
last modified time | relevance | path

Searched refs:AllocatableRegs (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp419 BitVector AllocatableRegs = TRI.getAllocatableSet(MF, 0); in isReallyTriviallyReMaterializableGeneric() local
420 if (AllocatableRegs.test(Reg)) in isReallyTriviallyReMaterializableGeneric()
427 if (AllocatableRegs.test(AliasReg)) in isReallyTriviallyReMaterializableGeneric()
DVirtRegRewriter.cpp1024 BitVector &AllocatableRegs) { in FindFreeRegister() argument
1053 if (MO.isKill() && AllocatableRegs[Reg]) in FindFreeRegister()
1104 BitVector AllocatableRegs; member in __anonfcf6b3b80511::LocalRewriter
1182 AllocatableRegs = TRI->getAllocatableSet(MF); in runOnMachineFunction()
1295 unsigned PhysReg = FindFreeRegister(MII, *MBB, RC, TRI, AllocatableRegs); in OptimizeByUnfold2()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DRegisterInfoEmitter.cpp499 std::set<Record*> AllocatableRegs; in runTargetDesc() local
507 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()
682 << int(AllocatableRegs.count(Reg.TheDef)) << " },\n"; in runTargetDesc()
/external/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp1178 std::set<Record*> AllocatableRegs; in runTargetDesc() local
1185 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()
1365 << ( AllocatableRegs.count(Reg.TheDef) != 0 ? "true" : "false" ) in runTargetDesc()
DCodeGenRegisters.cpp1333 std::set<unsigned> AllocatableRegs; in computeUberSets() local
1345 AllocatableRegs.insert((*Regs.begin())->EnumValue); in computeUberSets()
1347 AllocatableRegs.insert((*I)->EnumValue); in computeUberSets()
1354 if (AllocatableRegs.count(RegNum)) in computeUberSets()