Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1123 CallInst *createOMPAlloc(const LocationDescription &Loc, Value *Size,
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3526 CallInst *OpenMPIRBuilder::createOMPAlloc(const LocationDescription &Loc, in createOMPAlloc() function in OpenMPIRBuilder
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1632 llvm::Value *Addr = OMPBuilder.createOMPAlloc( in getAddressOfLocalVariable()