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()
586 bool *AllowDifferingSizes) { in attributesPermitTailCall() argument
589 bool &ADS = AllowDifferingSizes ? *AllowDifferingSizes : DummyADS; in attributesPermitTailCall()
657 bool AllowDifferingSizes; in returnTypeIsEligibleForTailCall() local
658 if (!attributesPermitTailCall(F, I, Ret, TLI, &AllowDifferingSizes)) in returnTypeIsEligibleForTailCall()
704 AllowDifferingSizes, TLI, in returnTypeIsEligibleForTailCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAnalysis.h141 bool *AllowDifferingSizes = nullptr);