Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1582 unsigned NumSTDefs = countTrailingOnes(STDefs); in handleSpecialFP() local
1595 << NumSTPopped << ", and defines " << NumSTDefs in handleSpecialFP()
1658 for (unsigned i = 0; i < NumSTDefs; ++i) in handleSpecialFP()
1659 pushReg(NumSTDefs - i - 1); in handleSpecialFP()