Searched defs:blockInfo (Results 1 – 7 of 7) sorted by relevance
/llvm-project/flang/lib/Semantics/ |
H A D | compute-offsets.cpp | 97 SizeAndAlignment &blockInfo{iter->second}; Compute() local 208 SizeAndAlignment &blockInfo{eqIter->second}; DoCommonBlock() local 220 DoEquivalenceBlockBase(Symbol & symbol,SizeAndAlignment & blockInfo) DoEquivalenceBlockBase() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.h | 321 const CGBlockInfo &blockInfo) { in getRCBlockLayoutStr()
|
H A D | CGBlocks.cpp | 58 return CodeGenFunction(CGM).GenerateCopyHelperFunction(blockInfo); in buildCopyHelper() argument 64 return CodeGenFunction(CGM).GenerateDestroyHelperFunction(blockInfo); in buildDisposeHelper() argument 149 buildBlockDescriptor(CodeGenModule & CGM,const CGBlockInfo & blockInfo) buildBlockDescriptor() argument 768 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); EmitBlockLiteral() local 777 EmitBlockLiteral(const CGBlockInfo & blockInfo) EmitBlockLiteral() argument 1262 CGBlockInfo blockInfo(BE->getBlockDecl(), Name); GetAddrOfGlobalBlock() local 1280 buildGlobalBlock(CodeGenModule & CGM,const CGBlockInfo & blockInfo,llvm::Constant * blockFn) buildGlobalBlock() argument 1414 GenerateBlockFunction(GlobalDecl GD,const CGBlockInfo & blockInfo,const DeclMapTy & ldm,bool IsLambdaConversionToBlock,bool BuildGlobalBlock) GenerateBlockFunction() argument 1868 GenerateCopyHelperFunction(const CGBlockInfo & blockInfo) GenerateCopyHelperFunction() argument 2057 GenerateDestroyHelperFunction(const CGBlockInfo & blockInfo) GenerateDestroyHelperFunction() argument [all...] |
H A D | CGObjCMac.cpp | 2340 BuildGCBlockLayout(CodeGenModule & CGM,const CGBlockInfo & blockInfo) BuildGCBlockLayout() argument 2364 visitBlock(const CGBlockInfo & blockInfo) visitBlock() argument 2883 fillRunSkipBlockVars(CodeGenModule & CGM,const CGBlockInfo & blockInfo) fillRunSkipBlockVars() argument 2936 BuildRCBlockLayout(CodeGenModule & CGM,const CGBlockInfo & blockInfo) BuildRCBlockLayout() argument 2942 getRCBlockLayoutStr(CodeGenModule & CGM,const CGBlockInfo & blockInfo) getRCBlockLayoutStr() argument [all...] |
H A D | CGObjCGNU.cpp | 660 BuildGCBlockLayout(CodeGenModule & CGM,const CGBlockInfo & blockInfo) BuildGCBlockLayout() argument 664 BuildRCBlockLayout(CodeGenModule & CGM,const CGBlockInfo & blockInfo) BuildRCBlockLayout() argument
|
H A D | CGDebugInfo.cpp | 5088 EmitDeclareOfBlockDeclRefVariable(const VarDecl * VD,llvm::Value * Storage,CGBuilderTy & Builder,const CGBlockInfo & blockInfo,llvm::Instruction * InsertPoint) EmitDeclareOfBlockDeclRefVariable() argument
|
/llvm-project/mlir/lib/Analysis/ |
H A D | Liveness.cpp | 206 const LivenessBlockInfo *blockInfo = getLiveness(block); in resolveLiveness() local 247 const LivenessBlockInfo *blockInfo = getLiveness(block); in isDeadAfter() local
|