Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp792 CommutingState Commuting; in runOnMachineFunction() local
846 Commuting.MaybeCommute(Insert, TreeWalker, TII); in runOnMachineFunction()
859 Commuting.Reset(); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrFMA.td23 // Commuting some of operands may require the opcode change.
259 // Commuting the 2nd and 3rd source register operands of FMAs is quite trivial
261 // Commuting the 1st operand of FMA*_Int requires some additional analysis,