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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp166 bool shouldPromote(Value *V);
389 bool TypePromotion::shouldPromote(Value *V) { function in class:TypePromotion
816 if (!isSupportedValue(V) || !shouldPromote(V) || !isLegalToPromote(V))
840 if (!isSupportedValue(V) || (shouldPromote(V) && !isLegalToPromote(V))) {
888 if (isSource(V) || shouldPromote(V)) {
H A DCodeGenPrepare.cpp6978 bool shouldPromote(const Instruction *ToBePromoted) const { function in class:__anon3451::VectorPromoteHelper
7077 llvm_unreachable("Did you modified shouldPromote and forgot to update "
7130 if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted))

Completed in 124 milliseconds