Searched defs:IRType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp817 bool IsX86_MMXType(llvm::Type *IRType) { argument
819 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 &&
820 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy() &&
821 IRType->getScalarSizeInBits() != 64;
1917 llvm::Type *GetSSETypeAtOffset(llvm::Type *IRType,
1920 llvm::Type *GetINTEGERTypeAtOffset(llvm::Type *IRType,
2747 llvm::Type *IRType = CGT.ConvertType(Ty);
2748 if (isa<llvm::VectorType>(IRType) ||
2749 IRType
[all...]
H A DCGExpr.cpp1944 llvm::Value *V, llvm::Type *IRType,
1947 return CGF.Builder.CreateBitCast(V, IRType->getPointerTo(AS), Name);
1943 EmitBitCastOfLValueToProperType(CodeGenFunction &CGF, llvm::Value *V, llvm::Type *IRType, StringRef Name = StringRef()) argument
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h238 IRType; typedef in typeref:enum:__anon28750
240 /* Pretty-print an IRType */
241 extern void ppIRType ( IRType );
243 /* Get the size (in bytes) of an IRType */
244 extern Int sizeofIRType ( IRType );
248 extern IRType integerIRTypeOfSize ( Int szB );
377 IRType elemTy; /* type of each element in the indexed area */
382 extern IRRegArray* mkIRRegArray ( Int, IRType, Int );
1904 /*OUTs*/ IRType* t_dst, IRType* t_arg
[all...]

Completed in 181 milliseconds