Searched refs:Simp (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/bugpoint/ |
| H A D | BugDriver.h | 189 unsigned Simp);
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 2169 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() local 2170 NumBytes = Simp; in processCopyingStore() 2279 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() local 2280 NumWords = Simp; in processCopyingStore()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 16157 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()), in visitBR_CC() local 16160 if (Simp.getNode()) AddToWorklist(Simp.getNode()); in visitBR_CC() 16163 if (Simp.getNode() && Simp.getOpcode() == ISD::SETCC) in visitBR_CC() 16165 N->getOperand(0), Simp.getOperand(2), in visitBR_CC() 16166 Simp.getOperand(0), Simp.getOperand(1), in visitBR_CC()
|