Home
last modified time | relevance | path

Searched refs:InitAddr (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp62 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 DIndirectionUtils.h447 void createStubInternal(StringRef StubName, JITTargetAddress InitAddr, in createStubInternal() argument
452 jitTargetAddressToPointer<void *>(InitAddr); in createStubInternal()
H A DOrcRemoteTargetClient.h639 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 DCGStmtOpenMP.cpp6508 Address InitAddr = Builder.CreateBitCast(InitAddrIt->second, AddrTy); in EmitOMPUseDevicePtrClause() local
6509 setAddrOfLocalVar(InitVD, InitAddr); in EmitOMPUseDevicePtrClause()
H A DCGOpenMPRuntime.cpp6132 llvm::Value *InitAddr = in emitTaskReductionInit() local
6134 CGF.EmitStoreOfScalar(InitAddr, InitLVal); in emitTaskReductionInit()