Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1791 template <typename T> static void ConvertIntToBytes(unsigned char *p, T val) { in ConvertIntToBytes() function
1832 ConvertIntToBytes<>(ptr, c); in bufferLEByte()
1836 ConvertIntToBytes<>(ptr, int16); in bufferLEByte()
1841 ConvertIntToBytes<>(ptr, int32); in bufferLEByte()
1848 ConvertIntToBytes<>(ptr, int32); in bufferLEByte()
1863 ConvertIntToBytes<>(ptr, int64); in bufferLEByte()
1870 ConvertIntToBytes<>(ptr, int64); in bufferLEByte()
1894 ConvertIntToBytes<>(ptr, float16); in bufferLEByte()