Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPNaCl.cpp67 RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
H A DLanai.cpp96 } else if (RAA == CGCXXABI::RAA_DirectInMemory) { in classifyArgumentType()
H A DCSKY.cpp87 /*ByVal=*/RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
H A DARC.cpp103 if (RAA == CGCXXABI::RAA_DirectInMemory) in classifyArgumentType()
H A DWebAssembly.cpp107 RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
H A DSparc.cpp275 RAA == CGCXXABI::RAA_DirectInMemory); in classifyType()
H A DPPC.cpp212 RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
855 RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
H A DMips.cpp230 RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
H A DHexagon.cpp117 RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
H A DLoongArch.cpp309 /*ByVal=*/RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
H A DSPIR.cpp187 RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
H A DSystemZ.cpp434 RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
H A DRISCV.cpp602 /*ByVal=*/RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
H A DARM.cpp402 RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
H A DAMDGPU.cpp236 RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
H A DX86.cpp767 } else if (RAA == CGCXXABI::RAA_DirectInMemory) { in classifyArgumentType()
2237 RAA == CGCXXABI::RAA_DirectInMemory); in getIndirectResult()
3312 RAA == CGCXXABI::RAA_DirectInMemory); in classify()
H A DAArch64.cpp421 /*ByVal=*/RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp25 RAA == CGCXXABI::RAA_DirectInMemory); in classifyArgumentType()
H A DCGCXXABI.h158 RAA_DirectInMemory, enumerator
H A DCodeGenFunction.cpp739 return RD && ABI.getRecordArgABI(RD) == CGCXXABI::RAA_DirectInMemory; in isInAllocaArgument()
H A DMicrosoftCXXABI.cpp879 return RAA_DirectInMemory; in getRecordArgABI()
H A DCGCall.cpp4214 return RD && ABI.getRecordArgABI(RD) == CGCXXABI::RAA_DirectInMemory; in isInAllocaArgument()