HomeSort by relevance Sort by last modified time
    Searched defs:Commute (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
instruction-selector-impl.h 352 void Commute() {
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 128 // No idea how to commute this instruction. Target should implement its own.
137 "This only knows how to commute register operands so far");
641 bool Commute;
642 if (isReassociationCandidate(Root, Commute)) {
647 if (Commute) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 51 milliseconds