Lines Matching refs:FMAOpIdxInfo
285 static const uint16_t FMAOpIdxInfo[][6] = { variable
297 for (unsigned I = 0; I < std::size(FMAOpIdxInfo); I++) in getFMAOpIdxInfo()
298 if (FMAOpIdxInfo[I][InfoArrayIdxFMAInst] == Opcode) in getFMAOpIdxInfo()
368 FMAOpIdxInfo[getFMAOpIdxInfo(Root.getOpcode())][OpType]) in getFMAPatterns()
406 MulOpIdx = FMAOpIdxInfo[Idx][InfoArrayIdxMULOpIdx]; in getFMAPatterns()
410 AddOpIdx = FMAOpIdxInfo[Idx][InfoArrayIdxAddOpIdx]; in getFMAPatterns()
540 uint16_t FirstMulOpIdx = FMAOpIdxInfo[Idx][InfoArrayIdxMULOpIdx]; in finalizeInsInstrs()
809 uint16_t AddOpIdx = FMAOpIdxInfo[Idx][InfoArrayIdxAddOpIdx]; in reassociateFMA()
810 uint16_t FirstMulOpIdx = FMAOpIdxInfo[Idx][InfoArrayIdxMULOpIdx]; in reassociateFMA()
937 get(FMAOpIdxInfo[Idx][InfoArrayIdxFAddInst]), RegC) in reassociateFMA()
957 get(FMAOpIdxInfo[Idx][InfoArrayIdxFMULInst]), NewVRA) in reassociateFMA()
979 get(FMAOpIdxInfo[Idx][InfoArrayIdxFAddInst]), RegC) in reassociateFMA()