Searched refs:InitAddr (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
| H A D | LLJITWithObjectLinkingLayerPlugin.cpp | 103 JITTargetAddress InitAddr = B.getAddress() & ~(LineWidth - 1); in printBlockContent() local 108 for (JITTargetAddress CurAddr = InitAddr; CurAddr != EndAddr; ++CurAddr) { in printBlockContent()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6475 Address InitAddr = Builder.CreateBitCast(InitAddrIt->second, AddrTy); in EmitOMPUseDevicePtrClause() local 6476 setAddrOfLocalVar(InitVD, InitAddr); in EmitOMPUseDevicePtrClause()
|
| H A D | CGOpenMPRuntime.cpp | 6119 llvm::Value *InitAddr = in emitTaskReductionInit() local 6121 CGF.EmitStoreOfScalar(InitAddr, InitLVal); in emitTaskReductionInit()
|