Searched defs:BaseOffset (Results 1 - 25 of 32) sorted by relevance

12

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DBaseSubobject.h35 CharUnits BaseOffset; member in class:clang::BaseSubobject
39 BaseSubobject(const CXXRecordDecl *Base, CharUnits BaseOffset) argument
H A DVTTBuilder.h34 CharUnits BaseOffset; member in class:clang::VTTVTable
38 VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual) argument
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DVTTBuilder.cpp71 CharUnits BaseOffset = Base.getBaseOffset() + local
108 CharUnits BaseOffset; local
166 CharUnits BaseOffset = local
H A DRecordLayoutBuilder.cpp86 bool getExternalNVBaseOffset(const CXXRecordDecl *RD, CharUnits &BaseOffset) { argument
94 bool getExternalVBaseOffset(const CXXRecordDecl *RD, CharUnits &BaseOffset) { argument
286 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(Base->Class); local
336 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(Base->Class); local
397 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(BaseDecl); local
508 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(BaseDecl); local
1139 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(Base->Class); local
2916 CharUnits BaseOffset; local
3138 CharUnits BaseOffset; local
3600 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(Base); local
[all...]
H A DVTableBuilder.cpp35 struct BaseOffset { struct in namespace:__anon336
50 BaseOffset() : DerivedClass(nullptr), VirtualBase(nullptr), function in struct:__anon336::BaseOffset
52 BaseOffset(const CXXRecordDecl *DerivedClass, function in struct:__anon336::BaseOffset
190 CharUnits BaseOffset = SubobjectOffsets[std::make_pair(MD->getParent(), local
350 CharUnits BaseOffset; local
390 CharUnits BaseOffset; local
739 CharUnits BaseOffset = Base.getBaseOffset() + local
839 const CharUnits BaseOffset; member in struct:__anon336::ItaniumVTableBuilder::MethodInfo
849 MethodInfo(CharUnits BaseOffset, CharUnits BaseOffsetInLayoutClass, uint64_t VTableIndex) argument
1770 CharUnits BaseOffset = Base.getBaseOffset() + RelativeBaseOffset; local
1864 CharUnits BaseOffset = local
2056 CharUnits BaseOffset = local
3514 CharUnits BaseOffset = local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp73 const uint64_t BaseOffset = ST.getExplicitKernelArgOffset(F); local
H A DAMDGPUCallLowering.cpp522 const unsigned BaseOffset = Subtarget->getExplicitKernelArgOffset(F); local
H A DAMDGPUISelDAGToDAG.cpp2417 SDValue BaseOffset = N->getOperand(HasVSrc ? 3 : 2); local
H A DAMDGPUInstructionSelector.cpp1605 Register BaseOffset = MI.getOperand(HasVSrc ? 2 : 1).getReg(); local
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp276 CodeGenTBAA::CollectFields(uint64_t BaseOffset, argument
H A DCGExprConstant.cpp817 CharUnits BaseOffset = Layout.getBaseClassOffset(BD); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp359 int64_t BaseOffset = 0; member in struct:__anon3490::Formula
[all...]
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp265 uint64_t BaseOffset = Blocks.front(); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp346 int64_t BaseOffset = 0; local
272 lookupCandidateBaseReg(unsigned BaseReg, int64_t BaseOffset, int64_t FrameSizeAdjust, int64_t LocalFrameOffset, const MachineInstr &MI, const TargetRegisterInfo *TRI) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1376 int BaseOffset = -AFI->getTaggedBasePointerOffset(); local
H A DAArch64TargetTransformInfo.cpp3385 getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace) const argument
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1528 CharUnits BaseOffset; local
/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp1045 applyValidRelocs( MutableArrayRef<char> Data, uint64_t BaseOffset, bool IsLittleEndian) argument
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c662 llvm_dibuild_create_inheritance_native(value Builder, LLVMMetadataRef Ty, LLVMMetadataRef BaseTy, value BaseOffset, value VBPtrOffset, value Flags) argument
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp918 CreateGCRelocate(Instruction *Statepoint, int BaseOffset, int DerivedOffset, Type *ResultType, const Twine &Name) argument
H A DDIBuilder.cpp368 createInheritance(DIType *Ty, DIType *BaseTy, uint64_t BaseOffset, uint32_t VBPtrOffset, DINode::DIFlags Flags) argument
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp64 ContiguousBlobAccumulator(uint64_t BaseOffset, uint64_t SizeLimit) argument
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp354 isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace, Instruction *I) const argument
468 getScalingFactorCost( Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace) const argument
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h209 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, argument
303 getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace) const argument
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h328 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, argument
383 getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace) argument

Completed in 270 milliseconds

12