Searched defs:Widened (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFlatten.cpp | 141 bool Widened = false; // Whether this holds the flatten info before or after member 868 unsigned Widened = 0; in CanWidenIV() local
|
H A D | IndVarSimplify.cpp | 643 unsigned Widened; in simplifyAndExtend() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 1505 const auto *Widened = KnownIntrinsic::widen(Fn->getName()); in maybeHandleKnownCallBase() local 1519 const auto *Widened = KnownIntrinsic::widen(Name); in maybeHandleKnownCallBase() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 430 auto Widened = B.buildMergeLikeInstr(LLT::scalar(SrcSize), Regs); in buildCopyFromRegs() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 1074 SmallPtrSet<Instruction *,16> Widened; member in __anonb324fb7f0311::WidenIV
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 706 } else if (SDValue Widened = widenVectorToPartType(DAG, Val, DL, PartVT)) { in getCopyToPartsVector() local 725 SDValue Widened = widenVectorToPartType(DAG, Val, DL, WidenVT); in getCopyToPartsVector() local 806 if (SDValue Widened = widenVectorToPartType(DAG, Val, DL, BuiltVectorTy)) { in getCopyToPartsVector() local
|
H A D | LegalizeVectorTypes.cpp | 7768 SDValue Widened = DAG.getBuildVector(NVT, dl, Ops); in ModifyToType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 14787 if (SDValue Widened = widenLoad(cast<LoadSDNode>(N), DCI)) in PerformDAGCombine() local
|