Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h277 int16_t getFMAOpIdxInfo(unsigned Opcode) const;
DPPCInstrInfo.cpp317 int16_t PPCInstrInfo::getFMAOpIdxInfo(unsigned Opcode) const { in getFMAOpIdxInfo() function in PPCInstrInfo
389 FMAOpIdxInfo[getFMAOpIdxInfo(Root.getOpcode())][OpType]) in getFMAPatterns()
413 int16_t Idx = getFMAOpIdxInfo(Instr.getOpcode()); in getFMAPatterns()
557 int16_t Idx = getFMAOpIdxInfo(Root.getOpcode()); in finalizeInsInstrs()
810 int16_t Idx = getFMAOpIdxInfo(FmaOp); in reassociateFMA()