Searched refs:FmaOp (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.cpp | 809 unsigned FmaOp = Root.getOpcode(); in reassociateFMA() local 810 int16_t Idx = getFMAOpIdxInfo(FmaOp); in reassociateFMA() 928 BuildMI(*MF, Prev->getDebugLoc(), get(FmaOp), NewVRB) in reassociateFMA() 933 BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), NewVRA) in reassociateFMA() 969 BuildMI(*MF, Prev->getDebugLoc(), get(FmaOp), NewVRB) in reassociateFMA() 974 BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), NewVRD) in reassociateFMA() 1021 NewARegPressure = BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), NewVRA) in reassociateFMA() 1025 NewCRegPressure = BuildMI(*MF, Root.getDebugLoc(), get(FmaOp), RegC) in reassociateFMA()
|