Home
last modified time | relevance | path

Searched defs:casted (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/lib/Target/LLVMIR/
H A DDebugImporter.cpp303 if (auto *casted = dyn_cast<llvm::DIBasicType>(node)) translate() local
305 if (auto *casted = dyn_cast<llvm::DICompileUnit>(node)) translate() local
307 if (auto *casted = dyn_cast<llvm::DICompositeType>(node)) translate() local
309 if (auto *casted = dyn_cast<llvm::DIDerivedType>(node)) translate() local
311 if (auto *casted = dyn_cast<llvm::DIStringType>(node)) translate() local
313 if (auto *casted = dyn_cast<llvm::DIFile>(node)) translate() local
315 if (auto *casted = dyn_cast<llvm::DIGlobalVariable>(node)) translate() local
317 if (auto *casted = dyn_cast<llvm::DILabel>(node)) translate() local
319 if (auto *casted = dyn_cast<llvm::DILexicalBlock>(node)) translate() local
321 if (auto *casted = dyn_cast<llvm::DILexicalBlockFile>(node)) translate() local
323 if (auto *casted = dyn_cast<llvm::DILocalVariable>(node)) translate() local
325 if (auto *casted = dyn_cast<llvm::DIModule>(node)) translate() local
327 if (auto *casted = dyn_cast<llvm::DINamespace>(node)) translate() local
329 if (auto *casted = dyn_cast<llvm::DISubprogram>(node)) translate() local
331 if (auto *casted = dyn_cast<llvm::DISubrange>(node)) translate() local
333 if (auto *casted = dyn_cast<llvm::DISubroutineType>(node)) translate() local
[all...]
/llvm-project/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.c30 int *casted = dynCastToInt(p); in testDynCast() local
38 int *casted = dynCastOrNull(p); in testDynCastOrNull() local
47 int *casted; in testBranch() local
63 int *casted; in testBranchReversed() local
79 int *casted = 0; in testMultipleStore() local
188 int *casted = dynCastOrNull(0); in testDynCastOrNullOfNull() local
197 int *casted = dynCastToInt(0); in testDynCastOfNull() local
213 int *casted = lookUpInt(0); in testZeroIsNotNull() local
222 int *casted = dynCastOrNull(getNull()); in testTrackNull() local
233 int *casted = dynCastOrNull(ptr); in testTrackNullVariable() local
[all …]
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DExpandRealloc.cpp129 Value casted = builder.create<memref::ReinterpretCastOp>( in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferSplitRewritePatterns.cpp275 Value casted = in createFullPartialLinalgCopy() local
327 Value casted = in createFullPartialVectorTransferRead() local
371 Value casted = in getLocationToWriteFullVec() local
/llvm-project/clang/test/Analysis/
H A Dosobject-retain-release.cpp327 OSArray *casted = OSDynamicCast(OSArray, other); in check_attribute_propagation() local
335 OSArray *casted = OSDynamicCast(OSArray, other); in check_attribute_indirect_propagation() local
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizationOps.cpp64 Value casted = b.create<memref::CastOp>(value.getLoc(), destType, value); in castOrReallocMemRefValue() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorCodegen.cpp1203 Value casted = genCast(builder, loc, v, matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp303 Value casted = b.create<LLVM::BitcastOp>(innerVectorType, i32Register); matchAndRewrite() local