Home
last modified time | relevance | path

Searched refs:getFMAOpIdxInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h239 int16_t getFMAOpIdxInfo(unsigned Opcode) const;
H A DPPCInstrInfo.cpp296 int16_t PPCInstrInfo::getFMAOpIdxInfo(unsigned Opcode) const { in getFMAOpIdxInfo() function in PPCInstrInfo
368 FMAOpIdxInfo[getFMAOpIdxInfo(Root.getOpcode())][OpType]) in getFMAPatterns()
392 int16_t Idx = getFMAOpIdxInfo(Instr.getOpcode()); in getFMAPatterns()
536 int16_t Idx = getFMAOpIdxInfo(Root.getOpcode()); in finalizeInsInstrs()
802 int16_t Idx = getFMAOpIdxInfo(FmaOp); in reassociateFMA()