| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCUDANV.cpp | 689 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 D | CGDecl.cpp | 375 CharUnits VarSize = CGM.getContext().getTypeSizeInChars(D.getType()) + in AddInitializerToStaticVarDecl() local 379 assert(VarSize == CstSize && "Emitted constant has unexpected size"); in AddInitializerToStaticVarDecl()
|
| H A D | CodeGenModule.cpp | 5805 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 D | OMPIRBuilder.h | 403 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 D | GlobalOpt.cpp | 447 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 D | OMPIRBuilder.cpp | 9975 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 D | Verifier.cpp | 7277 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 D | SelectionDAGBuilder.cpp | 1670 if (auto VarSize = Var->getSizeInBits()) in handleDebugValue() local 1671 BitsToDescribe = *VarSize; in handleDebugValue()
|