Home
last modified time | relevance | path

Searched defs:eltType (Results 1 – 23 of 23) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorBroadcast.cpp52 Type eltType = dstType.getElementType(); in matchAndRewrite() local
H A DLowerVectorContract.cpp1216 Type eltType = resType.getElementType(); in matchAndRewrite() local
/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp333 } else if (auto eltType = type.getArrayElementType()) { validateType() local
482 } else if (auto eltType = type.getArrayElementType()) { emitBasicReaderWriterMethodSuffix() local
/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp79 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType); in addTypedData() local
87 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType); in addTypedData() local
H A DCGCall.cpp3335 llvm::Type *eltType = coercionType->getElementType(i); in EmitFunctionProlog() local
5480 llvm::Type *eltType = coercionType->getElementType(i); EmitCall() local
5888 llvm::Type *eltType = coercionType->getElementType(i); EmitCall() local
H A DCodeGenFunction.cpp2230 QualType eltType; emitArrayLength() local
H A DCGExpr.cpp3975 QualType eltType; getFixedSizeElementType() local
4047 emitArraySubscriptGEP(CodeGenFunction & CGF,Address addr,ArrayRef<llvm::Value * > indices,QualType eltType,bool inbounds,bool signedIndices,SourceLocation loc,QualType * arrayType=nullptr,const Expr * Base=nullptr,const llvm::Twine & name="arrayidx") emitArraySubscriptGEP() argument
[all...]
/llvm-project/mlir/lib/AsmParser/
H A DAttributeParser.cpp547 Type eltType = type.getElementType(); getAttr() local
944 Type eltType = parseType(); parseDenseArrayAttr() local
[all...]
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp898 Type eltType = type.getElementType(); get() local
1653 auto eltType = llvm::cast<FloatType>(getElementType()); getZeroAPFloat() local
1659 auto eltType = llvm::cast<IntegerType>(getElementType()); getZeroAPInt() local
1665 auto eltType = getElementType(); getZeroAttr() local
1673 auto eltType = complexTy.getElementType(); getZeroAttr() local
[all...]
H A DAttributeDetail.h36 inline size_t getDenseElementBitWidth(Type eltType) { in getDenseElementBitWidth()
/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h262 for (auto eltType : coerceToType->elements()) { getCoerceAndExpand() local
286 isPaddingForCoerceAndExpand(llvm::Type * eltType) isPaddingForCoerceAndExpand() argument
/llvm-project/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp1633 auto eltType = cast<FloatType>(type.getElementType()); in buildExp() local
1696 auto eltType = cast<FloatType>(type.getElementType()); in buildExp() local
1701 auto eltType = cast<FloatType>(type.getElementType()); in buildExp() local
/llvm-project/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp381 NVVM::MMATypes eltType = getElementType(type); in convertMMAToLLVMType() local
/llvm-project/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp736 Type eltType = reductionOp.getDest().getType(); matchAndRewrite() local
894 Type eltType = reductionOp.getDest().getType(); matchAndRewriteMaskableOp() local
1023 Type eltType; matchAndRewrite() local
[all...]
/llvm-project/mlir/unittests/IR/
H A DAttributeTest.cpp26 static void testSplat(Type eltType, const EltTy &splatElt) { in testSplat() argument
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorCodegen.cpp913 Type eltType = srcType.getElementType(); matchAndRewrite() local
967 Type eltType = dstType.getElementType(); matchAndRewrite() local
H A DSparseTensorConversion.cpp673 Type eltType = srcTp.getElementType(); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp29 auto eltType = getElementTypeOrSelf(type); in createFloatConst() local
H A DPolynomialApproximation.cpp135 auto eltType = cast<VectorType>(operand.getType()).getElementType(); handleMultidimensionalVectors() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp912 Type *eltType = FPOp->getType()->getScalarType(); fold_pow() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp590 Type eltType = getDest().getType(); verify() local
6285 Type eltType = getDestType().getElementType(); verify() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5023 QualType eltType = LHSType->castAs<VectorType>()->getElementType(); BuiltinShuffleVector() local
H A DSemaExpr.cpp7391 breakDownVectorType(QualType type,uint64_t & len,QualType & eltType) breakDownVectorType() argument