Home
last modified time | relevance | path

Searched defs:ConstantPoolEmitterTraits (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp5776 template <> struct ConstantPoolEmitterTraits<float> { struct
5777 using ConstantType = ConstantFloat;
5778 static constexpr Type IceType = IceType_f32;
5781 static const char AsmTag[];
5782 static const char TypeName[];
5783 static uint64_t bitcastToUint64(float Value) { in bitcastToUint64()
5793 template <> struct ConstantPoolEmitterTraits<double> { struct
5794 using ConstantType = ConstantDouble;
5795 static constexpr Type IceType = IceType_f64;
5796 static const char AsmTag[];
[all …]
DIceTargetLoweringARM32.cpp7255 template <> struct ConstantPoolEmitterTraits<float> { struct
7256 using ConstantType = ConstantFloat;
7257 static constexpr Type IceType = IceType_f32;
7260 static const char AsmTag[];
7261 static const char TypeName[];
7262 static uint64_t bitcastToUint64(float Value) { in bitcastToUint64()
7272 template <> struct ConstantPoolEmitterTraits<double> { struct
7273 using ConstantType = ConstantDouble;
7274 static constexpr Type IceType = IceType_f64;
7275 static const char AsmTag[];
[all …]