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.cpp627 uint64_t VarSize = in makeRegisterGlobalsFn() local
639 llvm::ConstantInt::get(VarSizeTy, VarSize), in makeRegisterGlobalsFn()
650 llvm::ConstantInt::get(VarSizeTy, VarSize), in makeRegisterGlobalsFn()
1142 uint64_t VarSize = in createOffloadingEntries() local
1156 M, I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
1163 M, I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
1168 M, I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
H A DCGDecl.cpp366 CharUnits VarSize = CGM.getContext().getTypeSizeInChars(D.getType()) + in AddInitializerToStaticVarDecl() local
370 assert(VarSize == CstSize && "Emitted constant has unexpected size"); in AddInitializerToStaticVarDecl()
H A DCodeGenModule.cpp5491 CharUnits VarSize = getContext().getTypeSizeInChars(ASTTy) + in EmitGlobalVarDefinition() local
5495 assert(VarSize == CstSize && "Emitted constant has unexpected size"); in EmitGlobalVarDefinition()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h383 int64_t VarSize; variable
394 int64_t VarSize, in OffloadEntryInfoDeviceGlobalVar() argument
399 VarSize(VarSize), Linkage(Linkage), VarName(VarName) { in OffloadEntryInfoDeviceGlobalVar()
403 int64_t getVarSize() const { return VarSize; } in getVarSize()
405 void setVarSize(int64_t Size) { VarSize = Size; } in setVarSize()
421 int64_t VarSize,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp441 uint64_t VarSize) { in transferSRADebugInfo() argument
492 if (FragmentSizeInBits < VarSize) { in transferSRADebugInfo()
566 uint64_t VarSize = DL.getTypeSizeInBits(GV->getValueType()); in SRAGlobal() local
588 DL.getTypeAllocSizeInBits(Ty), VarSize); in SRAGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8713 int64_t VarSize; in registerTargetGlobalVariable() local
8725 VarSize = divideCeil( in registerTargetGlobalVariable()
8728 VarSize = 0; in registerTargetGlobalVariable()
8768 VarSize = M.getDataLayout().getPointerSize(); in registerTargetGlobalVariable()
8772 OffloadInfoManager.registerDeviceGlobalVarEntryInfo(VarName, Addr, VarSize, in registerTargetGlobalVariable()
8944 StringRef VarName, Constant *Addr, int64_t VarSize, in registerDeviceGlobalVarEntryInfo() argument
8953 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo()
8958 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo()
8967 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo()
8974 Addr, VarSize, Flags, Linkage, in registerDeviceGlobalVarEntryInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6881 auto VarSize = V.getSizeInBits(); in verifyFragmentExpression() local
6882 if (!VarSize) in verifyFragmentExpression()
6887 CheckDI(FragSize + FragOffset <= *VarSize, in verifyFragmentExpression()
6889 CheckDI(FragSize != *VarSize, "fragment covers entire variable", Desc, &V); in verifyFragmentExpression()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1679 if (auto VarSize = Var->getSizeInBits()) in handleDebugValue() local
1680 BitsToDescribe = *VarSize; in handleDebugValue()