Searched refs:ScopeOp (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/dev/acpica/components/parser/ |
| H A D | psutils.c | 178 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 D | CIRCanonicalize.cpp | 64 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 D | FlattenCFG.cpp | 120 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 D | CIRGenStmt.cpp | 38 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 D | Passes.td | 69 ScopeOp and etc. and produces a flat CIR.
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRDialect.cpp | 230 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 D | CIROps.td | 464 def ReturnOp : CIR_Op<"return", [ParentOneOf<["FuncOp", "ScopeOp", "IfOp", 605 "IfOp", "ScopeOp", "SwitchOp", 693 // ScopeOp 696 def ScopeOp : CIR_Op<"scope", [
|