Home
last modified time | relevance | path

Searched refs:writeConstantPool (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp518 template <typename ConstType> void ELFObjectWriter::writeConstantPool(Type Ty) { in writeConstantPool() function in Ice::ELFObjectWriter
579 template void ELFObjectWriter::writeConstantPool<ConstantFloat>(Type Ty);
581 template void ELFObjectWriter::writeConstantPool<ConstantDouble>(Type Ty);
583 template void ELFObjectWriter::writeConstantPool<ConstantInteger32>(Type Ty);
DIceELFObjectWriter.h79 template <typename ConstType> void writeConstantPool(Type Ty);
DIceTargetLoweringX86BaseImpl.h8487 Writer->writeConstantPool<ConstantInteger32>(IceType_i8);
8488 Writer->writeConstantPool<ConstantInteger32>(IceType_i16);
8489 Writer->writeConstantPool<ConstantInteger32>(IceType_i32);
8491 Writer->writeConstantPool<ConstantFloat>(IceType_f32);
8492 Writer->writeConstantPool<ConstantDouble>(IceType_f64);
DIceTargetLoweringMIPS32.cpp5852 Writer->writeConstantPool<ConstantFloat>(IceType_f32); in lowerConstants()
5853 Writer->writeConstantPool<ConstantDouble>(IceType_f64); in lowerConstants()
DIceTargetLoweringARM32.cpp7103 Writer->writeConstantPool<ConstantFloat>(IceType_f32); in lowerConstants()
7104 Writer->writeConstantPool<ConstantDouble>(IceType_f64); in lowerConstants()