Searched refs:CopyFn (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | NumericalStabilitySanitizer.cpp | 2209 FunctionCallee CopyFn = in instrumentMemIntrinsic() local 2212 if (CopyFn.getFunctionType()->getNumParams() == 2) in instrumentMemIntrinsic() 2213 Builder.CreateCall(CopyFn, {/*Destination=*/M->getArgOperand(0), in instrumentMemIntrinsic() 2216 Builder.CreateCall(CopyFn, {/*Destination=*/M->getArgOperand(0), in instrumentMemIntrinsic()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 5028 llvm::Value *CopyFn = CGF.Builder.CreateLoad( in EmitOMPTaskBasedDirective() local 5085 CGF, S.getBeginLoc(), {CopyFnTy, CopyFn}, CallArgs); in EmitOMPTaskBasedDirective() 5349 llvm::Value *CopyFn = CGF.Builder.CreateLoad( in EmitOMPTargetTaskBasedDirective() local 5371 CGF, S.getBeginLoc(), {CopyFnTy, CopyFn}, CallArgs); in EmitOMPTargetTaskBasedDirective()
|