Searched refs:RISCVABIInfo (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 10298 class RISCVABIInfo : public DefaultABIInfo { class 10315 RISCVABIInfo(CodeGen::CodeGenTypes &CGT, unsigned XLen, unsigned FLen) in RISCVABIInfo() function in __anon57a50d411c11::RISCVABIInfo 10342 void RISCVABIInfo::computeInfo(CGFunctionInfo &FI) const { in computeInfo() 10386 bool RISCVABIInfo::detectFPCCEligibleStructHelper(QualType Ty, CharUnits CurOff, in detectFPCCEligibleStructHelper() 10497 bool RISCVABIInfo::detectFPCCEligibleStruct(QualType Ty, llvm::Type *&Field1Ty, in detectFPCCEligibleStruct() 10528 ABIArgInfo RISCVABIInfo::coerceAndExpandFPCCEligibleStruct( in coerceAndExpandFPCCEligibleStruct() 10575 ABIArgInfo RISCVABIInfo::classifyArgumentType(QualType Ty, bool IsFixed, in classifyArgumentType() 10694 ABIArgInfo RISCVABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType() 10707 Address RISCVABIInfo::EmitVAArg(CodeGenFunction &CGF, Address VAListAddr, in EmitVAArg() 10727 ABIArgInfo RISCVABIInfo::extendType(QualType Ty) const { in extendType() [all …]
|