Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp671 bool Commute = false; in FoldImmediate() local
677 Commute = true; in FoldImmediate()
714 if (Commute) { in FoldImmediate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp780 bool Commute; in getMachineCombinerPatterns() local
781 if (isReassociationCandidate(Root, Commute)) { in getMachineCombinerPatterns()
786 if (Commute) { in getMachineCombinerPatterns()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3314 bool Commute = false; in FoldImmediate() local
3325 Commute = UseMI.getOperand(2).getReg() != Reg; in FoldImmediate()
3330 if (UseOpc == ARM::SUBrr && Commute) in FoldImmediate()
3359 if (UseOpc == ARM::t2SUBrr && Commute) in FoldImmediate()
3394 unsigned OpIdx = Commute ? 2 : 1; in FoldImmediate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21127 [NumElts, &VT](bool Commute, ShuffleVectorSDNode *SVN, in visitVECTOR_SHUFFLE()
21147 if (Commute) in visitVECTOR_SHUFFLE()
21324 bool Commute) { in visitVECTOR_SHUFFLE() argument
21325 SDValue InnerN = Commute ? N1 : N0; in visitVECTOR_SHUFFLE()
21328 if (Commute) in visitVECTOR_SHUFFLE()
21334 MergeInnerShuffle(Commute, SVN, SVN0, Op1, TLI, SV0, SV1, in visitVECTOR_SHUFFLE()
/netbsd-src/external/gpl3/gcc.old/dist/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
/netbsd-src/external/gpl3/gcc/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51066 bool Commute = false; in IsDesirableToPromoteOp() local
51087 Commute = true; in IsDesirableToPromoteOp()
51094 (!Commute || !isa<ConstantSDNode>(N0) || in IsDesirableToPromoteOp()
51098 ((Commute && !isa<ConstantSDNode>(N1)) || in IsDesirableToPromoteOp()
51102 (Commute && IsFoldableAtomicRMW(N1, Op))) in IsDesirableToPromoteOp()