Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DVectorFunctionABITest.cpp23 void reset(const StringRef Name, const StringRef IRType) { in reset() argument
27 Type *Ty = parseType(IRType, Err, *(M.get())); in reset()
29 EXPECT_NE(FTy, nullptr) << "Invalid function type string: " << IRType in reset()
69 const StringRef IRType = "void()") { in invokeParser() argument
75 reset(Name, IRType); in invokeParser()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp1060 bool IsX86_MMXType(llvm::Type *IRType) { in IsX86_MMXType() argument
1062 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 && in IsX86_MMXType()
3321 if (isa<llvm::VectorType>(IRType)) { in GetByteVectorType()
3332 return IRType; in GetByteVectorType()
3336 return IRType; in GetByteVectorType()
3436 return IRType; in getFPTypeAtOffset()
3530 IRType->isIntegerTy(64)) in GetINTEGERTypeAtOffset()
3531 return IRType; in GetINTEGERTypeAtOffset()
3539 if (IRType->isIntegerTy(8) || IRType->isIntegerTy(16) || in GetINTEGERTypeAtOffset()
3540 IRType->isIntegerTy(32) || in GetINTEGERTypeAtOffset()
[all …]
H A DCGExpr.cpp2518 llvm::Value *V, llvm::Type *IRType, in EmitBitCastOfLValueToProperType() argument
2521 return CGF.Builder.CreateBitCast(V, IRType->getPointerTo(AS), Name); in EmitBitCastOfLValueToProperType()