HomeSort by relevance Sort by last modified time
    Searched defs:IRType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
TargetInfo.cpp 478 bool UseX86_MMXType(llvm::Type *IRType) {
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);
880 if (UseX86_MMXType(IRType)) {
884 ABIArgInfo AAI = ABIArgInfo::getDirect(IRType);
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 233 IRType;
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 );
    [all...]

Completed in 336 milliseconds