Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp210 BitVector FixedRegs(NumRegs); in partitionRegisters() local
218 FixedRegs.set(x); in partitionRegisters()
223 if (FixedRegs[x]) in partitionRegisters()
241 FixedRegs.set(x); in partitionRegisters()
247 if (FixedRegs[u]) in partitionRegisters()
266 unsigned ThisP = FixedRegs[x] ? 0 : NextP++; in partitionRegisters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp233 BitVector FixedRegs(NumRegs); in partitionRegisters() local
241 FixedRegs.set(x); in partitionRegisters()
246 if (FixedRegs[x]) in partitionRegisters()
264 FixedRegs.set(x); in partitionRegisters()
270 if (FixedRegs[u]) in partitionRegisters()
289 unsigned ThisP = FixedRegs[x] ? 0 : NextP++; in partitionRegisters()