Home
last modified time | relevance | path

Searched defs:destType (Results 1 – 17 of 17) sorted by relevance

/llvm-project/mlir/lib/Dialect/Index/IR/
H A DInferIntRangeInterfaceImpls.cpp195 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 DCGExprConstant.cpp1089 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 DCGCall.cpp4252 llvm::PointerType *destType = emitWritebackArg() local
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/
H A DPackAndUnpackPatterns.cpp166 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 DBufferizableOpInterfaceImpl.cpp649 RankedTensorType destType = insertSliceOp.getDestType(); bufferizesToMemoryRead() local
/llvm-project/mlir/lib/Dialect/AMDGPU/IR/
H A DAMDGPUDialect.cpp228 Type destType = getDestC().getType(); verify() local
259 Type destType = getDestC().getType(); verify() local
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DInferIntRangeInterfaceImpls.cpp241 Type destType = getResult().getType(); inferResultRanges() local
260 Type destType = getResult().getType(); inferResultRanges() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorScan.cpp117 VectorType destType = scanOp.getDestType(); in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp241 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 DBufferizationOps.cpp27 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 DAMDGPUToROCDL.cpp345 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 DSemaCast.cpp419 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 DSemaExprObjC.cpp1668 EmitRelatedResultTypeNoteForReturn(QualType destType) EmitRelatedResultTypeNoteForReturn() argument
5050 QualType destType = Context.getPointerType(destPointee); FindCompositeObjCPointerType() local
5071 QualType destType = Context.getPointerType(destPointee); FindCompositeObjCPointerType() local
[all...]
H A DAnalysisBasedWarnings.cpp2265 QualType destType = ECE->getType(); handleUnsafeOperation() local
H A DSemaExpr.cpp8019 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 DSemaInit.cpp8492 QualType destType = entity.getType(); emitBadConversionNotes() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1360 auto destType = llvm::cast<RankedTensorType>(getDest().getType()); verify() local