Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp1841 return getIndirectResult(Ty, false, State); in classifyArgumentType()
1866 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType()
1873 return getIndirectResult(Ty, true, State); in classifyArgumentType()
1897 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType()
1910 return getIndirectResult(Ty, true, State); in classifyArgumentType()
1922 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType()
1958 return getIndirectResult(Ty, /*ByVal=*/false, State); in classifyArgumentType()
3246 ABIArgInfo X86_64ABIInfo::getIndirectResult(QualType Ty, in getIndirectResult() function in X86_64ABIInfo
3789 return getIndirectResult(Ty, freeIntRegs); in classifyArgumentType()
4028 it->info = getIndirectResult(it->type, FreeIntRegs); in computeInfo()
[all …]