Home
last modified time | relevance | path

Searched refs:IRType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp20 bool IsX86_MMXType(llvm::Type *IRType) { in IsX86_MMXType() argument
22 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 && in IsX86_MMXType()
23 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy() && in IsX86_MMXType()
24 IRType->getScalarSizeInBits() != 64; in IsX86_MMXType()
1277 llvm::Type *GetSSETypeAtOffset(llvm::Type *IRType,
1280 llvm::Type *GetINTEGERTypeAtOffset(llvm::Type *IRType,
2270 llvm::Type *IRType = CGT.ConvertType(Ty); in GetByteVectorType() local
2271 if (isa<llvm::VectorType>(IRType)) { in GetByteVectorType()
2275 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy(128)) { in GetByteVectorType()
2282 return IRType; in GetByteVectorType()
[all …]