Searched defs:eltTy (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/CodeGen/ |
D | SwiftCallingConv.cpp | 236 auto eltTy = split.first; in addLegalTypedData() local 319 auto eltTy = vecTy->getElementType(); in addEntry() local 384 auto eltTy = split.first; in splitVectorEntry() local 639 llvm::Type *eltTy, unsigned numElts) { in isLegalVectorType() 649 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType() local 671 auto eltTy = origVectorTy->getElementType(); in legalizeVectorType() local
|
D | CGCXXABI.cpp | 234 const CXXDeleteExpr *expr, QualType eltTy, in ReadArrayCookie()
|
D | TargetInfo.cpp | 130 llvm::Type *eltTy, in isLegalVectorTypeForSwift()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | SwiftCallingConv.cpp | 252 auto eltTy = split.first; in addLegalTypedData() local 335 auto eltTy = vecTy->getElementType(); in addEntry() local 403 auto eltTy = split.first; in splitVectorEntry() local 699 llvm::Type *eltTy, unsigned numElts) { in isLegalVectorType() 709 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType() local 731 auto eltTy = origVectorTy->getElementType(); in legalizeVectorType() local
|
D | ConstantInitBuilder.cpp | 264 llvm::Constant *ConstantAggregateBuilderBase::finishArray(llvm::Type *eltTy) { in finishArray()
|
D | CGCXXABI.cpp | 205 const CXXDeleteExpr *expr, QualType eltTy, in ReadArrayCookie()
|
D | TargetInfo.cpp | 147 llvm::Type *eltTy, in isLegalVectorTypeForSwift() 5811 llvm::Type *eltTy, in isLegalVectorTypeForSwift() 6787 llvm::Type *eltTy, in isLegalVectorTypeForSwift()
|
/external/llvm-project/mlir/lib/Parser/ |
D | AttributeParser.cpp | 576 TensorLiteralParser::getIntAttrElements(llvm::SMLoc loc, Type eltTy, in getIntAttrElements() 620 TensorLiteralParser::getFloatAttrElements(llvm::SMLoc loc, FloatType eltTy, in getFloatAttrElements() 669 Type eltTy) { in getStringAttr()
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | ConstantInitBuilder.h | 436 llvm::Type *eltTy) in ConstantArrayBuilderTemplateBase() 555 llvm::Type *eltTy) in ConstantArrayBuilder()
|
/external/llvm-project/mlir/lib/IR/ |
D | BuiltinAttributes.cpp | 682 Type eltTy = owner.getType().getElementType(); in operator *() local 1021 Type eltTy = getType().getElementType().cast<ComplexType>().getElementType(); in getComplexIntValues() local 1045 Type eltTy = getType().getElementType().cast<ComplexType>().getElementType(); in getComplexFloatValues() local
|