Home
last modified time | relevance | path

Searched refs:ScopeOp (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsutils.c178 ACPI_PARSE_OBJECT *ScopeOp; in AcpiPsCreateScopeOp() local
181 ScopeOp = AcpiPsAllocOp (AML_SCOPE_OP, Aml); in AcpiPsCreateScopeOp()
182 if (!ScopeOp) in AcpiPsCreateScopeOp()
187 ScopeOp->Named.Name = ACPI_ROOT_NAME; in AcpiPsCreateScopeOp()
188 return (ScopeOp); in AcpiPsCreateScopeOp()
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DCIRCanonicalize.cpp64 struct RemoveEmptyScope : public OpRewritePattern<ScopeOp> {
65 using OpRewritePattern<ScopeOp>::OpRewritePattern;
67 LogicalResult matchAndRewrite(ScopeOp op, in matchAndRewrite()
143 if (isa<BrOp, BrCondOp, CastOp, ScopeOp, SwitchOp, SelectOp, UnaryOp, in runOnOperation()
H A DFlattenCFG.cpp120 class CIRScopeOpFlattening : public mlir::OpRewritePattern<cir::ScopeOp> {
122 using OpRewritePattern<cir::ScopeOp>::OpRewritePattern;
125 matchAndRewrite(cir::ScopeOp scopeOp, in matchAndRewrite()
552 if (isa<IfOp, ScopeOp, SwitchOp, LoopOpInterface, TernaryOp>(op)) in runOnOperation()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp38 builder.create<cir::ScopeOp>( in emitCompoundStmt()
353 builder.create<cir::ScopeOp>( in emitIfStmt()
627 builder.create<cir::ScopeOp>(scopeLoc, /*scopeBuilder=*/ in emitCXXForRangeStmt()
703 builder.create<cir::ScopeOp>(scopeLoc, /*scopeBuilder=*/ in emitForStmt()
754 builder.create<cir::ScopeOp>(scopeLoc, /*scopeBuilder=*/ in emitDoStmt()
810 builder.create<cir::ScopeOp>(scopeLoc, /*scopeBuilder=*/ in emitWhileStmt()
905 builder.create<cir::ScopeOp>(scopeLoc, /*scopeBuilder=*/ in emitSwitchStmt()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/
H A DPasses.td69 ScopeOp and etc. and produces a flat CIR.
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp230 cir::ScopeOp &op, in printOmittedTerminatorRegion()
927 void cir::ScopeOp::getSuccessorRegions( in getSuccessorRegions()
939 void cir::ScopeOp::build( in build()
956 void cir::ScopeOp::build( in build()
967 LogicalResult cir::ScopeOp::verify() { in verify()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td464 def ReturnOp : CIR_Op<"return", [ParentOneOf<["FuncOp", "ScopeOp", "IfOp",
605 "IfOp", "ScopeOp", "SwitchOp",
693 // ScopeOp
696 def ScopeOp : CIR_Op<"scope", [