Searched refs:MINewB (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 917 MachineInstrBuilder MINewB = in reassociateFMA() local 929 AdjustOperandOrder(MINewB, RegX, KillX, RegM21, KillM21, RegM22, KillM22); in reassociateFMA() 941 setSpecialOperandAttr(*MINewB, IntersectedFlags); in reassociateFMA() 946 InsInstrs.push_back(MINewB); in reassociateFMA() 958 MachineInstrBuilder MINewB = in reassociateFMA() local 970 AdjustOperandOrder(MINewB, RegX, KillX, RegM21, KillM21, RegM22, KillM22); in reassociateFMA() 983 setSpecialOperandAttr(*MINewB, IntersectedFlags); in reassociateFMA() 989 InsInstrs.push_back(MINewB); in reassociateFMA()
|