Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp836 CommutingState Commuting; in runOnMachineFunction() local
899 Commuting.maybeCommute(Insert, TreeWalker, TII); in runOnMachineFunction()
931 Commuting.reset(); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrFMA.td22 // Commuting some of operands may require the opcode change.
260 // Commuting the 2nd and 3rd source register operands of FMAs is quite trivial
262 // Commuting the 1st operand of FMA*_Int requires some additional analysis,