Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp5697 template <> struct ConstantPoolEmitterTraits<float> { struct
5698 using ConstantType = ConstantFloat;
5699 static constexpr Type IceType = IceType_f32;
5702 static const char AsmTag[];
5703 static const char TypeName[];
5704 static uint64_t bitcastToUint64(float Value) { in bitcastToUint64()
5714 template <> struct ConstantPoolEmitterTraits<double> { struct
5715 using ConstantType = ConstantDouble;
5716 static constexpr Type IceType = IceType_f64;
5717 static const char AsmTag[];
[all …]
H A DIceTargetLoweringARM32.cpp6820 template <> struct ConstantPoolEmitterTraits<float> { struct
6821 using ConstantType = ConstantFloat;
6822 static constexpr Type IceType = IceType_f32;
6825 static const char AsmTag[];
6826 static const char TypeName[];
6827 static uint64_t bitcastToUint64(float Value) { in bitcastToUint64()
6837 template <> struct ConstantPoolEmitterTraits<double> { struct
6838 using ConstantType = ConstantDouble;
6839 static constexpr Type IceType = IceType_f64;
6840 static const char AsmTag[];
[all …]