Searched refs:reassociateOps (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp772 void TargetInstrInfo::reassociateOps( function in class:TargetInstrInfo
880 reassociateOps(Root, *Prev, Pattern, InsInstrs, DelInstrs, InstIdxForVirtReg);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1090 void reassociateOps(MachineInstr &Root, MachineInstr &Prev,
1096 /// This is an architecture-specific helper function of reassociateOps.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp497 SDValue reassociateOps(unsigned Opc, const SDLoc &DL, SDValue N0,
952 // Helper for DAGCombiner::reassociateOps. Try to reassociate an expression
985 SDValue DAGCombiner::reassociateOps(unsigned Opc, const SDLoc &DL, SDValue N0, function in class:DAGCombiner
2177 if (SDValue RADD = reassociateOps(ISD::ADD, DL, N0, N1, N->getFlags()))
3600 if (SDValue RMUL = reassociateOps(ISD::MUL, SDLoc(N), N0, N1, N->getFlags()))
5205 if (SDValue RAND = reassociateOps(ISD::AND, SDLoc(N), N0, N1, N->getFlags()))
5920 if (SDValue ROR = reassociateOps(ISD::OR, SDLoc(N), N0, N1, N->getFlags()))
7062 if (SDValue RXOR = reassociateOps(ISD::XOR, DL, N0, N1, N->getFlags()))

Completed in 135 milliseconds