Home
last modified time | relevance | path

Searched defs:eltTy (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/test/lib/Conversion/MathToVCIX/
H A DTestMathToVCIXConversion.cpp36 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 DSwiftCallingConv.cpp405 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 DConstantInitBuilder.cpp263 llvm::Constant *ConstantAggregateBuilderBase::finishArray(llvm::Type *eltTy) { in finishArray() argument
H A DCGCXXABI.cpp256 const CXXDeleteExpr *expr, QualType eltTy, in ReadArrayCookie()
/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h439 llvm::Type *eltTy) in ConstantArrayBuilderTemplateBase()
558 llvm::Type *eltTy) in ConstantArrayBuilder()
/llvm-project/mlir/lib/AsmParser/
H A DAttributeParser.cpp611 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 DBuiltinAttributes.cpp608 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...]