Searched defs:Commute (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dinstruction-selector-impl.h253 void Commute() { function in class:v8::internal::compiler::FINAL
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2643 bool Commute = false; local
2654 Commute = UseMI->getOperand(2).getReg() != Reg;
2658 if (Commute)
2680 if (Commute)
2705 unsigned OpIdx = Commute ? 2 : 1;

Completed in 169 milliseconds