Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h179 unsigned Simp);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2168 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() local
2169 NumBytes = Simp; in processCopyingStore()
2278 if (Value *Simp = simplifyInstruction(In, {*DL, TLI, DT})) in processCopyingStore() local
2279 NumWords = Simp; in processCopyingStore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18047 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()), in visitBR_CC() local
18050 if (Simp.getNode()) AddToWorklist(Simp.getNode()); in visitBR_CC()
18053 if (Simp.getNode() && Simp.getOpcode() == ISD::SETCC) in visitBR_CC()
18055 N->getOperand(0), Simp.getOperand(2), in visitBR_CC()
18056 Simp.getOperand(0), Simp.getOperand(1), in visitBR_CC()