Searched refs:Field1Ty (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | LoongArch.cpp | 32 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 120 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFARsEligibleStructHelper() 122 if (!Field1Ty) { in detectFARsEligibleStructHelper() 123 Field1Ty = CGT.ConvertType(Ty); in detectFARsEligibleStructHelper() 136 if (Field1Ty) in detectFARsEligibleStructHelper() 141 Field1Ty = CGT.ConvertType(EltTy); in detectFARsEligibleStructHelper() 143 Field2Ty = Field1Ty; in detectFARsEligibleStructHelper() [all …]
|
H A D | RISCV.cpp | 32 llvm::Type *&Field1Ty, 56 bool detectFPCCEligibleStruct(QualType Ty, llvm::Type *&Field1Ty, 60 ABIArgInfo coerceAndExpandFPCCEligibleStruct(llvm::Type *Field1Ty, 109 llvm::Type *&Field1Ty, in detectFPCCEligibleStructHelper() argument 126 if (IsInt && Field1Ty && Field1Ty->isIntegerTy()) in detectFPCCEligibleStructHelper() 128 if (!Field1Ty) { in detectFPCCEligibleStructHelper() 129 Field1Ty = CGT.ConvertType(Ty); in detectFPCCEligibleStructHelper() 142 if (Field1Ty) in detectFPCCEligibleStructHelper() 147 Field1Ty = CGT.ConvertType(EltTy); in detectFPCCEligibleStructHelper() 149 Field2Ty = Field1Ty; in detectFPCCEligibleStructHelper() [all …]
|