Searched refs:KillM31 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 861 KillM21 = false, KillM22 = false, KillM31 = false, KillM32 = false, in reassociateFMA() local 864 GetFMAInstrInfo(Root, RegM31, RegM32, RegB, KillM31, KillM32, KillB); in reassociateFMA() 927 .addReg(RegM31, getKillRegState(KillM31)) in reassociateFMA() 932 AdjustOperandOrder(MINewA, RegY, KillY, RegM31, KillM31, RegM32, KillM32); in reassociateFMA() 968 .addReg(RegM31, getKillRegState(KillM31)) in reassociateFMA() 973 AdjustOperandOrder(MINewD, NewVRA, true, RegM31, KillM31, RegM32, in reassociateFMA() 1002 KillVarReg = KillM31; in reassociateFMA()
|