Searched refs:InitAddr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SanitizerStats.cpp | 62 auto InitAddr = ConstantExpr::getGetElementPtr( in create() local 68 B.CreateCall(StatReport, ConstantExpr::getBitCast(InitAddr, Int8PtrTy)); in create()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.h | 447 void createStubInternal(StringRef StubName, JITTargetAddress InitAddr, in createStubInternal() argument 452 jitTargetAddressToPointer<void *>(InitAddr); in createStubInternal()
|
| H A D | OrcRemoteTargetClient.h | 639 Error createStubInternal(StringRef StubName, JITTargetAddress InitAddr, in createStubInternal() argument 644 return Client.writePointer(getPtrAddr(Key), InitAddr); in createStubInternal()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6508 Address InitAddr = Builder.CreateBitCast(InitAddrIt->second, AddrTy); in EmitOMPUseDevicePtrClause() local 6509 setAddrOfLocalVar(InitVD, InitAddr); in EmitOMPUseDevicePtrClause()
|
| H A D | CGOpenMPRuntime.cpp | 6132 llvm::Value *InitAddr = in emitTaskReductionInit() local 6134 CGF.EmitStoreOfScalar(InitAddr, InitLVal); in emitTaskReductionInit()
|