Searched refs:KillM22 (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.cpp | 869 KillM21 = false, KillM22 = false, KillM31 = false, KillM32 = false, in reassociateFMA() local 875 GetFMAInstrInfo(*Prev, RegM21, RegM22, RegA21, KillM21, KillM22, KillA21); in reassociateFMA() 931 .addReg(RegM22, getKillRegState(KillM22)); in reassociateFMA() 939 AdjustOperandOrder(MINewB, RegX, KillX, RegM21, KillM21, RegM22, KillM22); in reassociateFMA() 972 .addReg(RegM22, getKillRegState(KillM22)); in reassociateFMA() 980 AdjustOperandOrder(MINewB, RegX, KillX, RegM21, KillM21, RegM22, KillM22); in reassociateFMA()
|