Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp417 bool AllowDifferingSizes, in slotOnlyDiscardsData() argument
450 (!AllowDifferingSizes && BitsProvided != BitsRequired)) in slotOnlyDiscardsData()
621 bool *AllowDifferingSizes) { in attributesPermitTailCall() argument
624 bool &ADS = AllowDifferingSizes ? *AllowDifferingSizes : DummyADS; in attributesPermitTailCall()
706 bool AllowDifferingSizes; in returnTypeIsEligibleForTailCall() local
707 if (!attributesPermitTailCall(F, I, Ret, TLI, &AllowDifferingSizes)) in returnTypeIsEligibleForTailCall()
768 AllowDifferingSizes, TLI, in returnTypeIsEligibleForTailCall()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAnalysis.h145 bool *AllowDifferingSizes = nullptr);