HomeSort by: relevance | last modified time | path
    Searched refs:Simp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
BugDriver.h 192 unsigned Simp);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 2174 if (Value *Simp = SimplifyInstruction(In, {*DL, TLI, DT}))
2175 NumBytes = Simp;
2285 if (Value *Simp = SimplifyInstruction(In, {*DL, TLI, DT}))
2286 NumWords = Simp;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 15020 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()),
15023 if (Simp.getNode()) AddToWorklist(Simp.getNode());
15026 if (Simp.getNode() && Simp.getOpcode() == ISD::SETCC)
15028 N->getOperand(0), Simp.getOperand(2),
15029 Simp.getOperand(0), Simp.getOperand(1),

Completed in 87 milliseconds