Searched refs:reassociateOpsCommutative (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 495 SDValue reassociateOpsCommutative(unsigned Opc, const SDLoc &DL, SDValue N0, 947 SDValue DAGCombiner::reassociateOpsCommutative(unsigned Opc, const SDLoc &DL, in reassociateOpsCommutative() function in DAGCombiner 991 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N0, N1)) in reassociateOps() 993 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N1, N0)) in reassociateOps()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 528 SDValue reassociateOpsCommutative(unsigned Opc, const SDLoc &DL, SDValue N0, 1066 SDValue DAGCombiner::reassociateOpsCommutative(unsigned Opc, const SDLoc &DL, in reassociateOpsCommutative() function in DAGCombiner 1104 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N0, N1)) in reassociateOps() 1106 if (SDValue Combined = reassociateOpsCommutative(Opc, DL, N1, N0)) in reassociateOps()
|