Home
last modified time | relevance | path

Searched refs:Field1Ty (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp32 llvm::Type *&Field1Ty,
52 bool detectFARsEligibleStruct(QualType Ty, llvm::Type *&Field1Ty,
56 ABIArgInfo coerceAndExpandFARsEligibleStruct(llvm::Type *Field1Ty,
104 QualType Ty, CharUnits CurOff, llvm::Type *&Field1Ty, CharUnits &Field1Off, in detectFARsEligibleStructHelper() argument
119 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFARsEligibleStructHelper()
121 if (!Field1Ty) { in detectFARsEligibleStructHelper()
122 Field1Ty = CGT.ConvertType(Ty); in detectFARsEligibleStructHelper()
135 if (Field1Ty) in detectFARsEligibleStructHelper()
140 Field1Ty = CGT.ConvertType(EltTy); in detectFARsEligibleStructHelper()
142 Field2Ty = Field1Ty; in detectFARsEligibleStructHelper()
[all …]
H A DRISCV.cpp33 llvm::Type *&Field1Ty,
60 bool detectFPCCEligibleStruct(QualType Ty, llvm::Type *&Field1Ty,
64 ABIArgInfo coerceAndExpandFPCCEligibleStruct(llvm::Type *Field1Ty,
180 llvm::Type *&Field1Ty, in detectFPCCEligibleStructHelper() argument
197 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFPCCEligibleStructHelper()
199 if (!Field1Ty) { in detectFPCCEligibleStructHelper()
200 Field1Ty = CGT.ConvertType(Ty); in detectFPCCEligibleStructHelper()
213 if (Field1Ty) in detectFPCCEligibleStructHelper()
218 Field1Ty = CGT.ConvertType(EltTy); in detectFPCCEligibleStructHelper()
220 Field2Ty = Field1Ty; in detectFPCCEligibleStructHelper()
[all …]