Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h50 ABIArgInfo coerceToIntArray(QualType Ty, ASTContext &Context,
H A DABIInfoImpl.cpp79 ABIArgInfo CodeGen::coerceToIntArray(QualType Ty, ASTContext &Context, in coerceToIntArray() function in CodeGen
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp427 return coerceToIntArray(Ty, getContext(), getVMContext()); in classifyArgumentType()
616 return coerceToIntArray(RetTy, getContext(), getVMContext()); in classifyReturnType()
H A DAArch64.cpp345 return coerceToIntArray(Ty, getContext(), getVMContext()); in classifyArgumentType()
415 return coerceToIntArray(RetTy, getContext(), getVMContext()); in classifyReturnType()