Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1430 unsigned NumSTDefs = countTrailingOnes(STDefs); in handleSpecialFP() local
1443 << NumSTPopped << ", and defines " << NumSTDefs << " regs.\n"); in handleSpecialFP()
1502 for (unsigned i = 0; i < NumSTDefs; ++i) in handleSpecialFP()
1503 pushReg(NumSTDefs - i - 1); in handleSpecialFP()