Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp1436 bool SwapThisWithSRet = false; in construct() local
1440 SwapThisWithSRet = RetAI.isSRetAfterThis(); in construct()
1441 SRetArgNo = SwapThisWithSRet ? 1 : IRArgNo++; in construct()
1492 if (IRArgNo == 1 && SwapThisWithSRet) in construct()