Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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.cpp34 struct BaseOffset { struct
36 const CXXRecordDecl *DerivedClass;
41 const CXXRecordDecl *VirtualBase;
47 CharUnits NonVirtualOffset;
49 BaseOffset() : DerivedClass(nullptr), VirtualBase(nullptr), in BaseOffset() function
51 BaseOffset(const CXXRecordDecl *DerivedClass, in BaseOffset() argument
56 bool isEmpty() const { return NonVirtualOffset.isZero() && !VirtualBase; } in isEmpty()
189 CharUnits BaseOffset = SubobjectOffsets[std::make_pair(MD->getParent(), in FinalOverriders() local
349 CharUnits BaseOffset; in ComputeBaseOffsets() local
389 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
1139 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(Base->Class); in AddPrimaryVirtualBaseOffsets() local
2858 CharUnits BaseOffset; in layoutNonVirtualBase() local
3081 CharUnits BaseOffset; in layoutVirtualBases() local
3540 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(Base); in DumpRecordLayout() local
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutbuffer.c75 UINT32 BaseOffset) in AcpiUtDumpBuffer()
265 UINT32 BaseOffset) in AcpiUtDumpBufferToFile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp270 int64_t BaseOffset, in lookupCandidateBaseReg()
344 int64_t BaseOffset = 0; in insertFrameReferenceRegisters() local
H A DInterleavedLoadCombinePass.cpp986 APInt BaseOffset(PointerBits, 0); in computePolynomialFromPointer() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp72 const uint64_t BaseOffset = ST.getExplicitKernelArgOffset(F); in runOnFunction() local
H A DAMDGPUCallLowering.cpp507 const unsigned BaseOffset = Subtarget->getExplicitKernelArgOffset(F); in lowerFormalArgumentsKernel() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp258 uint64_t BaseOffset = Blocks.front(); in formatMsfStreamBlocks() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp276 CodeGenTBAA::CollectFields(uint64_t BaseOffset, in CollectFields()
H A DCGClass.cpp486 CharUnits BaseOffset = ForVirtualBase ? in GetVTTParameter() local
2572 CharUnits BaseOffset; in getVTablePointers() local
H A DCGObjCGNU.cpp1848 uint64_t BaseOffset = ComputeIvarBaseOffset(CGM, OID, IVD); in GenerateClass() local
3465 uint64_t BaseOffset = ComputeIvarBaseOffset(CGM, OID, IVD); in GenerateClass() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp344 int64_t BaseOffset = 0; member
1632 GlobalValue *BaseGV, int64_t BaseOffset, in isAMCompletelyFolded()
1687 GlobalValue *BaseGV, int64_t BaseOffset, in isAMCompletelyFolded()
1725 int64_t BaseOffset, bool HasBaseReg, int64_t Scale) { in isLegalUse()
1799 GlobalValue *BaseGV, int64_t BaseOffset, in isAlwaysFoldable()
1829 int64_t BaseOffset = ExtractImmediate(S, SE); in isAlwaysFoldable() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp760 MutableArrayRef<char> Data, uint64_t BaseOffset, bool IsLittleEndian) { in applyValidRelocs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1119 int BaseOffset = -AFI->getTaggedBasePointerOffset(); in expandMI() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp338 int64_t BaseOffset, in isLegalAddressingMode()
426 Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, in getScalingFactorCost()
H A DBasicAliasAnalysis.cpp1720 LocationSize MaybeV1Size, LocationSize MaybeV2Size, const APInt &BaseOffset, in constantOffsetHeuristic()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1849 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode()
1910 int64_t BaseOffset, bool HasBaseReg, in getScalingFactorCost()
H A DTargetTransformInfoImpl.h274 int64_t BaseOffset, bool HasBaseReg, in getScalingFactorCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp62 ContiguousBlobAccumulator(uint64_t BaseOffset, uint64_t SizeLimit) in ContiguousBlobAccumulator()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c663 LLVMMetadataRef BaseTy, value BaseOffset, in llvm_dibuild_create_inheritance_native()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h334 int64_t BaseOffset, bool HasBaseReg, in getScalingFactorCost()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1489 CharUnits BaseOffset; in calculateOffset() local

12