Searched refs:MINewB (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 919 MachineInstrBuilder MINewB = in reassociateFMA() local 931 AdjustOperandOrder(MINewB, RegX, KillX, RegM21, KillM21, RegM22, KillM22); in reassociateFMA() 943 setSpecialOperandAttr(*MINewB, IntersectedFlags); in reassociateFMA() 948 InsInstrs.push_back(MINewB); in reassociateFMA() 960 MachineInstrBuilder MINewB = in reassociateFMA() local 972 AdjustOperandOrder(MINewB, RegX, KillX, RegM21, KillM21, RegM22, KillM22); in reassociateFMA() 985 setSpecialOperandAttr(*MINewB, IntersectedFlags); in reassociateFMA() 991 InsInstrs.push_back(MINewB); in reassociateFMA()
|