Home
last modified time | relevance | path

Searched refs:isCommutativeBinOp (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.h1312 bool isCommutativeBinOp(unsigned Opcode) const override;
DX86ISelLowering.cpp34922 bool X86TargetLowering::isCommutativeBinOp(unsigned Opcode) const { in isCommutativeBinOp() function in X86TargetLowering
34936 return TargetLoweringBase::isCommutativeBinOp(Opcode); in isCommutativeBinOp()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLowering.h2663 virtual bool isCommutativeBinOp(unsigned Opcode) const { in isCommutativeBinOp() function
2705 if (isCommutativeBinOp(Opcode)) in isBinOp()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5821 if (TLI->isCommutativeBinOp(Opcode)) in FoldConstantArithmetic()
6101 if (!TLI->isCommutativeBinOp(Opcode)) in canonicalizeCommutativeBinop()
6533 if (TLI->isCommutativeBinOp(Opcode)) { in getNode()
DDAGCombiner.cpp1172 assert(TLI.isCommutativeBinOp(Opc) && "Operation not commutative."); in reassociateOps()
1887 if (!RV.getNode() && TLI.isCommutativeBinOp(N->getOpcode())) { in combine()
2248 if (TLI.isCommutativeBinOp(BO->getOpcode())) in foldBinOpIntoSelect()
DTargetLowering.cpp4990 if (isCommutativeBinOp(N0.getOpcode())) { in SimplifySetCC()