Home
last modified time | relevance | path

Searched refs:doesReturnSlotInterfereWithArgs (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.h167 virtual bool doesReturnSlotInterfereWithArgs() const { return true; } in doesReturnSlotInterfereWithArgs() function
H A DCGCall.cpp1576 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
H A DTargetInfo.cpp5586 bool doesReturnSlotInterfereWithArgs() const override { return false; } in doesReturnSlotInterfereWithArgs() function in __anon8ad051810711::AArch64TargetCodeGenInfo