Searched refs:VarSize (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 668 CharUnits VarSize; variable 678 unsigned Order, llvm::Constant *Addr, CharUnits VarSize, in OffloadEntryInfoDeviceGlobalVar() argument 682 VarSize(VarSize), Linkage(Linkage) { in OffloadEntryInfoDeviceGlobalVar() 686 CharUnits getVarSize() const { return VarSize; } in getVarSize() 687 void setVarSize(CharUnits Size) { VarSize = Size; } in setVarSize() 703 CharUnits VarSize,
|
| H A D | CGCUDANV.cpp | 590 uint64_t VarSize = in makeRegisterGlobalsFn() local 612 llvm::ConstantInt::get(VarSizeTy, VarSize), in makeRegisterGlobalsFn() 623 llvm::ConstantInt::get(VarSizeTy, VarSize), in makeRegisterGlobalsFn()
|
| H A D | CGOpenMPRuntime.cpp | 3069 CharUnits VarSize, in registerDeviceGlobalVarEntryInfo() argument 3079 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo() 3084 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo() 3093 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo() 3099 VarName, OffloadingEntriesNum, Addr, VarSize, Flags, Linkage); in registerDeviceGlobalVarEntryInfo() 10791 CharUnits VarSize; in registerTargetGlobalVariable() local 10799 VarSize = CGM.getContext().getTypeSizeInChars(VD->getType()); in registerTargetGlobalVariable() 10800 assert(!VarSize.isZero() && "Expected non-zero size of the variable"); in registerTargetGlobalVariable() 10802 VarSize = CharUnits::Zero(); in registerTargetGlobalVariable() 10839 VarSize = CGM.getPointerSize(); in registerTargetGlobalVariable() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 477 uint64_t VarSize) { in transferSRADebugInfo() argument 485 if (FragmentSizeInBits < VarSize) { in transferSRADebugInfo() 510 uint64_t VarSize = DL.getTypeSizeInBits(Ty); in SRAGlobal() local 566 transferSRADebugInfo(GV, NGV, FragmentOffsetInBits, Size, VarSize); in SRAGlobal() 579 FragmentSizeInBits, VarSize); in SRAGlobal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4569 auto VarSize = DbgDeclare->getVariable()->getSizeInBits(); in splitAlloca() local 4570 if (VarSize) { in splitAlloca() 4571 if (Size > *VarSize) in splitAlloca() 4572 Size = *VarSize; in splitAlloca() 4573 if (Size == 0 || Start + Size > *VarSize) in splitAlloca() 4578 if (!VarSize || *VarSize != Size) { in splitAlloca()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 5568 auto VarSize = V.getSizeInBits(); in verifyFragmentExpression() local 5569 if (!VarSize) in verifyFragmentExpression() 5574 AssertDI(FragSize + FragOffset <= *VarSize, in verifyFragmentExpression() 5576 AssertDI(FragSize != *VarSize, "fragment covers entire variable", Desc, &V); in verifyFragmentExpression()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1399 if (auto VarSize = Var->getSizeInBits()) in handleDebugValue() local 1400 BitsToDescribe = *VarSize; in handleDebugValue()
|