Searched refs:Simp (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | BugDriver.h | 179 unsigned Simp);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 2150 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() local 2151 NumBytes = Simp; in processCopyingStore() 2260 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() local 2261 NumWords = Simp; in processCopyingStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 19387 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()), in visitBR_CC() local 19390 if (Simp.getNode()) AddToWorklist(Simp.getNode()); in visitBR_CC() 19393 if (Simp.getNode() && Simp.getOpcode() == ISD::SETCC) in visitBR_CC() 19395 N->getOperand(0), Simp.getOperand(2), in visitBR_CC() 19396 Simp.getOperand(0), Simp.getOperand(1), in visitBR_CC()
|