Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1868 Value *DepArray = nullptr; in emitTaskDependencies() local
1874 DepArray = Builder.CreateAlloca(DepArrayTy, nullptr, ".dep.arr.addr"); in emitTaskDependencies()
1880 Builder.CreateConstInBoundsGEP2_64(DepArrayTy, DepArray, 0, DepIdx); in emitTaskDependencies()
1902 return DepArray; in emitTaskDependencies()
2080 Value *DepArray = emitTaskDependencies(*this, Dependencies); in createTask() local
2116 {Ident, ThreadID, Builder.getInt32(Dependencies.size()), DepArray, in createTask()
2141 DepArray, ConstantInt::get(Builder.getInt32Ty(), 0), in createTask()
7693 Value *DepArray = emitTaskDependencies(*this, Dependencies); in emitTargetTask() local
7704 if (DepArray) { in emitTargetTask()
7711 /*dep_list=*/DepArray, in emitTargetTask()
[all …]