Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp830 CommutingState Commuting; in runOnMachineFunction() local
894 Commuting.maybeCommute(Insert, TreeWalker, TII); in runOnMachineFunction()
926 Commuting.reset(); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/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,