Home
last modified time | relevance | path

Searched refs:CurOff (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp31 bool detectFARsEligibleStructHelper(QualType Ty, CharUnits CurOff,
104 QualType Ty, CharUnits CurOff, llvm::Type *&Field1Ty, CharUnits &Field1Off, in detectFARsEligibleStructHelper() argument
124 Field1Off = CurOff; in detectFARsEligibleStructHelper()
129 Field2Off = CurOff; in detectFARsEligibleStructHelper()
142 Field1Off = CurOff; in detectFARsEligibleStructHelper()
160 if (!detectFARsEligibleStructHelper(EltTy, CurOff, Field1Ty, Field1Off, in detectFARsEligibleStructHelper()
163 CurOff += EltSize; in detectFARsEligibleStructHelper()
187 B.getType(), CurOff + Layout.getBaseClassOffset(BDecl), in detectFARsEligibleStructHelper()
208 CurOff + getContext().toCharUnitsFromBits( in detectFARsEligibleStructHelper()
H A DRISCV.cpp31 bool detectFPCCEligibleStructHelper(QualType Ty, CharUnits CurOff,
108 bool RISCVABIInfo::detectFPCCEligibleStructHelper(QualType Ty, CharUnits CurOff, in detectFPCCEligibleStructHelper() argument
130 Field1Off = CurOff; in detectFPCCEligibleStructHelper()
135 Field2Off = CurOff; in detectFPCCEligibleStructHelper()
148 Field1Off = CurOff; in detectFPCCEligibleStructHelper()
166 bool Ret = detectFPCCEligibleStructHelper(EltTy, CurOff, Field1Ty, in detectFPCCEligibleStructHelper()
170 CurOff += EltSize; in detectFPCCEligibleStructHelper()
193 bool Ret = detectFPCCEligibleStructHelper(B.getType(), CurOff + BaseOff, in detectFPCCEligibleStructHelper()
217 QTy, CurOff + getContext().toCharUnitsFromBits(FieldOffInBits), in detectFPCCEligibleStructHelper()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1067 unsigned CurOff = Layout->getElementOffset(i); in constStructWithPadding() local
1068 if (SizeSoFar < CurOff) { in constStructWithPadding()
1070 auto *PadTy = llvm::ArrayType::get(Int8Ty, CurOff - SizeSoFar); in constStructWithPadding()
1082 SizeSoFar = CurOff + DL.getTypeAllocSize(CurOp->getType()); in constStructWithPadding()
1258 CharUnits CurOff = in emitStoresForConstant() local
1261 Loc.withElementType(CGM.Int8Ty), CurOff); in emitStoresForConstant()