Home
last modified time | relevance | path

Searched refs:Simp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h179 unsigned Simp);
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2162 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() local
2163 NumBytes = Simp; in processCopyingStore()
2272 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() local
2273 NumWords = Simp; in processCopyingStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18385 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()), in visitBR_CC() local
18388 if (Simp.getNode()) AddToWorklist(Simp.getNode()); in visitBR_CC()
18391 if (Simp.getNode() && Simp.getOpcode() == ISD::SETCC) in visitBR_CC()
18393 N->getOperand(0), Simp.getOperand(2), in visitBR_CC()
18394 Simp.getOperand(0), Simp.getOperand(1), in visitBR_CC()