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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp478 bool UseX86_MMXType(llvm::Type *IRType) { argument
481 return IRType->isVectorTy() && IRType->getPrimitiveSizeInBits() == 64 &&
482 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy() &&
483 IRType->getScalarSizeInBits() != 64;
879 llvm::Type *IRType = CGT.ConvertType(Ty); local
880 if (UseX86_MMXType(IRType)) {
884 ABIArgInfo AAI = ABIArgInfo::getDirect(IRType);
1080 llvm::Type *GetSSETypeAtOffset(llvm::Type *IRType,
1083 llvm::Type *GetINTEGERTypeAtOffset(llvm::Type *IRType,
[all...]
H A DCGExpr.cpp1631 llvm::Value *V, llvm::Type *IRType,
1634 return CGF.Builder.CreateBitCast(V, IRType->getPointerTo(AS), Name);
1630 EmitBitCastOfLValueToProperType(CodeGenFunction &CGF, llvm::Value *V, llvm::Type *IRType, StringRef Name = StringRef()) argument
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h233 IRType; typedef in typeref:enum:__anon14002
235 /* Pretty-print an IRType */
236 extern void ppIRType ( IRType );
238 /* Get the size (in bytes) of an IRType */
239 extern Int sizeofIRType ( IRType );
364 IRType elemTy; /* type of each element in the indexed area */
369 extern IRRegArray* mkIRRegArray ( Int, IRType, Int );
1366 IRType ty; /* Type of the value being read */
1466 IRType ty; /* Type of the loaded value */
1485 The stated return IRType, an
[all...]

Completed in 321 milliseconds