Searched refs:Commute (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.cpp | 671 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 D | TargetInstrInfo.cpp | 780 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 D | ARMBaseInstrInfo.cpp | 3314 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 D | DAGCombiner.cpp | 21127 [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 D | FSFChangeLog | 1828 (simplify_comparison, case AND): Commute AND and SUBREG.
|
H A D | FSFChangeLog.10 | 6307 * fold-const.c (fold_truthop): Commute unextend and convert on
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | FSFChangeLog | 1828 (simplify_comparison, case AND): Commute AND and SUBREG.
|
H A D | FSFChangeLog.10 | 6307 * fold-const.c (fold_truthop): Commute unextend and convert on
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 51066 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()
|