Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp5744 template <> struct ConstantPoolEmitterTraits<float> { struct
5745 using ConstantType = ConstantFloat;
5746 static constexpr Type IceType = IceType_f32;
5749 static const char AsmTag[];
5750 static const char TypeName[];
5751 static uint64_t bitcastToUint64(float Value) { in bitcastToUint64()
5761 template <> struct ConstantPoolEmitterTraits<double> { struct
5762 using ConstantType = ConstantDouble;
5763 static constexpr Type IceType = IceType_f64;
5764 static const char AsmTag[];
[all …]
DIceTargetLoweringARM32.cpp7235 template <> struct ConstantPoolEmitterTraits<float> { struct
7236 using ConstantType = ConstantFloat;
7237 static constexpr Type IceType = IceType_f32;
7240 static const char AsmTag[];
7241 static const char TypeName[];
7242 static uint64_t bitcastToUint64(float Value) { in bitcastToUint64()
7252 template <> struct ConstantPoolEmitterTraits<double> { struct
7253 using ConstantType = ConstantDouble;
7254 static constexpr Type IceType = IceType_f64;
7255 static const char AsmTag[];
[all …]