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

  /external/swiftshader/third_party/subzero/src/
IceTypes.h 81 size_t typeAlignInBytes(Type Ty);
IceTypes.cpp 96 size_t TypeAlignInBytes;
159 size_t typeAlignInBytes(Type Ty) {
161 return TypeAttributes[Ty].TypeAlignInBytes;
162 llvm_unreachable("Invalid type for typeAlignInBytes()");
IceInst.cpp 870 Str << ", align " << typeAlignInBytes(Ty);
885 Str << ", align " << typeAlignInBytes(Ty);
    [all...]
IceELFObjectWriter.cpp 524 SizeT Align = typeAlignInBytes(Ty);
IceTargetLoweringARM32.cpp 214 size_t typeAlignInBytes = typeWidthInBytes(Ty);
216 typeAlignInBytes = 8;
217 return Utils::applyAlignment(Value, typeAlignInBytes);
    [all...]
IceTargetLoweringMIPS32.cpp 97 size_t typeAlignInBytes = typeWidthInBytes(Ty);
100 typeAlignInBytes = typeWidthInBytes(IceType_i64);
101 return Utils::applyAlignment(Value, typeAlignInBytes);
    [all...]
PNaClTranslator.cpp     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 95 milliseconds