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

  /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/v8/src/compiler/
instruction-selector-impl.h 352 void Commute() {
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 263 // MustCommuteCondField is true when we need to commute the flags continuation
278 // We can commute CMP by switching the inputs and commuting
348 if (must_commute_cond) cont->Commute();
358 if (must_commute_cond) cont->Commute();
368 if (must_commute_cond) cont->Commute();
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc     [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc     [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc     [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc     [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc     [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc     [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc     [all...]

Completed in 1297 milliseconds