Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1521 unsigned LiveMask = 0; in handleSpecialFP() local
1541 LiveMask |= (1 << getFPReg(Op)); in handleSpecialFP()
1550 adjustLiveRegs(LiveMask, MI); in handleSpecialFP()
1551 if (!LiveMask) return; // Quick check to see if any are possible. in handleSpecialFP()