Searched refs:AllocArgs (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 1065 llvm::Value *AllocArgs[] = {CGF.getTypeSize(VD->getType())}; in emitGenericVarsProlog() local 1069 AllocArgs, VD->getName()); in emitGenericVarsProlog() 1132 llvm::Value *AllocArgs[] = {Size}; in getKmpcAllocShared() local 1136 AllocArgs, VD->getName()); in getKmpcAllocShared()
|
H A D | CGOpenMPRuntime.cpp | 3750 SmallVector<llvm::Value *, 8> AllocArgs = {emitUpdateLocation(CGF, Loc), in emitTaskInit() local 3767 AllocArgs.push_back(DeviceID); in emitTaskInit() 3771 AllocArgs); in emitTaskInit() 3776 AllocArgs); in emitTaskInit()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 2714 SmallVector<Expr*, 8> AllocArgs; in FindAllocationFunctions() local 2715 AllocArgs.reserve((PassAlignment ? 2 : 1) + PlaceArgs.size()); in FindAllocationFunctions() 2725 AllocArgs.push_back(&Size); in FindAllocationFunctions() 2734 AllocArgs.push_back(&Align); in FindAllocationFunctions() 2736 AllocArgs.insert(AllocArgs.end(), PlaceArgs.begin(), PlaceArgs.end()); in FindAllocationFunctions() 2791 if (resolveAllocationOverload(*this, R, Range, AllocArgs, PassAlignment, in FindAllocationFunctions()
|