Searched defs:VarSize (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 627 uint64_t VarSize = makeRegisterGlobalsFn() local 1142 uint64_t VarSize = createOffloadingEntries() local
|
H A D | CGDecl.cpp | 365 CharUnits VarSize = CGM.getContext().getTypeSizeInChars(D.getType()) + AddInitializerToStaticVarDecl() local
|
H A D | CodeGenModule.cpp | 5470 CharUnits VarSize = getContext().getTypeSizeInChars(ASTTy) + EmitGlobalVarDefinition() local
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 383 int64_t VarSize; global() variable 394 OffloadEntryInfoDeviceGlobalVar(unsigned Order,Constant * Addr,int64_t VarSize,OMPTargetGlobalVarEntryKind Flags,GlobalValue::LinkageTypes Linkage,const std::string & VarName) OffloadEntryInfoDeviceGlobalVar() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 441 transferSRADebugInfo(GlobalVariable * GV,GlobalVariable * NGV,uint64_t FragmentOffsetInBits,uint64_t FragmentSizeInBits,uint64_t VarSize) transferSRADebugInfo() argument 566 uint64_t VarSize = DL.getTypeSizeInBits(GV->getValueType()); SRAGlobal() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 5148 auto VarSize = DbgVariable->getVariable()->getSizeInBits(); splitAlloca() local
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 8278 int64_t VarSize; registerTargetGlobalVariable() local 8509 registerDeviceGlobalVarEntryInfo(StringRef VarName,Constant * Addr,int64_t VarSize,OMPTargetGlobalVarEntryKind Flags,GlobalValue::LinkageTypes Linkage) registerDeviceGlobalVarEntryInfo() argument [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 6862 auto VarSize = V.getSizeInBits(); verifyFragmentExpression() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1679 if (auto VarSize = Var->getSizeInBits()) handleDebugValue() local
|