Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1433 bool isCommutativeBinOp(unsigned Opcode) const override;
H A DX86ISelLowering.cpp35474 bool X86TargetLowering::isCommutativeBinOp(unsigned Opcode) const { in isCommutativeBinOp() function in X86TargetLowering
35488 return TargetLoweringBase::isCommutativeBinOp(Opcode); in isCommutativeBinOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2964 virtual bool isCommutativeBinOp(unsigned Opcode) const { in isCommutativeBinOp() function
3010 if (isCommutativeBinOp(Opcode)) in isBinOp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6994 if (TLI->isCommutativeBinOp(Opcode)) in FoldConstantArithmetic()
7405 if (!TLI->isCommutativeBinOp(Opcode)) in canonicalizeCommutativeBinop()
7854 if (TLI->isCommutativeBinOp(Opcode)) { in getNode()
H A DDAGCombiner.cpp1318 assert(TLI.isCommutativeBinOp(Opc) && "Operation not commutative."); in reassociateOps()
2122 if (!RV.getNode() && TLI.isCommutativeBinOp(N->getOpcode())) { in combine()
2521 if (TLI.isCommutativeBinOp(BO->getOpcode())) in foldBinOpIntoSelect()
H A DTargetLowering.cpp5512 if (isCommutativeBinOp(N0.getOpcode())) { in SimplifySetCC()