Searched refs:ConvertIntToBytes (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1764 template <typename T> static void ConvertIntToBytes(unsigned char *p, T val) { in ConvertIntToBytes() function 1805 ConvertIntToBytes<>(ptr, c); in bufferLEByte() 1809 ConvertIntToBytes<>(ptr, int16); in bufferLEByte() 1814 ConvertIntToBytes<>(ptr, int32); in bufferLEByte() 1821 ConvertIntToBytes<>(ptr, int32); in bufferLEByte() 1836 ConvertIntToBytes<>(ptr, int64); in bufferLEByte() 1843 ConvertIntToBytes<>(ptr, int64); in bufferLEByte() 1867 ConvertIntToBytes<>(ptr, float16); in bufferLEByte()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1753 template <typename T> static void ConvertIntToBytes(unsigned char *p, T val) { in ConvertIntToBytes() function 1794 ConvertIntToBytes<>(ptr, c); in bufferLEByte() 1798 ConvertIntToBytes<>(ptr, int16); in bufferLEByte() 1803 ConvertIntToBytes<>(ptr, int32); in bufferLEByte() 1810 ConvertIntToBytes<>(ptr, int32); in bufferLEByte() 1825 ConvertIntToBytes<>(ptr, int64); in bufferLEByte() 1832 ConvertIntToBytes<>(ptr, int64); in bufferLEByte() 1856 ConvertIntToBytes<>(ptr, float16); in bufferLEByte()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1785 template <typename T> static void ConvertIntToBytes(unsigned char *p, T val) { in ConvertIntToBytes() function 1827 ConvertIntToBytes<>(ptr, c); in bufferLEByte() 1831 ConvertIntToBytes<>(ptr, int16); in bufferLEByte() 1836 ConvertIntToBytes<>(ptr, int32); in bufferLEByte() 1843 ConvertIntToBytes<>(ptr, int32); in bufferLEByte() 1858 ConvertIntToBytes<>(ptr, int64); in bufferLEByte() 1865 ConvertIntToBytes<>(ptr, int64); in bufferLEByte()
|