Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp1353 bool SwapThisWithSRet = false; in construct() local
1357 SwapThisWithSRet = RetAI.isSRetAfterThis(); in construct()
1358 SRetArgNo = SwapThisWithSRet ? 1 : IRArgNo++; in construct()
1409 if (IRArgNo == 1 && SwapThisWithSRet) in construct()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1448 bool SwapThisWithSRet = false; in construct() local
1452 SwapThisWithSRet = RetAI.isSRetAfterThis(); in construct()
1453 SRetArgNo = SwapThisWithSRet ? 1 : IRArgNo++; in construct()
1505 if (IRArgNo == 1 && SwapThisWithSRet) in construct()