Searched refs:Simp (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
| H A D | BugDriver.h | 192 unsigned Simp);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 2174 if (Value *Simp = SimplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() local 2175 NumBytes = Simp; in processCopyingStore() 2285 if (Value *Simp = SimplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() local 2286 NumWords = Simp; in processCopyingStore()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 15020 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()), in visitBR_CC() local 15023 if (Simp.getNode()) AddToWorklist(Simp.getNode()); in visitBR_CC() 15026 if (Simp.getNode() && Simp.getOpcode() == ISD::SETCC) in visitBR_CC() 15028 N->getOperand(0), Simp.getOperand(2), in visitBR_CC() 15029 Simp.getOperand(0), Simp.getOperand(1), in visitBR_CC()
|