Searched refs:Field1Off (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | LoongArch.cpp | 33 CharUnits &Field1Off, 53 CharUnits &Field1Off, llvm::Type *&Field2Ty, 57 CharUnits Field1Off, 104 QualType Ty, CharUnits CurOff, llvm::Type *&Field1Ty, CharUnits &Field1Off, in detectFARsEligibleStructHelper() argument 124 Field1Off = CurOff; in detectFARsEligibleStructHelper() 142 Field1Off = CurOff; in detectFARsEligibleStructHelper() 144 Field2Off = Field1Off + getContext().getTypeSizeInChars(EltTy); in detectFARsEligibleStructHelper() 160 if (!detectFARsEligibleStructHelper(EltTy, CurOff, Field1Ty, Field1Off, in detectFARsEligibleStructHelper() 188 Field1Ty, Field1Off, Field2Ty, Field2Off)) in detectFARsEligibleStructHelper() 210 Field1Ty, Field1Off, Field2Ty, Field2Off)) in detectFARsEligibleStructHelper() [all …]
|
H A D | RISCV.cpp | 33 CharUnits &Field1Off, 57 CharUnits &Field1Off, llvm::Type *&Field2Ty, 61 CharUnits Field1Off, 110 CharUnits &Field1Off, in detectFPCCEligibleStructHelper() argument 130 Field1Off = CurOff; in detectFPCCEligibleStructHelper() 148 Field1Off = CurOff; in detectFPCCEligibleStructHelper() 150 Field2Off = Field1Off + getContext().getTypeSizeInChars(EltTy); in detectFPCCEligibleStructHelper() 167 Field1Off, Field2Ty, Field2Off); in detectFPCCEligibleStructHelper() 194 Field1Ty, Field1Off, Field2Ty, in detectFPCCEligibleStructHelper() 218 Field1Ty, Field1Off, Field2Ty, Field2Off); in detectFPCCEligibleStructHelper() [all …]
|