Searched refs:CurOff (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | LoongArch.cpp | 31 bool detectFARsEligibleStructHelper(QualType Ty, CharUnits CurOff, 104 QualType Ty, CharUnits CurOff, llvm::Type *&Field1Ty, CharUnits &Field1Off, in detectFARsEligibleStructHelper() argument 123 Field1Off = CurOff; in detectFARsEligibleStructHelper() 128 Field2Off = CurOff; in detectFARsEligibleStructHelper() 141 Field1Off = CurOff; in detectFARsEligibleStructHelper() 159 if (!detectFARsEligibleStructHelper(EltTy, CurOff, Field1Ty, Field1Off, in detectFARsEligibleStructHelper() 162 CurOff += EltSize; in detectFARsEligibleStructHelper() 186 B.getType(), CurOff + Layout.getBaseClassOffset(BDecl), in detectFARsEligibleStructHelper() 207 CurOff + getContext().toCharUnitsFromBits( in detectFARsEligibleStructHelper()
|
| H A D | RISCV.cpp | 32 bool detectFPCCEligibleStructHelper(QualType Ty, CharUnits CurOff, 179 bool RISCVABIInfo::detectFPCCEligibleStructHelper(QualType Ty, CharUnits CurOff, in detectFPCCEligibleStructHelper() argument 201 Field1Off = CurOff; in detectFPCCEligibleStructHelper() 206 Field2Off = CurOff; in detectFPCCEligibleStructHelper() 219 Field1Off = CurOff; in detectFPCCEligibleStructHelper() 237 bool Ret = detectFPCCEligibleStructHelper(EltTy, CurOff, Field1Ty, in detectFPCCEligibleStructHelper() 241 CurOff += EltSize; in detectFPCCEligibleStructHelper() 264 bool Ret = detectFPCCEligibleStructHelper(B.getType(), CurOff + BaseOff, in detectFPCCEligibleStructHelper() 288 QTy, CurOff + getContext().toCharUnitsFromBits(FieldOffInBits), in detectFPCCEligibleStructHelper()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1059 unsigned CurOff = Layout->getElementOffset(i); in constStructWithPadding() local 1060 if (SizeSoFar < CurOff) { in constStructWithPadding() 1062 auto *PadTy = llvm::ArrayType::get(Int8Ty, CurOff - SizeSoFar); in constStructWithPadding() 1074 SizeSoFar = CurOff + DL.getTypeAllocSize(CurOp->getType()); in constStructWithPadding() 1253 CharUnits CurOff = in emitStoresForConstant() local 1256 Loc.withElementType(CGM.Int8Ty), CurOff); in emitStoresForConstant()
|