Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1278 auto threadprivateOp = cast<omp::ThreadprivateOp>(opInst); in convertOmpThreadprivate() local
1280 Value symAddr = threadprivateOp.sym_addr(); in convertOmpThreadprivate()