Searched refs:RISCVABIInfo (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 10845 class RISCVABIInfo : public DefaultABIInfo { class 10862 RISCVABIInfo(CodeGen::CodeGenTypes &CGT, unsigned XLen, unsigned FLen) in RISCVABIInfo() function in __anon8ad051811e11::RISCVABIInfo 10889 void RISCVABIInfo::computeInfo(CGFunctionInfo &FI) const { in computeInfo() 10933 bool RISCVABIInfo::detectFPCCEligibleStructHelper(QualType Ty, CharUnits CurOff, in detectFPCCEligibleStructHelper() 11057 bool RISCVABIInfo::detectFPCCEligibleStruct(QualType Ty, llvm::Type *&Field1Ty, in detectFPCCEligibleStruct() 11088 ABIArgInfo RISCVABIInfo::coerceAndExpandFPCCEligibleStruct( in coerceAndExpandFPCCEligibleStruct() 11135 ABIArgInfo RISCVABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType() 11254 ABIArgInfo RISCVABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType() 11267 Address RISCVABIInfo::EmitVAArg(CodeGenFunction &CGF, Address VAListAddr, in EmitVAArg() 11288 ABIArgInfo RISCVABIInfo::extendType(QualType Ty) const { in extendType() [all …]
|