Home
last modified time | relevance | path

Searched refs:Widened (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp141 bool Widened = false; // Whether this holds the flatten info before or after member
155 if (!Widened) in isNarrowInductionPhi()
240 if (Widened && (IsAdd || IsGEP) && in matchLinearIVUser()
265 if (Widened && in checkInnerInductionPhiUsers()
707 FI.InnerIncrement, FI.InnerBranch, SE, FI.Widened)) in CanFlattenLoopPair()
711 FI.OuterIncrement, FI.OuterBranch, SE, FI.Widened)) in CanFlattenLoopPair()
801 if (FI.Widened) in DoFlattenLoopPair()
868 unsigned Widened = 0; in CanWidenIV() local
872 createWideIV(WideIV, LI, SE, Rewriter, DT, DeadInsts, ElimExt, Widened, in CanWidenIV()
893 assert(Widened && "Widened IV expected"); in CanWidenIV()
[all …]
H A DIndVarSimplify.cpp643 unsigned Widened; in simplifyAndExtend() local
645 DT, DeadInsts, ElimExt, Widened, in simplifyAndExtend()
648 NumWidened += Widened; in simplifyAndExtend()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1505 const auto *Widened = KnownIntrinsic::widen(Fn->getName()); in maybeHandleKnownCallBase() local
1506 if (Widened) { in maybeHandleKnownCallBase()
1507 WidenedId = Widened->ID; in maybeHandleKnownCallBase()
1508 WidenedFnTy = Widened->MakeFnTy(Context); in maybeHandleKnownCallBase()
1519 const auto *Widened = KnownIntrinsic::widen(Name); in maybeHandleKnownCallBase() local
1520 assert(Widened && "make sure KnownIntrinsic entries are consistent"); in maybeHandleKnownCallBase()
1521 WidenedId = Widened->ID; in maybeHandleKnownCallBase()
1522 WidenedFnTy = Widened->MakeFnTy(Context); in maybeHandleKnownCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1074 SmallPtrSet<Instruction *,16> Widened; member in __anonb324fb7f0311::WidenIV
2010 if (!Widened.insert(NarrowUser).second) in pushNarrowIVUsers()
2131 assert(Widened.empty() && NarrowIVUsers.empty() && "expect initial state" ); in createWideIV()
2133 Widened.insert(OrigPhi); in createWideIV()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp430 auto Widened = B.buildMergeLikeInstr(LLT::scalar(SrcSize), Regs); in buildCopyFromRegs() local
431 B.buildTrunc(OrigRegs[0], Widened); in buildCopyFromRegs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp706 } else if (SDValue Widened = widenVectorToPartType(DAG, Val, DL, PartVT)) { in getCopyToPartsVector() local
707 Val = Widened; in getCopyToPartsVector()
725 SDValue Widened = widenVectorToPartType(DAG, Val, DL, WidenVT); in getCopyToPartsVector() local
726 Val = DAG.getAnyExtOrTrunc(Widened, DL, PartVT); in getCopyToPartsVector()
806 if (SDValue Widened = widenVectorToPartType(DAG, Val, DL, BuiltVectorTy)) { in getCopyToPartsVector() local
807 Val = Widened; in getCopyToPartsVector()
H A DLegalizeVectorTypes.cpp7772 SDValue Widened = DAG.getBuildVector(NVT, dl, Ops); in ModifyToType()
7774 return Widened; in ModifyToType()
7783 return DAG.getNode(ISD::AND, dl, NVT, Widened,
7768 SDValue Widened = DAG.getBuildVector(NVT, dl, Ops); ModifyToType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp14787 if (SDValue Widened = widenLoad(cast<LoadSDNode>(N), DCI)) in PerformDAGCombine() local
14788 return Widened; in PerformDAGCombine()