Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp984 unsigned STReturns = 0; in handleCall() local
1010 STReturns |= 1 << getFPReg(Op); in handleCall()
1021 assert((ClobbersFPStack || STReturns == 0) && in handleCall()
1026 unsigned N = countTrailingOnes(STReturns); in handleCall()
1030 assert(STReturns == 0 || (isMask_32(STReturns) && N <= 2)); in handleCall()