Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp380 bool AllowDifferingSizes, in slotOnlyDiscardsData() argument
413 (!AllowDifferingSizes && BitsProvided != BitsRequired)) in slotOnlyDiscardsData()
587 bool *AllowDifferingSizes) { in attributesPermitTailCall() argument
590 bool &ADS = AllowDifferingSizes ? *AllowDifferingSizes : DummyADS; in attributesPermitTailCall()
658 bool AllowDifferingSizes; in returnTypeIsEligibleForTailCall() local
659 if (!attributesPermitTailCall(F, I, Ret, TLI, &AllowDifferingSizes)) in returnTypeIsEligibleForTailCall()
705 AllowDifferingSizes, TLI, in returnTypeIsEligibleForTailCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAnalysis.h141 bool *AllowDifferingSizes = nullptr);