Home
last modified time | relevance | path

Searched refs:convertBlock (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Target/LLVMIR/
H A DModuleTranslation.h184 LogicalResult convertBlock(Block &bb, bool ignoreArguments,
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp201 moduleTranslation.convertBlock(*bb, bb->isEntryBlock(), builder))) { in convertOmpOpRegions()
429 if (failed(moduleTranslation.convertBlock( in inlineConvertOmpRegions()
1109 if (failed(moduleTranslation.convertBlock(bb, true, builder))) { in convertOmpAtomicUpdate()
1202 if (failed(moduleTranslation.convertBlock(bb, true, builder))) { in convertOmpAtomicCapture()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp565 LogicalResult ModuleTranslation::convertBlock(Block &bb, bool ignoreArguments, in convertBlock() function in ModuleTranslation
899 if (failed(convertBlock(*bb, bb->isEntryBlock(), builder))) in convertOneFunction()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenACC/
H A DOpenACCToLLVMIRTranslation.cpp409 moduleTranslation.convertBlock(*bb, bb->isEntryBlock(), builder))) { in convertDataOp()