Home
last modified time | relevance | path

Searched refs:VarSize (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp689 uint64_t VarSize = in makeRegisterGlobalsFn() local
701 llvm::ConstantInt::get(VarSizeTy, VarSize), in makeRegisterGlobalsFn()
712 llvm::ConstantInt::get(VarSizeTy, VarSize), in makeRegisterGlobalsFn()
1212 uint64_t VarSize = in createOffloadingEntries() local
1232 M, Kind, I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
1237 M, Kind, I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
1243 M, Kind, I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
1248 M, Kind, I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
H A DCGDecl.cpp375 CharUnits VarSize = CGM.getContext().getTypeSizeInChars(D.getType()) + in AddInitializerToStaticVarDecl() local
379 assert(VarSize == CstSize && "Emitted constant has unexpected size"); in AddInitializerToStaticVarDecl()
H A DCodeGenModule.cpp5805 CharUnits VarSize = getContext().getTypeSizeInChars(ASTTy) + in EmitGlobalVarDefinition() local
5809 assert(VarSize == CstSize && "Emitted constant has unexpected size"); in EmitGlobalVarDefinition()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h403 int64_t VarSize; variable
414 int64_t VarSize, in OffloadEntryInfoDeviceGlobalVar() argument
419 VarSize(VarSize), Linkage(Linkage), VarName(VarName) { in OffloadEntryInfoDeviceGlobalVar()
423 int64_t getVarSize() const { return VarSize; } in getVarSize()
425 void setVarSize(int64_t Size) { VarSize = Size; } in setVarSize()
440 StringRef VarName, Constant *Addr, int64_t VarSize,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp447 uint64_t VarSize) { in transferSRADebugInfo() argument
498 if (FragmentSizeInBits < VarSize) { in transferSRADebugInfo()
572 uint64_t VarSize = DL.getTypeSizeInBits(GV->getValueType()); in SRAGlobal() local
595 DL.getTypeAllocSizeInBits(Ty), VarSize); in SRAGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp9975 int64_t VarSize; in registerTargetGlobalVariable() local
9987 VarSize = divideCeil( in registerTargetGlobalVariable()
9990 VarSize = 0; in registerTargetGlobalVariable()
10030 VarSize = M.getDataLayout().getPointerSize(); in registerTargetGlobalVariable()
10034 OffloadInfoManager.registerDeviceGlobalVarEntryInfo(VarName, Addr, VarSize, in registerTargetGlobalVariable()
10206 StringRef VarName, Constant *Addr, int64_t VarSize, in registerDeviceGlobalVarEntryInfo() argument
10215 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo()
10220 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo()
10229 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo()
10236 Addr, VarSize, Flags, Linkage, in registerDeviceGlobalVarEntryInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp7277 auto VarSize = V.getSizeInBits(); in verifyFragmentExpression() local
7278 if (!VarSize) in verifyFragmentExpression()
7283 CheckDI(FragSize + FragOffset <= *VarSize, in verifyFragmentExpression()
7285 CheckDI(FragSize != *VarSize, "fragment covers entire variable", Desc, &V); in verifyFragmentExpression()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1670 if (auto VarSize = Var->getSizeInBits()) in handleDebugValue() local
1671 BitsToDescribe = *VarSize; in handleDebugValue()