Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp801 CommutingState Commuting; in runOnMachineFunction() local
873 Commuting.maybeCommute(Insert, TreeWalker, TII); in runOnMachineFunction()
886 Commuting.reset(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
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,