Home
last modified time | relevance | path

Searched defs:BaseOffset (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBaseSubobject.h35 CharUnits BaseOffset; variable
39 BaseSubobject(const CXXRecordDecl *Base, CharUnits BaseOffset) in BaseSubobject()
H A DVTTBuilder.h34 CharUnits BaseOffset; variable
38 VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual) in VTTVTable()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTTBuilder.cpp71 CharUnits BaseOffset = Base.getBaseOffset() + in LayoutSecondaryVTTs() local
108 CharUnits BaseOffset; in LayoutSecondaryVirtualPointers() local
166 CharUnits BaseOffset = in LayoutVirtualVTTs() local
H A DVTableBuilder.cpp35 struct BaseOffset { struct
37 const CXXRecordDecl *DerivedClass;
42 const CXXRecordDecl *VirtualBase;
48 CharUnits NonVirtualOffset;
50 BaseOffset() : DerivedClass(nullptr), VirtualBase(nullptr), in BaseOffset() argument
52 BaseOffset(const CXXRecordDecl *DerivedClass, in BaseOffset() function
57 bool isEmpty() const { return NonVirtualOffset.isZero() && !VirtualBase; } in isEmpty()
190 CharUnits BaseOffset = SubobjectOffsets[std::make_pair(MD->getParent(), in FinalOverriders() local
350 CharUnits BaseOffset; in ComputeBaseOffsets() local
390 CharUnits BaseOffset; in dump() local
[all …]
H A DRecordLayoutBuilder.cpp286 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(Base->Class); in CanPlaceBaseSubobjectAtOffset() local
336 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(Base->Class); in UpdateEmptyBaseSubobjects() local
397 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(BaseDecl); in CanPlaceFieldSubobjectAtOffset() local
508 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(BaseDecl); in UpdateEmptyFieldSubobjects() local
1146 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(Base->Class); in AddPrimaryVirtualBaseOffsets() local
2945 CharUnits BaseOffset; in layoutNonVirtualBase() local
3197 CharUnits BaseOffset; in layoutVirtualBases() local
3661 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(Base); in DumpRecordLayout() local
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutbuffer.c183 UINT32 BaseOffset) in AcpiUtDumpBuffer()
373 UINT32 BaseOffset) in AcpiUtDumpBufferToFile()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp292 int64_t BaseOffset, in lookupCandidateBaseReg()
365 int64_t BaseOffset = 0; in insertFrameReferenceRegisters() local
H A DInterleavedLoadCombinePass.cpp990 APInt BaseOffset(PointerBits, 0); in computePolynomialFromPointer() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h162 SourceLocationEncoding::encode(SourceLocation Loc, UIntTy BaseOffset, in encode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp112 const uint64_t BaseOffset = ST.getExplicitKernelArgOffset(); in lowerKernelArguments() local
H A DAMDGPUCallLowering.cpp528 const unsigned BaseOffset = Subtarget->getExplicitKernelArgOffset(); in lowerFormalArgumentsKernel() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp265 uint64_t BaseOffset = Blocks.front(); in formatMsfStreamBlocks() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp330 CodeGenTBAA::CollectFields(uint64_t BaseOffset, in CollectFields()
H A DCGClass.cpp487 CharUnits BaseOffset = ForVirtualBase ? in GetVTTParameter() local
2643 CharUnits BaseOffset; in getVTablePointers() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp200 const unsigned BaseOffset = StartArgIndexAtOne ? 1 : 0; in argHasNVVMAnnotation() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h141 uint64_t BaseOffset; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp585 int64_t BaseOffset = Stores[0].Offset; in tryOptimizeConsecStores() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp692 CharUnits BaseOffset = CharUnits::fromQuantity(16 * i + Offset); in EmitAAPCSVAArg() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp488 Immediate BaseOffset = Immediate::getZero(); member
1817 GlobalValue *BaseGV, Immediate BaseOffset, in isAMCompletelyFolded()
1882 GlobalValue *BaseGV, Immediate BaseOffset, in isAMCompletelyFolded()
1925 Immediate BaseOffset, bool HasBaseReg, int64_t Scale) { in isLegalUse()
2015 GlobalValue *BaseGV, Immediate BaseOffset, in isAlwaysFoldable()
2055 Immediate BaseOffset = ExtractImmediate(S, SE); in isAlwaysFoldable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1521 int BaseOffset = -AFI->getTaggedBasePointerOffset(); in expandMI() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1128 uint64_t BaseOffset = 0; in getCodeViewJumpTableInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp412 int64_t BaseOffset, in isLegalAddressingMode()
547 Type *Ty, GlobalValue *BaseGV, StackOffset BaseOffset, bool HasBaseReg, in getScalingFactorCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h2360 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode()
2452 StackOffset BaseOffset, bool HasBaseReg, in getScalingFactorCost()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp65 ContiguousBlobAccumulator(uint64_t BaseOffset, uint64_t SizeLimit) in ContiguousBlobAccumulator()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5087 unsigned BaseOffset = OverflowOffset; in visitCallBase() local
5136 unsigned BaseOffset = OverflowOffset; in visitCallBase() local
5415 unsigned BaseOffset = OverflowOffset; in visitCallBase() local

12