Searched refs:adjustLiveRegs (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp271 void adjustLiveRegs(unsigned Mask, MachineBasicBlock::iterator I);
535 adjustLiveRegs(Mask, MBB->begin());
558 adjustLiveRegs(Bundle.Mask, Term);
888 /// adjustLiveRegs - Kill and revive registers such that exactly the FP
890 void FPS::adjustLiveRegs(unsigned Mask, MachineBasicBlock::iterator I) { function in class:FPS
1051 adjustLiveRegs(LiveMask, MI);

Completed in 151 milliseconds