HomeSort by relevance Sort by last modified time
    Searched full:commuted (Results 1 - 21 of 21) sorted by null

  /external/llvm/test/CodeGen/X86/
2009-02-25-CommuteBug.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 -stats |& not grep commuted
twoaddr-coalesce-2.ll 2 ; RUN: grep {twoaddrinstr} | grep {Number of instructions aggressively commuted}
testl-commute.ll 4 ; the inputs are commuted.
bt.ll 18 ; - The comparison can be commuted (only cases where neither
20 ; - The and can be commuted.
  /dalvik/dx/src/com/android/dx/ssa/
LiteralOpUpgrader.java 126 * An instruction can be commuted to a literal operation
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LiteralOpUpgrader.java 126 * An instruction can be commuted to a literal operation
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 420 bool Commuted = false;
424 Commuted = true;
521 if (Commuted)
TwoAddressInstructionPass.cpp 54 STATISTIC(NumCommuted , "Number of instructions commuted to coalesce");
55 STATISTIC(NumAggrCommuted , "Number of instructions aggressively commuted");
650 DEBUG(dbgs() << "2addr: COMMUTED TO: " << *NewMI);
    [all...]
TargetInstrInfoImpl.cpp 86 // If destination is tied to either of the commuted source register, then
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 113 // Handle exact and commuted addresses.
PPCInstrInfo.cpp 120 // Normal instructions can be commuted the obvious way.
PPCInstrInfo.td     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 497 // instructions to be commuted with other add instructions.
    [all...]
IndVarSimplify.cpp     [all...]
  /external/llvm/test/MC/X86/
x86-64.s 558 // rdar://8491845 - Gas supports commuted forms of non-commutable instructions.
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86InstrSSE.td     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]

Completed in 889 milliseconds