Searched refs:Field2Ty (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | LoongArch.cpp | 34 llvm::Type *&Field2Ty, 53 CharUnits &Field1Off, llvm::Type *&Field2Ty, 58 llvm::Type *Field2Ty, 105 llvm::Type *&Field2Ty, CharUnits &Field2Off) const { in detectFARsEligibleStructHelper() argument 126 if (!Field2Ty) { in detectFARsEligibleStructHelper() 127 Field2Ty = CGT.ConvertType(Ty); in detectFARsEligibleStructHelper() 142 Field2Ty = Field1Ty; in detectFARsEligibleStructHelper() 160 Field2Ty, Field2Off)) in detectFARsEligibleStructHelper() 187 Field1Ty, Field1Off, Field2Ty, Field2Off)) in detectFARsEligibleStructHelper() 209 Field1Ty, Field1Off, Field2Ty, Field2Off)) in detectFARsEligibleStructHelper() [all …]
|
| H A D | RISCV.cpp | 35 llvm::Type *&Field2Ty, 61 CharUnits &Field1Off, llvm::Type *&Field2Ty, 66 llvm::Type *Field2Ty, 182 llvm::Type *&Field2Ty, in detectFPCCEligibleStructHelper() argument 204 if (!Field2Ty) { in detectFPCCEligibleStructHelper() 205 Field2Ty = CGT.ConvertType(Ty); in detectFPCCEligibleStructHelper() 220 Field2Ty = Field1Ty; in detectFPCCEligibleStructHelper() 238 Field1Off, Field2Ty, Field2Off); in detectFPCCEligibleStructHelper() 265 Field1Ty, Field1Off, Field2Ty, in detectFPCCEligibleStructHelper() 289 Field1Ty, Field1Off, Field2Ty, Field2Off); in detectFPCCEligibleStructHelper() [all …]
|