Home
last modified time | relevance | path

Searched refs:commute (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/CodeGen/Thumb2/
Dthumb2-mls.ll11 ; sub doesn't commute, so no mls for this one
/external/llvm/test/CodeGen/X86/
D2012-05-17-TwoAddressBug.ll4 ; non-profitable commute using outdated info. The test case would still fail
Dmachine-cse.ll45 define void @commute(i32 %test_case, i32 %scale) nounwind ssp {
46 ; CHECK-LABEL: commute:
Dcommute-two-addr.ll1 ; The register allocator can commute two-address instructions to avoid
Dvec_uint_to_fp.ll54 ; Currently we commute the arguments of the first blend, but this could be
/external/llvm/test/CodeGen/ARM/
Dmls.ll11 ; sub doesn't commute, so no mls for this one
Dcommute-movcc.ll5 ; Make sure that TwoAddressInstructionPass can commute the corresponding
/external/llvm/test/Transforms/Reassociate/
Dno-op.ll9 ; Shouldn't change or move any of the add instructions. Should commute but
Dfast-ReassociateVector.ll208 ; FIXME: Optimize vector xor. Currently only commute operands.
/external/llvm/test/CodeGen/R600/
Dvop-shrink.ll4 ; Test that we correctly commute a sub instruction
Dcommute_modifiers.ll118 ; There's no reason to commute this.
156 ; Make sure we commute the multiply part for the constant in src0 even
/external/v8/test/cctest/compiler/
Dtest-js-typed-lowering.cc1339 bool commute; in TEST() member
1375 if (ops[o].commute) { in TEST()
/external/valgrind/mpi/
Dlibmpiwrap.c2109 int commute, in WRAPPER_FOR()
2118 CALL_FN_W_WWW(err, fn, function,commute,op); in WRAPPER_FOR()
/external/llvm/lib/Target/X86/
DREADME-SSE.txt322 Add hooks to commute some CMPP operations.
DX86InstrShiftRotate.td727 let isCommutable = 1 in { // These instructions commute to each other.
DX86InstrInfo.td2757 // commute. We also allow fdiv[r]p/fsubrp even though they don't commute,