Searched refs:DepArray (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1742 Value *DepArray = nullptr; in emitTaskDependencies() local 1748 DepArray = Builder.CreateAlloca(DepArrayTy, nullptr, ".dep.arr.addr"); in emitTaskDependencies() 1752 Builder.CreateConstInBoundsGEP2_64(DepArrayTy, DepArray, 0, DepIdx); in emitTaskDependencies() 1775 return DepArray; in emitTaskDependencies() 1901 Value *DepArray = nullptr; in createTask() local 1908 DepArray = Builder.CreateAlloca(DepArrayTy, nullptr, ".dep.arr.addr"); in createTask() 1913 Builder.CreateConstInBoundsGEP2_64(DepArrayTy, DepArray, 0, P); in createTask() 1976 {Ident, ThreadID, Builder.getInt32(Dependencies.size()), DepArray, in createTask() 2001 DepArray, ConstantInt::get(Builder.getInt32Ty(), 0), in createTask() 6990 Value *DepArray = emitTaskDependencies(*this, Dependencies); in emitTargetTask() local [all …]
|