Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DRegionKindInterface.td37 /*methodName=*/"getRegionKind",
47 return getRegionKind(index) == RegionKind::SSACFG;
/external/llvm-project/mlir/lib/Analysis/
DNumberOfExecutions.cpp40 regionKindInterface.getRegionKind(regionId) == RegionKind::Graph; in computeRegionBlockNumberOfExecutions()
/external/llvm-project/mlir/lib/IR/
DVerifier.cpp196 kindInterface.getRegionKind(i) == RegionKind::Graph) { in verifyOperation()
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestDialect.cpp518 RegionKind SSACFGRegionOp::getRegionKind(unsigned index) { in getRegionKind() function in SSACFGRegionOp
538 RegionKind GraphRegionOp::getRegionKind(unsigned index) { in getRegionKind() function in GraphRegionOp
/external/llvm-project/mlir/docs/
DInterfaces.md227 …- `RegionKind getRegionKind(unsigned index)` - Return the kind of the region with the given index …
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp77 CGOpenMPRegionKind getRegionKind() const { return RegionKind; } in getRegionKind() function in __anoneba84b040111::CGOpenMPRegionInfo
117 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == in classof()
203 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == in classof()
280 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == InlinedRegion; in classof()
313 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == TargetRegion; in classof()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp90 CGOpenMPRegionKind getRegionKind() const { return RegionKind; } in getRegionKind() function in __anon8f021c720111::CGOpenMPRegionInfo
131 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == in classof()
219 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == in classof()
303 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == InlinedRegion; in classof()
336 cast<CGOpenMPRegionInfo>(Info)->getRegionKind() == TargetRegion; in classof()