Home
last modified time | relevance | path

Searched refs:IsBlock (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp230 bool IsBlock = false; in extractValue() local
249 IsBlock = true; in extractValue()
253 IsBlock = true; in extractValue()
257 IsBlock = true; in extractValue()
261 IsBlock = true; in extractValue()
295 IsBlock = true; in extractValue()
347 if (IsBlock) in extractValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h39 IsBlock, enumerator
166 KIND_2(LVScopeKind, IsBlock, CanHaveRanges, CanHaveLines);
168 KIND_1(LVScopeKind, IsCatchBlock, IsBlock);
178 KIND_1(LVScopeKind, IsLexicalBlock, IsBlock);
187 KIND_1(LVScopeKind, IsTryBlock, IsBlock);
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp517 const bool IsBlock = Tag == dwarf::DW_TAG_lexical_block; in collectStatsRecursive() local
546 if (IsFunction || IsInlinedFunction || IsBlock) { in collectStatsRecursive()
572 if (!IsBlock) { in collectStatsRecursive()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp343 clEnumValN(LVScopeKind::IsBlock, "Block", "Lexical block."),
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp88 {LVScopeKind::IsBlock, &LVScope::getIsBlock},
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp92 bool IsBlock; member
1344 if (IntelSubgroups->IsBlock) { in generateIntelSubgroupsInst()
H A DSPIRVBuiltins.td1195 bit IsBlock = !or(!eq(operation, OpSubgroupBlockReadINTEL),
1208 let Fields = ["Name", "Opcode", "IsBlock", "IsWrite", "IsMedia"];
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1584 bool IsBlock = TII->isBlockLoadStore(LoadStoreOp); in buildSpillLoadStore() local
1598 unsigned EltSize = IsBlock ? RegWidth in buildSpillLoadStore()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5424 bool IsBlock = false; in GetFullTypeForDeclarator() local
5428 IsBlock = true; in GetFullTypeForDeclarator()
5439 << IsBlock in GetFullTypeForDeclarator()
5441 IsBlock = false; in GetFullTypeForDeclarator()
H A DSemaExpr.cpp18746 bool IsBlock = isa<BlockScopeInfo>(CSI); in isVariableCapturable() local
18762 if (Var->getType()->isVariablyModifiedType() && IsBlock) { in isVariableCapturable()
18774 if (IsBlock) in isVariableCapturable()
18794 if (S.getLangOpts().OpenCL && IsBlock && in isVariableCapturable()