Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1637 unsigned NumSTUses = countTrailingOnes(STUses); in handleSpecialFP() local
1656 LLVM_DEBUG(dbgs() << "Asm uses " << NumSTUses << " fixed regs, pops " in handleSpecialFP()
1691 for (unsigned I = 0; I < NumSTUses; ++I) in handleSpecialFP()
1694 shuffleStackTop(STUsesArray, NumSTUses, Inst); in handleSpecialFP()