Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp736 bool Commute; in getMachineCombinerPatterns() local
737 if (isReassociationCandidate(Root, Commute)) { in getMachineCombinerPatterns()
742 if (Commute) { in getMachineCombinerPatterns()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3034 bool Commute = false; in FoldImmediate() local
3045 Commute = UseMI.getOperand(2).getReg() != Reg; in FoldImmediate()
3050 if (UseOpc == ARM::SUBrr && Commute) in FoldImmediate()
3079 if (UseOpc == ARM::t2SUBrr && Commute) in FoldImmediate()
3110 unsigned OpIdx = Commute ? 2 : 1; in FoldImmediate()
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog1828 (simplify_comparison, case AND): Commute AND and SUBREG.
H A DFSFChangeLog.106307 * fold-const.c (fold_truthop): Commute unextend and convert on
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41726 bool Commute = false; in IsDesirableToPromoteOp() local
41746 Commute = true; in IsDesirableToPromoteOp()
41753 (!Commute || !isa<ConstantSDNode>(N0) || in IsDesirableToPromoteOp()
41757 ((Commute && !isa<ConstantSDNode>(N1)) || in IsDesirableToPromoteOp()
41761 (Commute && IsFoldableAtomicRMW(N1, Op))) in IsDesirableToPromoteOp()