Searched refs:FmaOp (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 801 unsigned FmaOp = Root.getOpcode(); in reassociateFMA() local 802 int16_t Idx = getFMAOpIdxInfo(FmaOp); in reassociateFMA() 920 BuildMI(*MF, Prev->getDebugLoc(), get(FmaOp), NewVRB) in reassociateFMA() 925 BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), NewVRA) in reassociateFMA() 961 BuildMI(*MF, Prev->getDebugLoc(), get(FmaOp), NewVRB) in reassociateFMA() 966 BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), NewVRD) in reassociateFMA() 1013 NewARegPressure = BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), NewVRA) in reassociateFMA() 1017 NewCRegPressure = BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), RegC) in reassociateFMA()
|