Home
last modified time | relevance | path

Searched refs:TypePool (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp134 template <Type Ty, typename KeyType, typename ValueType> class TypePool { class
135 TypePool(const TypePool &) = delete;
136 TypePool &operator=(const TypePool &) = delete;
139 TypePool() = default;
205 TypePool<IceType_f32, float, ConstantFloat> Floats;
206 TypePool<IceType_f64, double, ConstantDouble> Doubles;
207 TypePool<IceType_i1, int8_t, ConstantInteger32> Integers1;
208 TypePool<IceType_i8, int8_t, ConstantInteger32> Integers8;
209 TypePool<IceType_i16, int16_t, ConstantInteger32> Integers16;
210 TypePool<IceType_i32, int32_t, ConstantInteger32> Integers32;
[all …]
/third_party/spirv-tools/source/opt/
Dtype_manager.h214 using TypePool = variable
277 TypePool type_pool_; // Memory owner of type pointers.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.h214 using TypePool = variable
277 TypePool type_pool_; // Memory owner of type pointers.
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtype_manager.h207 using TypePool = variable
270 TypePool type_pool_; // Memory owner of type pointers.