Home
last modified time | relevance | path

Searched refs:ORNode (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2231 SDValue ORNode = DAG.getNode(N->getOpcode(), N0.getDebugLoc(), in SimplifyBinOpWithSameOpcodeHands() local
2234 AddToWorkList(ORNode.getNode()); in SimplifyBinOpWithSameOpcodeHands()
2235 return DAG.getNode(N0.getOpcode(), N->getDebugLoc(), VT, ORNode); in SimplifyBinOpWithSameOpcodeHands()
2245 SDValue ORNode = DAG.getNode(N->getOpcode(), N0.getDebugLoc(), in SimplifyBinOpWithSameOpcodeHands() local
2248 AddToWorkList(ORNode.getNode()); in SimplifyBinOpWithSameOpcodeHands()
2250 ORNode, N0.getOperand(1)); in SimplifyBinOpWithSameOpcodeHands()
2324 SDValue ORNode = DAG.getNode(ISD::OR, N0.getDebugLoc(), in visitAND() local
2326 AddToWorkList(ORNode.getNode()); in visitAND()
2327 return DAG.getSetCC(N->getDebugLoc(), VT, ORNode, LR, Op1); in visitAND()
2338 SDValue ORNode = DAG.getNode(ISD::OR, N0.getDebugLoc(), in visitAND() local
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2734 SDValue ORNode = DAG.getNode(N->getOpcode(), SDLoc(N0), in SimplifyBinOpWithSameOpcodeHands() local
2737 AddToWorklist(ORNode.getNode()); in SimplifyBinOpWithSameOpcodeHands()
2738 return DAG.getNode(N0.getOpcode(), SDLoc(N), VT, ORNode); in SimplifyBinOpWithSameOpcodeHands()
2748 SDValue ORNode = DAG.getNode(N->getOpcode(), SDLoc(N0), in SimplifyBinOpWithSameOpcodeHands() local
2751 AddToWorklist(ORNode.getNode()); in SimplifyBinOpWithSameOpcodeHands()
2753 ORNode, N0.getOperand(1)); in SimplifyBinOpWithSameOpcodeHands()
2875 SDValue ORNode = DAG.getNode(ISD::OR, SDLoc(N0), in visitANDLike() local
2877 AddToWorklist(ORNode.getNode()); in visitANDLike()
2878 return DAG.getSetCC(SDLoc(LocReference), VT, ORNode, LR, Op1); in visitANDLike()
2890 SDValue ORNode = DAG.getNode(ISD::OR, SDLoc(N0), in visitANDLike() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3700 SDValue ORNode = DAG.getNode(N->getOpcode(), SDLoc(N0), in SimplifyBinOpWithSameOpcodeHands() local
3703 AddToWorklist(ORNode.getNode()); in SimplifyBinOpWithSameOpcodeHands()
3704 return DAG.getNode(N0.getOpcode(), SDLoc(N), VT, ORNode); in SimplifyBinOpWithSameOpcodeHands()
3714 SDValue ORNode = DAG.getNode(N->getOpcode(), SDLoc(N0), in SimplifyBinOpWithSameOpcodeHands() local
3717 AddToWorklist(ORNode.getNode()); in SimplifyBinOpWithSameOpcodeHands()
3719 ORNode, N0.getOperand(1)); in SimplifyBinOpWithSameOpcodeHands()