Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1510 SmallVector<Register, 32> ChainRegs; in genAlternativeCodeSequence() local
1511 getAccumulatorChain(&Root, ChainRegs); in genAlternativeCodeSequence()
1512 unsigned int Depth = ChainRegs.size(); in genAlternativeCodeSequence()
1520 for (auto IndexedReg : llvm::enumerate(llvm::reverse(ChainRegs))) { in genAlternativeCodeSequence()
1547 ChainRegs[Depth - (IndexedReg.index() - MaxWidth) - 1]; in genAlternativeCodeSequence()