Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp733 DenseMap<Value, llvm::Value *> reductionVariableMap; in convertOmpWsLoop() local
745 reductionVariableMap.try_emplace(loop.reduction_vars()[i], var); in convertOmpWsLoop()
753 moduleTranslation, reductionVariableMap); in convertOmpWsLoop()
1239 const DenseMap<Value, llvm::Value *> *reductionVariableMap = nullptr; in convertOmpReductionOp() local
1242 reductionVariableMap = &frame.mapping; in convertOmpReductionOp()
1245 assert(reductionVariableMap && "couldn't find private reduction variables"); in convertOmpReductionOp()
1251 reductionVariableMap->lookup(reductionOp.accumulator()); in convertOmpReductionOp()