Home
last modified time | relevance | path

Searched defs:globalPtr (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/Analysis/
H A DMalloc+MismatchedDeallocator+NewDelete.cpp79 static int *globalPtr; variable
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DLowerToLLVM.cpp169 Value globalPtr = builder.create<LLVM::AddressOfOp>(loc, global); in getOrCreateGlobalString() local
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DLowerToLLVM.cpp169 Value globalPtr = builder.create<LLVM::AddressOfOp>(loc, global); in getOrCreateGlobalString() local
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp330 Value globalPtr = rewriter.create<LLVM::AddressOfOp>( matchAndRewrite() local
424 Value globalPtr = rewriter.create<LLVM::AddressOfOp>( matchAndRewrite() local
479 Value globalPtr = rewriter.create<LLVM::AddressOfOp>(loc, global); matchAndRewrite() local
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp52 void *globalPtr = TheJIT->getPointerToGlobal(Global); in TEST_F() local
/llvm-project/clang/test/Analysis/inlining/
H A Dpath-notes.cpp19 static int *globalPtr; variable
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp3348 Value globalPtr = createGlobalString() local