HomeSort by: relevance | last modified time | path
    Searched defs:reassociateOps (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetInstrInfo.cpp 807 void TargetInstrInfo::reassociateOps(
915 reassociateOps(Root, *Prev, Pattern, InsInstrs, DelInstrs, InstIdxForVirtReg);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 529 SDValue reassociateOps(unsigned Opc, const SDLoc &DL, SDValue N0,
1054 // Helper for DAGCombiner::reassociateOps. Try to reassociate an expression
1084 SDValue DAGCombiner::reassociateOps(unsigned Opc, const SDLoc &DL, SDValue N0,
2338 if (SDValue RADD = reassociateOps(ISD::ADD, DL, N0, N1, N->getFlags()))
3971 if (SDValue RMUL = reassociateOps(ISD::MUL, SDLoc(N), N0, N1, N->getFlags()))
5660 if (SDValue RAND = reassociateOps(ISD::AND, SDLoc(N), N0, N1, N->getFlags()))
6476 if (SDValue ROR = reassociateOps(ISD::OR, SDLoc(N), N0, N1, N->getFlags()))
7756 if (SDValue RXOR = reassociateOps(ISD::XOR, DL, N0, N1, N->getFlags()))

Completed in 62 milliseconds