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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp496 bool IsX86_MMXType(llvm::Type *IRType) { argument
498 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 &&
499 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy() &&
500 IRType->getScalarSizeInBits() != 64;
1147 llvm::Type *GetSSETypeAtOffset(llvm::Type *IRType,
1150 llvm::Type *GetINTEGERTypeAtOffset(llvm::Type *IRType,
1804 llvm::Type *IRType = CGT.ConvertType(Ty);
1808 llvm::StructType *STy = dyn_cast<llvm::StructType>(IRType);
1810 IRType
[all...]
H A DCGExpr.cpp1671 llvm::Value *V, llvm::Type *IRType,
1674 return CGF.Builder.CreateBitCast(V, IRType->getPointerTo(AS), Name);
1670 EmitBitCastOfLValueToProperType(CodeGenFunction &CGF, llvm::Value *V, llvm::Type *IRType, StringRef Name = StringRef()) argument
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h237 IRType; typedef in typeref:enum:__anon27917
239 /* Pretty-print an IRType */
240 extern void ppIRType ( IRType );
242 /* Get the size (in bytes) of an IRType */
243 extern Int sizeofIRType ( IRType );
372 IRType elemTy; /* type of each element in the indexed area */
377 extern IRRegArray* mkIRRegArray ( Int, IRType, Int );
1579 IRType ty; /* Type of the value being read */
1672 IRType ty; /* Type of the loaded value */
1691 The stated return IRType, an
[all...]

Completed in 393 milliseconds