Home
last modified time | relevance | path

Searched refs:Commute (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/llvm/test/Transforms/InstCombine/
Dsmin-icmp.ll23 ; Commute min operands.
51 ; Commute min operands.
79 ; Commute min operands.
107 ; Commute min operands.
135 ; Commute min operands.
163 ; Commute min operands.
191 ; Commute min operands.
219 ; Commute min operands.
246 ; Commute min operands.
271 ; Commute min operands.
[all …]
Dumax-icmp.ll24 ; Commute max operands.
52 ; Commute max operands.
80 ; Commute max operands.
108 ; Commute max operands.
136 ; Commute max operands.
164 ; Commute max operands.
192 ; Commute max operands.
220 ; Commute max operands.
Dumin-icmp.ll24 ; Commute min operands.
52 ; Commute min operands.
80 ; Commute min operands.
108 ; Commute min operands.
136 ; Commute min operands.
164 ; Commute min operands.
192 ; Commute min operands.
220 ; Commute min operands.
Dsmax-icmp.ll24 ; Commute max operands.
52 ; Commute max operands.
80 ; Commute max operands.
108 ; Commute max operands.
136 ; Commute max operands.
164 ; Commute max operands.
192 ; Commute max operands.
220 ; Commute max operands.
Dor.ll522 ; Commute 'and' operands:
540 ; Commute 'or' operands:
558 ; Commute 'and' operands:
831 ; Commute the 'or':
849 ; Commute the 'and':
867 ; Commute the 'or':
903 ; Commute the 'or':
921 ; Commute the 'and':
939 ; Commute the 'or':
Dand.ll761 ; Commute the 'and':
779 ; Commute the 'or':
797 ; Commute the 'and':
833 ; Commute the 'and':
851 ; Commute the 'or':
869 ; Commute the 'and':
Dor-xor.ll18 ; Commute (rename) the inner 'or' operands:
47 ; Commute (rename) the 'xor' operands:
Dsub-ashr-and-to-icmp-select.ll76 ; Commute
Dsub-ashr-or-to-icmp-select.ll89 ; Commute
Dfunnel.ll223 ; Commute the 'or' operands and try a vector type.
/external/llvm-project/llvm/test/CodeGen/X86/
Dsse-commute.ll3 ; Commute the comparison to avoid a move.
Dfp-fold.ll165 ; Commute operands of the 'add'.
/external/llvm/test/CodeGen/X86/
Dsse-commute.ll3 ; Commute the comparison to avoid a move.
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dfmin3.ll21 ; Commute operand of second fmin
61 ; Commute operand of second fmin
133 ; Commute operand of second fmin
Dfmax3.ll22 ; Commute operand of second fmax
69 ; Commute operand of second fmax
/external/llvm-project/llvm/test/Transforms/InstSimplify/
Dfdiv.ll42 ; Commute the fmul operands. Use a vector type to verify that works too.
DAndOrXor.ll551 ; Commute operands of the 'or'.
608 ; Commute operands of the 'or'.
/external/llvm/test/CodeGen/AMDGPU/
Dfmax3.ll23 ; Commute operand of second fmax
Dfmin3.ll24 ; Commute operand of second fmin
/external/llvm-project/llvm/lib/Target/VE/
DVEInstrInfo.cpp656 bool Commute = false; in FoldImmediate() local
662 Commute = true; in FoldImmediate()
699 if (Commute) { in FoldImmediate()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp639 bool Commute; in getMachineCombinerPatterns() local
640 if (isReassociationCandidate(Root, Commute)) { in getMachineCombinerPatterns()
645 if (Commute) { in getMachineCombinerPatterns()
/external/llvm-project/llvm/lib/CodeGen/
DTargetInstrInfo.cpp783 bool Commute; in getMachineCombinerPatterns() local
784 if (isReassociationCandidate(Root, Commute)) { in getMachineCombinerPatterns()
789 if (Commute) { in getMachineCombinerPatterns()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp745 bool Commute; in getMachineCombinerPatterns() local
746 if (isReassociationCandidate(Root, Commute)) { in getMachineCombinerPatterns()
751 if (Commute) { in getMachineCombinerPatterns()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2676 bool Commute = false; in FoldImmediate() local
2687 Commute = UseMI.getOperand(2).getReg() != Reg; in FoldImmediate()
2692 if (UseOpc == ARM::SUBrr && Commute) in FoldImmediate()
2723 if (UseOpc == ARM::t2SUBrr && Commute) in FoldImmediate()
2756 unsigned OpIdx = Commute ? 2 : 1; in FoldImmediate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3216 bool Commute = false; in FoldImmediate() local
3227 Commute = UseMI.getOperand(2).getReg() != Reg; in FoldImmediate()
3232 if (UseOpc == ARM::SUBrr && Commute) in FoldImmediate()
3261 if (UseOpc == ARM::t2SUBrr && Commute) in FoldImmediate()
3296 unsigned OpIdx = Commute ? 2 : 1; in FoldImmediate()

12