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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp288 void handleSpecialFP(MachineBasicBlock::iterator &I);
462 case X86II::SpecialFP: handleSpecialFP(I); break;
1439 /// handleSpecialFP - Handle special instructions which behave unlike other
1443 void FPS::handleSpecialFP(MachineBasicBlock::iterator &Inst) { function in class:FPS

Completed in 64 milliseconds