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

1 2 3

  /external/clang/unittests/Driver/
MultilibTest.cpp 66 << "Multilibs with conflicting flags are not the same (commuted)";
81 << "Flag duplication shouldn't affect equivalence (commuted)";
91 << "Constructor argument must match Multilib::gccSuffix() (commuted)";
101 << "Constructor argument must match Multilib::osSuffix() (commuted)";
111 << "Constructor argument must match Multilib::includeSuffix() (commuted)";
119 << "Differing gccSuffixes should be different (commuted)";
127 << "Differing osSuffixes should be different (commuted)";
135 << "Differing includeSuffixes should be different (commuted)";
  /external/llvm/test/CodeGen/X86/
2009-02-25-CommuteBug.ll 5 ; CHECK-NOT: commuted
fma-do-not-commute.ll 2 ; Check that the 2nd and 3rd arguments of fmaXXX231 reg1, reg2, mem3 are not commuted.
twoaddr-coalesce-2.ll 3 ; RUN: grep "twoaddrinstr" | grep "Number of instructions aggressively commuted"
testl-commute.ll 4 ; the inputs are commuted.
commute-fcmp.ll 6 ; Only equal/not-equal/ordered/unordered can be safely commuted
175 ; Only equal/not-equal/ordered/unordered can be safely commuted
bt.ll 16 ; - The comparison can be commuted (only cases where neither
18 ; - The and can be commuted.
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 151 // If destination is tied to either of the commuted source register, then
583 bool &Commuted) const {
591 // the operands must be commuted.
592 Commuted = MI1->getOpcode() != AssocOpcode && MI2->getOpcode() == AssocOpcode;
593 if (Commuted)
610 bool &Commuted) const {
613 hasReassociableSibling(Inst, Commuted);
675 // operands may be commuted. Each row corresponds to a pattern value,
    [all...]
TwoAddressInstructionPass.cpp 58 STATISTIC(NumCommuted , "Number of instructions commuted to coalesce");
59 STATISTIC(NumAggrCommuted , "Number of instructions aggressively commuted");
657 DEBUG(dbgs() << "2addr: COMMUTED TO: " << *NewMI);
    [all...]
MachineCSE.cpp 479 bool Commuted = false;
483 Commuted = true;
638 if (Commuted)
  /dalvik/dx/src/com/android/dx/ssa/
LiteralOpUpgrader.java 125 * 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/Target/X86/
X86InstrInfo.h 272 /// The output indices of the commuted operands are returned in these
274 /// to indices of operands that must be commuted or be equal to a special
296 /// \p SrcOpIdx1 and \p SrcOpIdx2 commuted.
540 /// to be commuted.
  /external/llvm/test/Transforms/SLPVectorizer/AArch64/
commute.ll 69 %add = fadd fast float %mul12, %mul11 ;;;<---- Operands commuted!!
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 103 /// The operands to be commuted are specified by their indices OpIdx1 and
303 /// The operands to be commuted are specified by their indices OpIdx1 and
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 244 // a 32-bit encoding and then commuted it to an instruction that did not.
SIInstrInfo.cpp 478 // Try to map original to commuted opcode
481 // Check if the commuted (REV) opcode exists on the target.
484 // Try to map commuted to original opcode
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
machine-combiner.ll 7 ; commuted. The destination registers are used as source registers for the third add.
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 301 // Handle exact and commuted addresses.
  /external/llvm/test/Transforms/Reassociate/
fast-ReassociateVector.ll 160 ; We would expect (-5*b)+a -> a-(5*b) but only the constant operand is commuted.
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 176 // Commuted equality
184 // Commuted equality
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 989 // Shared routine for multiple float32 compare operations (inputs commuted).
998 // Shared routine for multiple float64 compare operations (inputs commuted).
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc     [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 990 // Shared routine for multiple float32 compare operations (inputs commuted).
    [all...]

Completed in 1490 milliseconds

1 2 3