| /llvm-project/mlir/lib/Dialect/Index/IR/ |
| H A D | InferIntRangeInterfaceImpls.cpp | 195 Type sourceType, Type destType, in inferIndexCast() 214 Type destType = getResult().getType(); in inferResultRanges() local 222 Type destType = getResult().getType(); in inferResultRanges() local
|
| /llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1089 VisitCastExpr(const CastExpr * E,QualType destType) VisitCastExpr() argument 1398 VisitDesignatedInitUpdateExpr(const DesignatedInitUpdateExpr * E,QualType destType) VisitDesignatedInitUpdateExpr() argument 1506 tryEmitAbstract(const Expr * E,QualType destType) tryEmitAbstract() argument 1513 tryEmitAbstract(const APValue & value,QualType destType) tryEmitAbstract() argument 1531 emitAbstract(const Expr * E,QualType destType) emitAbstract() argument 1545 emitAbstract(SourceLocation loc,const APValue & value,QualType destType) emitAbstract() argument 1564 tryEmitForInitializer(const Expr * E,LangAS destAddrSpace,QualType destType) tryEmitForInitializer() argument 1571 emitForInitializer(const APValue & value,LangAS destAddrSpace,QualType destType) emitForInitializer() argument 1774 QualType destType = D.getType(); tryEmitPrivateForVarInit() local 1793 tryEmitAbstractForMemory(const Expr * E,QualType destType) tryEmitAbstractForMemory() argument 1801 tryEmitAbstractForMemory(const APValue & value,QualType destType) tryEmitAbstractForMemory() argument 1808 tryEmitPrivateForMemory(const Expr * E,QualType destType) tryEmitPrivateForMemory() argument 1815 tryEmitPrivateForMemory(const APValue & value,QualType destType) tryEmitPrivateForMemory() argument 1860 emitForMemory(CodeGenModule & CGM,llvm::Constant * C,QualType destType) emitForMemory() argument 1893 tryEmitPrivate(const Expr * E,QualType destType) tryEmitPrivate() argument 1947 ConstantLValueEmitter(ConstantEmitter & emitter,const APValue & value,QualType destType) ConstantLValueEmitter() argument [all...] |
| H A D | CGCall.cpp | 4252 llvm::PointerType *destType = emitWritebackArg() local
|
| /llvm-project/mlir/lib/Dialect/Tensor/Transforms/ |
| H A D | PackAndUnpackPatterns.cpp | 166 if (dimsPos.size() != 1 || (dimsPos[0] + 1 != destType.getRank())) { in isUnpackOnInnerMostDim() local 127 RankedTensorType destType = packOp.getDestType(); matchAndRewrite() local 181 RankedTensorType destType = unpackOp.getDestType(); matchAndRewrite() local [all...] |
| H A D | BufferizableOpInterfaceImpl.cpp | 649 RankedTensorType destType = insertSliceOp.getDestType(); bufferizesToMemoryRead() local
|
| /llvm-project/mlir/lib/Dialect/AMDGPU/IR/ |
| H A D | AMDGPUDialect.cpp | 228 Type destType = getDestC().getType(); verify() local 259 Type destType = getDestC().getType(); verify() local
|
| /llvm-project/mlir/lib/Dialect/Arith/IR/ |
| H A D | InferIntRangeInterfaceImpls.cpp | 241 Type destType = getResult().getType(); inferResultRanges() local 260 Type destType = getResult().getType(); inferResultRanges() local
|
| /llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | LowerVectorScan.cpp | 117 VectorType destType = scanOp.getDestType(); in matchAndRewrite() local
|
| /llvm-project/mlir/lib/Conversion/GPUToNVVM/ |
| H A D | WmmaOpsToNvvm.cpp | 241 NVVM::MMATypes destType = getElementType(cType); in matchAndRewrite() local 356 LLVM::LLVMStructType destType = convertMMAToLLVMType( in matchAndRewrite() local
|
| /llvm-project/mlir/lib/Dialect/Bufferization/IR/ |
| H A D | BufferizationOps.cpp | 27 OpBuilder &b, Value value, MemRefType destType, in castOrReallocMemRefValue() argument 96 Type destType = toMemref.getType(); foldToMemrefToTensorPair() local 675 if (auto destType = dyn_cast<TensorType>(getDest().getType())) { verify() local 690 ShapedType destType = cast<ShapedType>(getDest().getType()); verify() local [all...] |
| /llvm-project/mlir/lib/Conversion/AMDGPUToROCDL/ |
| H A D | AMDGPUToROCDL.cpp | 345 Type destType = rewriter.getIntegerType(numBytes * 8); mfmaConcatIfNeeded() local 441 if (auto destType = dyn_cast<VectorType>(destElem)) mfmaOpToIntrinsic() local
|
| /llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 419 tryDiagnoseOverloadedCast(Sema & S,CastType CT,SourceRange range,Expr * src,QualType destType,bool listInitialization) tryDiagnoseOverloadedCast() argument 526 diagnoseBadCast(Sema & S,unsigned msg,CastType castType,SourceRange opRange,Expr * src,QualType destType,bool listInitialization) diagnoseBadCast() argument [all...] |
| H A D | SemaExprObjC.cpp | 1668 EmitRelatedResultTypeNoteForReturn(QualType destType) EmitRelatedResultTypeNoteForReturn() argument 5050 QualType destType = Context.getPointerType(destPointee); FindCompositeObjCPointerType() local 5071 QualType destType = Context.getPointerType(destPointee); FindCompositeObjCPointerType() local [all...] |
| H A D | AnalysisBasedWarnings.cpp | 2265 QualType destType = ECE->getType(); handleUnsafeOperation() local
|
| H A D | SemaExpr.cpp | 8019 QualType destType = S.Context.getPointerType(S.Context.VoidTy); checkConditionalBlockPointerCompatibility() local 8052 QualType destType = S.Context.getPointerType(destPointee); checkConditionalObjectPointersCompatibility() local 8062 QualType destType = S.Context.getPointerType(destPointee); checkConditionalObjectPointersCompatibility() local [all...] |
| H A D | SemaInit.cpp | 8492 QualType destType = entity.getType(); emitBadConversionNotes() local
|
| /llvm-project/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorOps.cpp | 1360 auto destType = llvm::cast<RankedTensorType>(getDest().getType()); verify() local
|