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

  /external/swiftshader/third_party/subzero/src/
IceInstX8664.cpp 53 TargetX8664Traits::TypeAttributes[] = {
IceInstX8632.cpp 52 TargetX8632Traits::TypeAttributes[] = {
IceTypes.cpp 103 const struct TypeAttributeFields TypeAttributes[] = {
154 return TypeAttributes[Ty].TypeWidthInBytesLog2;
161 return TypeAttributes[Ty].TypeAlignInBytes;
168 return TypeAttributes[Ty].TypeNumElements;
175 return TypeAttributes[Ty].TypeElementType;
277 return TypeAttributes[Ty].DisplayString;
284 return TypeAttributes[C].RegClassString;
IceTargetLoweringX8632Traits.h     [all...]
IceTargetLoweringX8664Traits.h     [all...]

Completed in 139 milliseconds