Searched defs:nullPtr (Results 1 – 9 of 9) sorted by relevance
/llvm-project/mlir/lib/Conversion/LLVMCommon/ |
H A D | Pattern.cpp | 162 loc, elementPtrType, elementType, nullPtr, runningStride); in getMemRefDescriptorSizes() local 180 nullPtr, ArrayRef<LLVM::GEPArg>{1}); in getSizeInBytes() local
|
/llvm-project/clang/test/Analysis/ |
H A D | smart-ptr.cpp | 474 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 D | SelectObjectAttr.cpp | 436 Value *nullPtr = ConstantPointerNull::get(ptrTy); createKernelLaunch() local
|
/llvm-project/mlir/lib/Conversion/AsyncToLLVM/ |
H A D | AsyncToLLVM.cpp | 348 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 D | GPUToLLVMConversion.cpp | 767 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 D | ModuleImport.cpp | 1039 if (auto *nullPtr = dyn_cast<llvm::ConstantPointerNull>(constant)) { convertConstant() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 2342 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 D | CodeGen.cpp | 940 auto nullPtr = rewriter.create<mlir::LLVM::ZeroOp>(loc, llvmPtrTy); computeElementDistance() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExpr.cpp | 2273 mlir::Value nullPtr = builder.createNullConstant(loc, addrType); genCopyIn() local 6105 mlir::Value nullPtr = builder.createNullConstant(loc, resRefTy); computeElementSize() local
|