Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp160 bool shouldPromote(Value *V);
382 bool TypePromotionImpl::shouldPromote(Value *V) { in shouldPromote() function in TypePromotionImpl
781 if (!isSupportedValue(V) || !shouldPromote(V) || !isLegalToPromote(V)) in TryToPromote()
805 if (!isSupportedValue(V) || (shouldPromote(V) && !isLegalToPromote(V))) { in TryToPromote()
853 if (isSource(V) || shouldPromote(V)) { in TryToPromote()
H A DCodeGenPrepare.cpp7495 bool shouldPromote(const Instruction *ToBePromoted) const { in shouldPromote() function in __anon88ab83af1711::VectorPromoteHelper
7647 if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted)) in optimizeExtractElementInst()