Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp106 unsigned PromotedWidth = 0; member in __anon789080b40111::IRPromoter
129 : Ctx(C), PromotedWidth(Width), Visited(visited), Sources(sources), in IRPromoter()
131 ExtTy = IntegerType::get(Ctx, PromotedWidth); in IRPromoter()
172 bool TryToPromote(Value *V, unsigned PromotedWidth, const LoopInfo &LI);
571 if (ZExt->getType()->getScalarSizeInBits() >= PromotedWidth) in TruncateSinks()
650 << PromotedWidth << "-bits\n"); in Mutate()
774 bool TypePromotionImpl::TryToPromote(Value *V, unsigned PromotedWidth, in TryToPromote() argument
785 << TypeSize << " bits to " << PromotedWidth << "\n"); in TryToPromote()
900 IRPromoter Promoter(*Ctx, PromotedWidth, CurrentVisited, Sources, Sinks, in TryToPromote()
984 if (auto PromotedWidth = GetPromoteWidth(OpI)) { in run() local
[all …]