HomeSort by relevance Sort by last modified time
    Searched refs:typeElementType (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTypes.h 83 Type typeElementType(Type Ty);
IceTypes.cpp 98 Type TypeElementType;
173 Type typeElementType(Type Ty) {
175 return TypeAttributes[Ty].TypeElementType;
176 llvm_unreachable("Invalid type for typeElementType()");
IceInstARM32.cpp 73 return typeWidthInBytes(typeElementType(Ty)) * CHAR_BIT;
674 Asm->vaddqi(typeElementType(DestTy), Dest, getSrc(0), getSrc(1));
721 Asm->vceqqi(typeElementType(SrcTy), Dest, getSrc(0), getSrc(1));
744 const Type ElmtTy = typeElementType(SrcTy);
777 const Type ElmtTy = typeElementType(SrcTy);
921 const Type ElmtTy = typeElementType(DestTy);
961 const Type ElmtTy = typeElementType(DestTy);
1000 const Type ElmtTy = typeElementType(DestTy);
    [all...]
IceTargetLowering.h 518 const Type DestElementTy = typeElementType(DestTy);
537 const auto ElementTy = typeElementType(Src->getType());
IceTargetLoweringMIPS32.cpp 286 auto *OpC = Func->makeVariable(typeElementType(Cond->getType()));
288 auto *OpT = Func->makeVariable(typeElementType(DestTy));
290 auto *OpF = Func->makeVariable(typeElementType(DestTy));
292 auto *Dst = Func->makeVariable(typeElementType(DestTy));
343 auto *Op0 = Func->makeVariable(typeElementType(SrcType));
345 auto *Op1 = Func->makeVariable(typeElementType(SrcType));
347 auto *Dst = Func->makeVariable(typeElementType(DestTy));
434 auto *Op = Func->makeVariable(typeElementType(SrcTy));
436 auto *Dst = Func->makeVariable(typeElementType(DestTy));
563 assert(typeElementType(DestTy) == IceType_i1)
    [all...]
PNaClTranslator.cpp     [all...]
IceInst.cpp 483 assert(typeElementType(Condition->getType()) == IceType_i1);
    [all...]
IceTargetLoweringARM32.cpp 704 assert(typeElementType(DestTy) == IceType_i1);
717 assert(typeElementType(SrcTy) == IceType_i1);
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceAssemblerARM32.cpp     [all...]
IceInstX86Base.h 907 Ty = typeElementType(Ty);
    [all...]

Completed in 265 milliseconds