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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1127 bool KillsSrc = MI.killsRegister(X86::FP0 + Reg); local
1135 if (!KillsSrc && (MI.getOpcode() == X86::IST_Fp64m32 ||
1165 } else if (KillsSrc) { // Last use of operand?
1188 bool KillsSrc = MI.killsRegister(X86::FP0 + Reg); local
1190 if (KillsSrc) {
1465 bool KillsSrc = MI.killsRegister(MO1.getReg()); local
1471 if (KillsSrc) {

Completed in 168 milliseconds