Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp33 CharUnits &Field1Off,
53 CharUnits &Field1Off, llvm::Type *&Field2Ty,
57 CharUnits Field1Off,
104 QualType Ty, CharUnits CurOff, llvm::Type *&Field1Ty, CharUnits &Field1Off, in detectFARsEligibleStructHelper() argument
123 Field1Off = CurOff; in detectFARsEligibleStructHelper()
141 Field1Off = CurOff; in detectFARsEligibleStructHelper()
143 Field2Off = Field1Off + getContext().getTypeSizeInChars(EltTy); in detectFARsEligibleStructHelper()
159 if (!detectFARsEligibleStructHelper(EltTy, CurOff, Field1Ty, Field1Off, in detectFARsEligibleStructHelper()
187 Field1Ty, Field1Off, Field2Ty, Field2Off)) in detectFARsEligibleStructHelper()
209 Field1Ty, Field1Off, Field2Ty, Field2Off)) in detectFARsEligibleStructHelper()
[all …]
H A DRISCV.cpp34 CharUnits &Field1Off,
61 CharUnits &Field1Off, llvm::Type *&Field2Ty,
65 CharUnits Field1Off,
181 CharUnits &Field1Off, in detectFPCCEligibleStructHelper() argument
201 Field1Off = CurOff; in detectFPCCEligibleStructHelper()
219 Field1Off = CurOff; in detectFPCCEligibleStructHelper()
221 Field2Off = Field1Off + getContext().getTypeSizeInChars(EltTy); in detectFPCCEligibleStructHelper()
238 Field1Off, Field2Ty, Field2Off); in detectFPCCEligibleStructHelper()
265 Field1Ty, Field1Off, Field2Ty, in detectFPCCEligibleStructHelper()
289 Field1Ty, Field1Off, Field2Ty, Field2Off); in detectFPCCEligibleStructHelper()
[all …]