Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp161 bool shouldPromote(Value *V);
382 bool TypePromotionImpl::shouldPromote(Value *V) { in shouldPromote() function in TypePromotionImpl
790 if (!isSupportedValue(V) || !shouldPromote(V) || !isLegalToPromote(V)) in TryToPromote()
814 if (!isSupportedValue(V) || (shouldPromote(V) && !isLegalToPromote(V))) { in TryToPromote()
862 if (isSource(V) || shouldPromote(V)) { in TryToPromote()
H A DCodeGenPrepare.cpp7771 bool shouldPromote(const Instruction *ToBePromoted) const { in shouldPromote() function in __anon1d600f581911::VectorPromoteHelper
7923 if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted)) in optimizeExtractElementInst()