Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h50 ABIArgInfo coerceToIntArray(QualType Ty, ASTContext &Context,
H A DABIInfoImpl.cpp82 ABIArgInfo CodeGen::coerceToIntArray(QualType Ty, ASTContext &Context, in coerceToIntArray() function in CodeGen
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp425 return coerceToIntArray(Ty, getContext(), getVMContext()); in classifyArgumentType()
614 return coerceToIntArray(RetTy, getContext(), getVMContext()); in classifyReturnType()
H A DAArch64.cpp361 return coerceToIntArray(Ty, getContext(), getVMContext()); in classifyArgumentType()
431 return coerceToIntArray(RetTy, getContext(), getVMContext()); in classifyReturnType()