Home
last modified time | relevance | path

Searched refs:allocatableRCRegs (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegMap.h58 DenseMap<const TargetRegisterClass*, BitVector> allocatableRCRegs; variable
504 if (allocatableRCRegs[RC][Reg]) in getFirstUnusedRegister()
DVirtRegMap.cpp81 allocatableRCRegs.clear(); in runOnMachineFunction()
84 allocatableRCRegs.insert(std::make_pair(*I, in runOnMachineFunction()