Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DTargetInfo.h168 virtual bool doesReturnSlotInterfereWithArgs() const { return true; } in doesReturnSlotInterfereWithArgs() function
DCGCall.cpp1554 getTargetCodeGenInfo().doesReturnSlotInterfereWithArgs(); in ReturnSlotInterferesWithArgs()
DTargetInfo.cpp5493 bool doesReturnSlotInterfereWithArgs() const override { return false; } in doesReturnSlotInterfereWithArgs() function in __anon10db01690611::AArch64TargetCodeGenInfo