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

  /external/swiftshader/third_party/subzero/src/
IceTypes.h 79 size_t typeWidthInBytes(Type Ty);
121 /// Check if a type is byte sized (slight optimization over typeWidthInBytes).
124 assert(result == (1 == typeWidthInBytes(Ty)));
IceTypes.cpp 147 size_t typeWidthInBytes(Type Ty) {
270 return typeWidthInBytes(Ty) * CHAR_BIT;
IceELFSection.cpp 48 const SizeT RelocAddrSize = typeWidthInBytes(getPointerType());
IceInstX86BaseImpl.h     [all...]
IceASanInstrumentation.cpp 377 typeWidthInBytes(Instr->getDest()->getType()), Func);
393 typeWidthInBytes(Instr->getData()->getType()), Func);
IceOperand.h     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringX8632.cpp 270 const RelocOffsetT ImmSize = -typeWidthInBytes(IceType_i32);
IceELFObjectWriter.cpp 525 size_t EntSize = typeWidthInBytes(Ty);
596 const Elf64_Xword PointerSize = typeWidthInBytes(getPointerType());
IceGlobalContext.cpp 531 ProfileBlockInfoVarDecl->setAlignment(typeWidthInBytes(IceType_i64));
550 const SizeT Sizeof64BitNullPtr = typeWidthInBytes(IceType_i64);
    [all...]
IceTargetLoweringMIPS32.cpp 97 size_t typeAlignInBytes = typeWidthInBytes(Ty);
100 typeAlignInBytes = typeWidthInBytes(IceType_i64);
    [all...]
IceInstX86Base.h     [all...]
IceCfg.cpp 159 const SizeT Int64ByteSize = typeWidthInBytes(IceType_i64);
168 const SizeT Int64ByteSize = typeWidthInBytes(IceType_i64);
    [all...]
IceTargetLoweringX86Base.h 164 const uint32_t WordSizeInBytes = typeWidthInBytes(Traits::WordType);
165 return Utils::applyAlignment(typeWidthInBytes(Ty), WordSizeInBytes);
    [all...]
WasmTranslator.cpp 481 const SizeT BitCount = typeWidthInBytes(DestTy) * CHAR_BIT;
507 const SizeT BitCount = typeWidthInBytes(DestTy) * CHAR_BIT;
    [all...]
IceTargetLoweringMIPS32.h 98 return (typeWidthInBytes(Ty) + 3) & ~3;
    [all...]
IceInstARM32.cpp 73 return typeWidthInBytes(typeElementType(Ty)) * CHAR_BIT;
    [all...]
IceTargetLoweringARM32.cpp 214 size_t typeAlignInBytes = typeWidthInBytes(Ty);
    [all...]
IceTargetLoweringARM32.h 131 return (typeWidthInBytes(Ty) + 3) & ~3;
    [all...]
IceAssemblerARM32.cpp     [all...]
PNaClTranslator.cpp     [all...]
  /external/swiftshader/src/Reactor/
Optimizer.cpp 589 return Ice::typeWidthInBytes(instStore->getData()->getType());
SubzeroReactor.cpp 190 return Ice::typeWidthInBytes(T(type));
620 int typeSize = Ice::typeWidthInBytes(type);
    [all...]

Completed in 733 milliseconds