Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1619 unsigned NumSTDefs = countTrailingOnes(STDefs); in handleSpecialFP() local
1632 << NumSTPopped << ", and defines " << NumSTDefs in handleSpecialFP()
1695 for (unsigned i = 0; i < NumSTDefs; ++i) in handleSpecialFP()
1696 pushReg(NumSTDefs - i - 1); in handleSpecialFP()