Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2143 CodeGenModule &CGM, llvm::Type *ArgsElemType, in emitCopyprivateCopyFunction() argument
2171 ArgsElemType->getPointerTo()), in emitCopyprivateCopyFunction()
2172 ArgsElemType, CGF.getPointerAlign()); in emitCopyprivateCopyFunction()
2175 ArgsElemType->getPointerTo()), in emitCopyprivateCopyFunction()
2176 ArgsElemType, CGF.getPointerAlign()); in emitCopyprivateCopyFunction()
4805 StringRef ReducerName, SourceLocation Loc, llvm::Type *ArgsElemType, in emitReductionFunction() argument
4833 ArgsElemType->getPointerTo()), in emitReductionFunction()
4834 ArgsElemType, CGF.getPointerAlign()); in emitReductionFunction()
4837 ArgsElemType->getPointerTo()), in emitReductionFunction()
4838 ArgsElemType, CGF.getPointerAlign()); in emitReductionFunction()
H A DCGOpenMPRuntime.h1201 StringRef ReducerName, SourceLocation Loc, llvm::Type *ArgsElemType,