Home
last modified time | relevance | path

Searched defs:nRegions (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/CAPI/Interfaces/
H A DInterfaces.cpp54 SmallVector<std::unique_ptr<Region>> unwrapRegions(intptr_t nRegions, in unwrapRegions()
95 void *properties, intptr_t nRegions, MlirRegion *regions, in mlirInferTypeOpInterfaceInferReturnTypes()
130 void *properties, intptr_t nRegions, MlirRegion *regions, in mlirInferShapedTypeOpInterfaceInferReturnTypes()
/llvm-project/mlir/include/mlir-c/
H A DIR.h347 intptr_t nRegions; global() member
/llvm-project/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp446 parseRegions(OpAsmParser & parser,OperationState & state,unsigned nRegions=1) parseRegions() argument