Home
last modified time | relevance | path

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

12

/external/llvm-project/mlir/lib/IR/
DBuiltinAttributes.cpp783 auto eltType = type.getElementType(); in get() local
997 auto eltType = getType().getElementType().dyn_cast<IntegerType>(); in getBoolValues() local
1417 auto eltType = getType().getElementType().cast<FloatType>(); in getZeroAPFloat() local
1423 auto eltType = getType().getElementType().cast<IntegerType>(); in getZeroAPInt() local
1429 auto eltType = getType().getElementType(); in getZeroAttr() local
DAttributeDetail.h352 inline size_t getDenseElementBitWidth(Type eltType) { in getDenseElementBitWidth()
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp74 QualType eltType = arrayType->getElementType(); in addTypedData() local
82 auto eltType = complexType->getElementType(); in addTypedData() local
DCodeGenFunction.cpp1464 QualType eltType; in EmitNullInitialization() local
1581 QualType eltType; in emitArrayLength() local
DCGExprComplex.cpp311 QualType eltType = complexType->castAs<ComplexType>()->getElementType(); in emitAddrOfImagComponent() local
DCGCall.cpp2392 llvm::Type *eltType = coercionType->getElementType(i); in EmitFunctionProlog() local
3806 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
4031 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
DCGExpr.cpp2835 QualType eltType; in getFixedSizeElementType() local
2844 QualType eltType, bool inbounds, in emitArraySubscriptGEP()
DCGExprScalar.cpp2009 QualType eltType; in VisitUnaryExprOrTypeTraitExpr() local
/external/llvm-project/clang/lib/CodeGen/
DSwiftCallingConv.cpp77 QualType eltType = arrayType->getElementType(); in addTypedData() local
85 auto eltType = complexType->getElementType(); in addTypedData() local
DCGCall.cpp2737 llvm::Type *eltType = coercionType->getElementType(i); in EmitFunctionProlog() local
4726 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
5082 llvm::Type *eltType = coercionType->getElementType(i); in EmitCall() local
DCodeGenFunction.cpp1917 QualType eltType; in emitArrayLength() local
DCGExpr.cpp3606 QualType eltType; in getFixedSizeElementType() local
3651 QualType eltType, bool inbounds, in emitArraySubscriptGEP()
/external/llvm-project/clang/utils/TableGen/
DClangASTPropertiesEmitter.cpp332 } else if (auto eltType = type.getArrayElementType()) { in validateType() local
481 } else if (auto eltType = type.getArrayElementType()) { in emitBasicReaderWriterMethodSuffix() local
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h201 for (auto eltType : coerceToType->elements()) { in getCoerceAndExpand() local
225 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) { in isPaddingForCoerceAndExpand()
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h252 for (auto eltType : coerceToType->elements()) { in getCoerceAndExpand() local
276 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) { in isPaddingForCoerceAndExpand()
/external/llvm-project/mlir/unittests/IR/
DAttributeTest.cpp18 static void testSplat(Type eltType, const EltTy &splatElt) { in testSplat()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp92 Type eltType = tp.getElementType(); in adjustType() local
1136 Type eltType = dstType.getElementType(); in matchAndRewrite() local
1297 Type eltType = resType.getElementType(); in expandIndices() local
1338 Type eltType = resType.getElementType(); in matchAndRewrite() local
1399 auto eltType = dstType.getElementType(); in matchAndRewrite() local
1453 auto eltType = dstType.getElementType(); in matchAndRewrite() local
DVectorOps.cpp133 Type eltType = op.dest().getType(); in verify() local
/external/llvm-project/mlir/lib/Parser/
DAttributeParser.cpp519 Type eltType = type.getElementType(); in getAttr() local
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp547 Type eltType = reductionOp.dest().getType(); in matchAndRewrite() local
1341 Type eltType = vectorType ? vectorType.getElementType() : printType; in matchAndRewrite() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp876 Type *eltType; in fold_pow() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp881 Type *eltType; in fold_pow() local
/external/clang/lib/Sema/
DSemaChecking.cpp3422 QualType eltType = LHSType->getAs<VectorType>()->getElementType(); in SemaBuiltinShuffleVector() local
DSemaExpr.cpp5788 QualType &eltType) { in breakDownVectorType()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp6119 QualType eltType = LHSType->castAs<VectorType>()->getElementType(); in SemaBuiltinShuffleVector() local

12