Searched defs:eltTy (Results 1 – 7 of 7) sorted by relevance
/llvm-project/mlir/test/lib/Conversion/MathToVCIX/ |
H A D | TestMathToVCIXConversion.cpp | 36 Type eltTy = vt.getElementType(); in legalizeVectorType() local 80 Type eltTy = legalType.getElementType(); in matchAndRewrite() local 123 Type eltTy = legalType.getElementType(); in matchAndRewrite() local 149 Type eltTy = legalType.getElementType(); matchAndRewrite() local 211 Type eltTy = legalType.getElementType(); matchAndRewrite() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 405 CharUnits eltSize = getTypeStoreSize(CGM, eltTy); in splitVectorEntry() local 254 auto eltTy = split.first; addLegalTypedData() local 337 auto eltTy = vecTy->getElementType(); addEntry() local 696 isLegalVectorType(CodeGenModule & CGM,CharUnits vectorSize,llvm::Type * eltTy,unsigned numElts) isLegalVectorType() argument 705 auto eltTy = vectorTy->getElementType(); splitLegalVectorType() local 727 auto eltTy = origVectorTy->getElementType(); legalizeVectorType() local [all...] |
H A D | ConstantInitBuilder.cpp | 263 llvm::Constant *ConstantAggregateBuilderBase::finishArray(llvm::Type *eltTy) { in finishArray() argument
|
H A D | CGCXXABI.cpp | 256 const CXXDeleteExpr *expr, QualType eltTy, in ReadArrayCookie()
|
/llvm-project/clang/include/clang/CodeGen/ |
H A D | ConstantInitBuilder.h | 439 llvm::Type *eltTy) in ConstantArrayBuilderTemplateBase() 558 llvm::Type *eltTy) in ConstantArrayBuilder()
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | AttributeParser.cpp | 611 getIntAttrElements(SMLoc loc,Type eltTy,std::vector<APInt> & intValues) getIntAttrElements() argument 655 getFloatAttrElements(SMLoc loc,FloatType eltTy,std::vector<APFloat> & floatValues) getFloatAttrElements() argument 697 getStringAttr(SMLoc loc,ShapedType type,Type eltTy) getStringAttr() argument [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinAttributes.cpp | 608 Type eltTy = owner.getElementType(); operator *() local 1194 auto eltTy = llvm::dyn_cast<FloatType>(getElementType()); tryGetFloatValues() local 1208 auto eltTy = llvm::dyn_cast<FloatType>(complexTy.getElementType()); tryGetComplexFloatValues() local [all...] |