Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DRegionKindInterface.td37 /*methodName=*/"getRegionKind",
47 return getRegionKind(index) == ::mlir::RegionKind::SSACFG;
H A DRegionKindInterface.h36 static RegionKind getRegionKind(unsigned index) { return RegionKind::Graph; } in getRegionKind() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DVerifier.cpp199 kindInterface ? kindInterface.getRegionKind(i) : RegionKind::SSACFG; in verifyOperation()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp836 RegionKind SSACFGRegionOp::getRegionKind(unsigned index) { in getRegionKind() function in SSACFGRegionOp
844 RegionKind GraphRegionOp::getRegionKind(unsigned index) { in getRegionKind() function in GraphRegionOp
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MLProgram/IR/
H A DMLProgramOps.td87 static ::mlir::RegionKind getRegionKind(unsigned index) {
/llvm-project-15.0.7/mlir/docs/
H A DInterfaces.md659 - `RegionKind getRegionKind(unsigned index)` - Return the kind of the
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp94 CGOpenMPRegionKind getRegionKind() const { return RegionKind; } in getRegionKind() function in __anond842882b0111::CGOpenMPRegionInfo
135 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == in classof()
223 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == in classof()
307 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == InlinedRegion; in classof()
340 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == TargetRegion; in classof()