Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1645 unsigned NumSTDefs = llvm::countr_one(STDefs); in handleSpecialFP() local
1658 << NumSTPopped << ", and defines " << NumSTDefs in handleSpecialFP()
1720 for (unsigned i = 0; i < NumSTDefs; ++i) in handleSpecialFP()
1721 pushReg(NumSTDefs - i - 1); in handleSpecialFP()