Home
last modified time | relevance | path

Searched refs:Step1 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dc_can.txt40 Step1: SoC common .dtsi file
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2010 Value *Start0, *Step0, *Start1, *Step1; in foldBinopWithRecurrence() local
2012 !matchSimpleRecurrence(BO1, PN1, Start1, Step1) || !PN1->hasOneUse() || in foldBinopWithRecurrence()
2023 auto *C1 = dyn_cast<Constant>(Step1); in foldBinopWithRecurrence()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp5989 SDValue Step1 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, NInVT, InOp0, in PromoteIntRes_EXTRACT_SUBVECTOR() local
5993 ISD::EXTRACT_SUBVECTOR, dl, OutVT, Step1, in PromoteIntRes_EXTRACT_SUBVECTOR()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3634 Value *Start1 = nullptr, *Step1 = nullptr; in getInvertibleOperands() local
3638 !matchSimpleRecurrence(PN1, BO1, Start1, Step1) || in getInvertibleOperands()