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

  /external/swiftshader/third_party/subzero/src/
IceTypes.cpp 95 int8_t TypeWidthInBytesLog2;
148 int8_t Shift = typeWidthInBytesLog2(Ty);
152 int8_t typeWidthInBytesLog2(Type Ty) {
154 return TypeAttributes[Ty].TypeWidthInBytesLog2;
155 llvm_unreachable("Invalid type for typeWidthInBytesLog2()");
IceTypes.h 80 int8_t typeWidthInBytesLog2(Type Ty);
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 8829 milliseconds