Home
last modified time | relevance | path

Searched defs:NewVRegs (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp396 SmallVectorImpl<Register> &NewVRegs, in tryAssign()
479 SmallVectorImpl<Register> &NewVRegs) { in evictInterference()
575 SmallVectorImpl<Register> &NewVRegs, in tryEvict()
1040 SmallVectorImpl<Register> &NewVRegs) { in tryRegionSplit()
1158 SmallVectorImpl<Register> &NewVRegs) { in doRegionSplit()
1205 SmallVectorImpl<Register> &NewVRegs) { in tryBlockSplit()
1318 SmallVectorImpl<Register> &NewVRegs) { in tryInstructionSplit()
1471 SmallVectorImpl<Register> &NewVRegs) { in tryLocalSplit()
1701 SmallVectorImpl<Register> &NewVRegs, in trySplit()
1858 SmallVectorImpl<Register> &NewVRegs, in tryLastChanceRecoloring()
[all …]
H A DRegAllocPBQP.cpp653 SmallVector<Register, 8> NewVRegs; in initializeGraph() local
746 SmallVector<Register, 8> NewVRegs; in mapPBQPToRegAlloc() local
H A DInlineSpiller.cpp1559 SmallVector<Register, 4> NewVRegs; in hoistAllSpills() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h286 SmallVector<Register, 8> NewVRegs; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp136 const iterator_range<SmallVectorImpl<Register>::const_iterator> &NewVRegs) { in repairReg()