Searched refs:diagnoseIfNeedsFPReg (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AArch64.cpp | 840 static void diagnoseIfNeedsFPReg(DiagnosticsEngine &Diags, in diagnoseIfNeedsFPReg() function 863 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, in checkFunctionABI() 867 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, PVD->getType(), in checkFunctionABI() 912 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, ReturnType, in checkFunctionCallABISoftFloat() 916 diagnoseIfNeedsFPReg(CGM.getDiags(), TI.getABI(), ABIInfo, Arg.getType(), in checkFunctionCallABISoftFloat()
|