ΒΆconst llvm::X86InstrFMA3Group* getFMA3Group(
    unsigned int Opcode,
    uint64_t TSFlags)

Description

Returns a reference to a group of FMA3 opcodes to where the given\p Opcode is included. If the given \p Opcode is not recognized as FMA3 and not included into any FMA3 group, then nullptr is returned.

Declared at: llvm/lib/Target/X86/X86InstrFMA3Info.h:93

Parameters

unsigned int Opcode
uint64_t TSFlags