Home
last modified time | relevance | path

Searched refs:TrueOpnd (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp15850 SDValue TrueOpnd = N->getOperand(1); in combineVSelect() local
15854 if (Cond.getOpcode() != ISD::SETCC || TrueOpnd.getOpcode() != ISD::SUB || in combineVSelect()
15863 if (!(Cond.hasOneUse() || TrueOpnd.hasOneUse() || FalseOpnd.hasOneUse())) in combineVSelect()
15877 std::swap(TrueOpnd, FalseOpnd); in combineVSelect()
15887 if (TrueOpnd.getOperand(0) == CmpOpnd1 && in combineVSelect()
15888 TrueOpnd.getOperand(1) == CmpOpnd2 && in combineVSelect()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp17005 SDValue TrueOpnd = N->getOperand(1); in combineVSelect() local
17009 if (Cond.getOpcode() != ISD::SETCC || TrueOpnd.getOpcode() != ISD::SUB || in combineVSelect()
17018 if (!(Cond.hasOneUse() || TrueOpnd.hasOneUse() || FalseOpnd.hasOneUse())) in combineVSelect()
17032 std::swap(TrueOpnd, FalseOpnd); in combineVSelect()
17042 if (TrueOpnd.getOperand(0) == CmpOpnd1 && in combineVSelect()
17043 TrueOpnd.getOperand(1) == CmpOpnd2 && in combineVSelect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12485 auto TrueOpnd = dyn_cast<ConstantFPSDNode>(Select.getOperand(1)); in visitFMUL() local
12488 if (TrueOpnd && FalseOpnd && in visitFMUL()
12501 std::swap(TrueOpnd, FalseOpnd); in visitFMUL()
12509 if (TrueOpnd->isExactlyValue(-1.0) && FalseOpnd->isExactlyValue(1.0) && in visitFMUL()
12513 if (TrueOpnd->isExactlyValue(1.0) && FalseOpnd->isExactlyValue(-1.0)) in visitFMUL()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13500 auto TrueOpnd = dyn_cast<ConstantFPSDNode>(Select.getOperand(1)); in visitFMUL() local
13503 if (TrueOpnd && FalseOpnd && in visitFMUL()
13516 std::swap(TrueOpnd, FalseOpnd); in visitFMUL()
13524 if (TrueOpnd->isExactlyValue(-1.0) && FalseOpnd->isExactlyValue(1.0) && in visitFMUL()
13528 if (TrueOpnd->isExactlyValue(1.0) && FalseOpnd->isExactlyValue(-1.0)) in visitFMUL()