Home
last modified time | relevance | path

Searched defs:nullPtr (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp162 loc, elementPtrType, elementType, nullPtr, runningStride); in getMemRefDescriptorSizes() local
180 nullPtr, ArrayRef<LLVM::GEPArg>{1}); in getSizeInBytes() local
/llvm-project/clang/test/Analysis/
H A Dsmart-ptr.cpp474 auto nullPtr = std::unique_ptr<int>(); in uniquePtrComparision() local
501 auto nullPtr = std::unique_ptr<A>(); in uniquePtrComparisionDifferingTypes() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/
H A DSelectObjectAttr.cpp436 Value *nullPtr = ConstantPointerNull::get(ptrTy); createKernelLaunch() local
/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp348 auto nullPtr = rewriter.create<LLVM::ZeroOp>(loc, ptrType); in matchAndRewrite() local
602 auto nullPtr = rewriter.create<LLVM::ZeroOp>(loc, storagePtrType); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp767 auto nullPtr = rewriter.create<mlir::LLVM::ZeroOp>(loc, llvmPointerType); matchAndRewrite() local
1013 Value nullPtr = rewriter.create<LLVM::ZeroOp>(loc, elementPtrType); matchAndRewrite() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleImport.cpp1039 if (auto *nullPtr = dyn_cast<llvm::ConstantPointerNull>(constant)) { convertConstant() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2342 llvm::Constant *nullPtr = llvm::Constant::getNullValue(CGM.Int8PtrTy); BuildGCBlockLayout() local
2700 llvm::Constant *nullPtr = llvm::Constant::getNullValue(CGM.Int8PtrTy); getBitmapBlockLayout() local
2961 llvm::Constant *nullPtr = llvm::Constant::getNullValue(CGM.Int8PtrTy); BuildByrefLayout() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp940 auto nullPtr = rewriter.create<mlir::LLVM::ZeroOp>(loc, llvmPtrTy); computeElementDistance() local
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp2273 mlir::Value nullPtr = builder.createNullConstant(loc, addrType); genCopyIn() local
6105 mlir::Value nullPtr = builder.createNullConstant(loc, resRefTy); computeElementSize() local