/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorBroadcast.cpp | 52 Type eltType = dstType.getElementType(); in matchAndRewrite() local
|
H A D | LowerVectorContract.cpp | 1216 Type eltType = resType.getElementType(); in matchAndRewrite() local
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangASTPropertiesEmitter.cpp | 333 } else if (auto eltType = type.getArrayElementType()) { validateType() local 482 } else if (auto eltType = type.getArrayElementType()) { emitBasicReaderWriterMethodSuffix() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 79 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType); in addTypedData() local 87 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType); in addTypedData() local
|
H A D | CGCall.cpp | 3335 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 D | CodeGenFunction.cpp | 2230 QualType eltType; emitArrayLength() local
|
H A D | CGExpr.cpp | 3975 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 D | AttributeParser.cpp | 547 Type eltType = type.getElementType(); getAttr() local 944 Type eltType = parseType(); parseDenseArrayAttr() local [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinAttributes.cpp | 898 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 D | AttributeDetail.h | 36 inline size_t getDenseElementBitWidth(Type eltType) { in getDenseElementBitWidth()
|
/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 262 for (auto eltType : coerceToType->elements()) { getCoerceAndExpand() local 286 isPaddingForCoerceAndExpand(llvm::Type * eltType) isPaddingForCoerceAndExpand() argument
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Utils/ |
H A D | Merger.cpp | 1633 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 D | WmmaOpsToNvvm.cpp | 381 NVVM::MMATypes eltType = getElementType(type); in convertMMAToLLVMType() local
|
/llvm-project/mlir/lib/Conversion/VectorToLLVM/ |
H A D | ConvertVectorToLLVM.cpp | 736 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 D | AttributeTest.cpp | 26 static void testSplat(Type eltType, const EltTy &splatElt) { in testSplat() argument
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseTensorCodegen.cpp | 913 Type eltType = srcType.getElementType(); matchAndRewrite() local 967 Type eltType = dstType.getElementType(); matchAndRewrite() local
|
H A D | SparseTensorConversion.cpp | 673 Type eltType = srcTp.getElementType(); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | ExpandPatterns.cpp | 29 auto eltType = getElementTypeOrSelf(type); in createFloatConst() local
|
H A D | PolynomialApproximation.cpp | 135 auto eltType = cast<VectorType>(operand.getType()).getElementType(); handleMultidimensionalVectors() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 912 Type *eltType = FPOp->getType()->getScalarType(); fold_pow() local
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 590 Type eltType = getDest().getType(); verify() local 6285 Type eltType = getDestType().getElementType(); verify() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 5023 QualType eltType = LHSType->castAs<VectorType>()->getElementType(); BuiltinShuffleVector() local
|
H A D | SemaExpr.cpp | 7391 breakDownVectorType(QualType type,uint64_t & len,QualType & eltType) breakDownVectorType() argument
|