Searched refs:RegionKind (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | RegionKindInterface.h | 26 enum class RegionKind { enum 36 static RegionKind getRegionKind(unsigned index) { return RegionKind::Graph; } in getRegionKind()
|
| H A D | RegionKindInterface.td | 24 supported. RegionKind::Graph represents a graph region without 25 control flow semantics. RegionKind::SSACFG represents an 36 /*retTy=*/"::mlir::RegionKind", 47 return getRegionKind(index) == ::mlir::RegionKind::SSACFG;
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Verifier.cpp | 198 RegionKind kind = in verifyOperation() 199 kindInterface ? kindInterface.getRegionKind(i) : RegionKind::SSACFG; in verifyOperation() 205 if (op.isRegistered() && kind == RegionKind::Graph) { in verifyOperation()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 209 enum RegionKind { enum 240 RegionKind Kind; 244 unsigned LineEnd, unsigned ColumnEnd, RegionKind Kind) in CounterMappingRegion() 252 unsigned ColumnEnd, RegionKind Kind) in CounterMappingRegion()
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestDialect.cpp | 836 RegionKind SSACFGRegionOp::getRegionKind(unsigned index) { in getRegionKind() 837 return RegionKind::SSACFG; in getRegionKind() 844 RegionKind GraphRegionOp::getRegionKind(unsigned index) { in getRegionKind() 845 return RegionKind::Graph; in getRegionKind()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MLProgram/IR/ |
| H A D | MLProgramOps.td | 87 static ::mlir::RegionKind getRegionKind(unsigned index) { 88 return ::mlir::RegionKind::SSACFG;
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | Interfaces.md | 659 - `RegionKind getRegionKind(unsigned index)` - Return the kind of the 661 - RegionKind::Graph - represents a graph region without control flow 663 - RegionKind::SSACFG - represents an
|
| H A D | LangRef.md | 497 [RegionKind::SSACFG](Interfaces.md/#regionkindinterfaces). Informally, these 581 [RegionKind::Graph](Interfaces.md/#regionkindinterfaces). Graph regions are
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 240 CounterMappingRegion::RegionKind Kind = CounterMappingRegion::CodeRegion; in readMappingRegionsSubArray()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 69 const CGOpenMPRegionKind RegionKind, in CGOpenMPRegionInfo() argument 72 : CGCapturedStmtInfo(CS, CR_OpenMP), RegionKind(RegionKind), in CGOpenMPRegionInfo() 75 CGOpenMPRegionInfo(const CGOpenMPRegionKind RegionKind, in CGOpenMPRegionInfo() argument 78 : CGCapturedStmtInfo(CR_OpenMP), RegionKind(RegionKind), CodeGen(CodeGen), in CGOpenMPRegionInfo() 94 CGOpenMPRegionKind getRegionKind() const { return RegionKind; } in getRegionKind() 107 CGOpenMPRegionKind RegionKind; member in __anond842882b0111::CGOpenMPRegionInfo
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 533 const CapturedStmt *getCapturedStmt(OpenMPDirectiveKind RegionKind) const { in getCapturedStmt() argument 538 return Data->getCapturedStmt(RegionKind, CaptureRegions); in getCapturedStmt()
|
| H A D | OpenMPClause.h | 8971 getCapturedStmt(OpenMPDirectiveKind RegionKind, in getCapturedStmt() argument 8975 [=](const OpenMPDirectiveKind K) { return K == RegionKind; }) && in getCapturedStmt() 8979 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
|