Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp34 llvm::Type *&Field2Ty,
53 CharUnits &Field1Off, llvm::Type *&Field2Ty,
58 llvm::Type *Field2Ty,
105 llvm::Type *&Field2Ty, CharUnits &Field2Off) const { in detectFARsEligibleStructHelper() argument
127 if (!Field2Ty) { in detectFARsEligibleStructHelper()
128 Field2Ty = CGT.ConvertType(Ty); in detectFARsEligibleStructHelper()
143 Field2Ty = Field1Ty; in detectFARsEligibleStructHelper()
161 Field2Ty, Field2Off)) in detectFARsEligibleStructHelper()
188 Field1Ty, Field1Off, Field2Ty, Field2Off)) in detectFARsEligibleStructHelper()
210 Field1Ty, Field1Off, Field2Ty, Field2Off)) in detectFARsEligibleStructHelper()
[all …]
H A DRISCV.cpp34 llvm::Type *&Field2Ty,
57 CharUnits &Field1Off, llvm::Type *&Field2Ty,
62 llvm::Type *Field2Ty,
111 llvm::Type *&Field2Ty, in detectFPCCEligibleStructHelper() argument
133 if (!Field2Ty) { in detectFPCCEligibleStructHelper()
134 Field2Ty = CGT.ConvertType(Ty); in detectFPCCEligibleStructHelper()
149 Field2Ty = Field1Ty; in detectFPCCEligibleStructHelper()
167 Field1Off, Field2Ty, Field2Off); in detectFPCCEligibleStructHelper()
194 Field1Ty, Field1Off, Field2Ty, in detectFPCCEligibleStructHelper()
218 Field1Ty, Field1Off, Field2Ty, Field2Off); in detectFPCCEligibleStructHelper()
[all …]