HomeSort by: relevance | last modified time | path
    Searched refs:reassociateOps (Results 1 - 3 of 3) 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/include/llvm/CodeGen/
TargetInstrInfo.h 1163 void reassociateOps(MachineInstr &Root, MachineInstr &Prev,
1172 /// This is an architecture-specific helper function of reassociateOps.
  /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 50 milliseconds