Searched refs:getDepobjElements (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 614 std::pair<llvm::Value *, LValue> getDepobjElements(CodeGenFunction &CGF,
|
H A D | CGOpenMPRuntime.cpp | 4049 CGOpenMPRuntime::getDepobjElements(CodeGenFunction &CGF, LValue DepobjLVal, in getDepobjElements() function in CGOpenMPRuntime 4164 getDepobjElements(CGF, DepobjLVal, E->getExprLoc()); in emitDepobjElementsSizes() 4203 getDepobjElements(CGF, DepobjLVal, E->getExprLoc()); in emitDepobjElements() 4475 std::tie(NumDeps, Base) = getDepobjElements(CGF, DepobjLVal, Loc); in emitUpdateClause()
|