Home
last modified time | relevance | path

Searched refs:InFunctionScope (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVControlFlowOps.td25 DeclareOpInterfaceMethods<BranchOpInterface>, InFunctionScope, NoSideEffect,
85 InFunctionScope, NoSideEffect, Terminator]> {
201 InFunctionScope, DeclareOpInterfaceMethods<CallOpInterface>]> {
252 def SPV_LoopOp : SPV_Op<"mlir.loop", [InFunctionScope]> {
343 def SPV_ReturnOp : SPV_Op<"Return", [InFunctionScope, NoSideEffect,
366 def SPV_UnreachableOp : SPV_Op<"Unreachable", [InFunctionScope, Terminator]> {
388 def SPV_ReturnValueOp : SPV_Op<"ReturnValue", [InFunctionScope, NoSideEffect,
421 def SPV_SelectionOp : SPV_Op<"mlir.selection", [InFunctionScope]> {
H A DSPIRVStructureOps.td29 InFunctionScope, NoSideEffect]> {
670 NoSideEffect, InFunctionScope,
H A DSPIRVBase.td3978 def InFunctionScope : PredOpTrait<
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp34 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
62 bool InFunctionScope; member in __anon47516aaa0111::CVSymbolDumperImpl
558 if (InFunctionScope) in visitKnownRecord()
562 InFunctionScope = true; in visitKnownRecord()
587 InFunctionScope = false; in visitKnownRecord()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1345 bool InFunctionScope) { in shouldSkipAttribute() argument
1363 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()