Searched refs:ReassociateOps (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/AMDGPU/ |
D | dagcombine-reassociate-bug.ll | 3 ; Test for a bug where DAGCombiner::ReassociateOps() was creating adds
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | dagcombine-reassociate-bug.ll | 3 ; Test for a bug where DAGCombiner::ReassociateOps() was creating adds
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 224 SDValue ReassociateOps(unsigned Opc, DebugLoc DL, SDValue LHS, SDValue RHS); 531 SDValue DAGCombiner::ReassociateOps(unsigned Opc, DebugLoc DL, in ReassociateOps() function in DAGCombiner 1357 SDValue RADD = ReassociateOps(ISD::ADD, N->getDebugLoc(), N0, N1); in visitADD() 1735 SDValue RMUL = ReassociateOps(ISD::MUL, N->getDebugLoc(), N0, N1); in visitMUL() 2288 SDValue RAND = ReassociateOps(ISD::AND, N->getDebugLoc(), N0, N1); in visitAND() 2773 SDValue ROR = ReassociateOps(ISD::OR, N->getDebugLoc(), N0, N1); in visitOR() 3080 SDValue RXOR = ReassociateOps(ISD::XOR, N->getDebugLoc(), N0, N1); in visitXOR()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 332 SDValue ReassociateOps(unsigned Opc, const SDLoc &DL, SDValue LHS, 816 SDValue DAGCombiner::ReassociateOps(unsigned Opc, const SDLoc &DL, SDValue N0, in ReassociateOps() function in DAGCombiner 1678 if (SDValue RADD = ReassociateOps(ISD::ADD, SDLoc(N), N0, N1)) in visitADD() 2127 if (SDValue RMUL = ReassociateOps(ISD::MUL, SDLoc(N), N0, N1)) in visitMUL() 3097 if (SDValue RAND = ReassociateOps(ISD::AND, SDLoc(N), N0, N1)) in visitAND() 3835 if (SDValue ROR = ReassociateOps(ISD::OR, SDLoc(N), N0, N1)) in visitOR() 4165 if (SDValue RXOR = ReassociateOps(ISD::XOR, SDLoc(N), N0, N1)) in visitXOR()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 395 SDValue ReassociateOps(unsigned Opc, const SDLoc &DL, SDValue N0, 944 SDValue DAGCombiner::ReassociateOps(unsigned Opc, const SDLoc &DL, SDValue N0, in ReassociateOps() function in DAGCombiner 2113 if (SDValue RADD = ReassociateOps(ISD::ADD, DL, N0, N1)) in visitADD() 2977 if (SDValue RMUL = ReassociateOps(ISD::MUL, SDLoc(N), N0, N1)) in visitMUL() 4417 if (SDValue RAND = ReassociateOps(ISD::AND, SDLoc(N), N0, N1)) in visitAND() 5127 if (SDValue ROR = ReassociateOps(ISD::OR, SDLoc(N), N0, N1)) in visitOR() 6004 if (SDValue RXOR = ReassociateOps(ISD::XOR, SDLoc(N), N0, N1)) in visitXOR()
|