Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DBugDriver.h193 unsigned Simp);
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2153 if (Value *Simp = SimplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() local
2154 NumBytes = Simp; in processCopyingStore()
2266 if (Value *Simp = SimplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() local
2267 NumWords = Simp; in processCopyingStore()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12521 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()), in visitBR_CC() local
12524 if (Simp.getNode()) AddToWorklist(Simp.getNode()); in visitBR_CC()
12527 if (Simp.getNode() && Simp.getOpcode() == ISD::SETCC) in visitBR_CC()
12529 N->getOperand(0), Simp.getOperand(2), in visitBR_CC()
12530 Simp.getOperand(0), Simp.getOperand(1), in visitBR_CC()