Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1758 template <typename T> static void ConvertIntToBytes(unsigned char *p, T val) { in ConvertIntToBytes() function
1800 ConvertIntToBytes<>(ptr, c); in bufferLEByte()
1804 ConvertIntToBytes<>(ptr, int16); in bufferLEByte()
1809 ConvertIntToBytes<>(ptr, int32); in bufferLEByte()
1816 ConvertIntToBytes<>(ptr, int32); in bufferLEByte()
1831 ConvertIntToBytes<>(ptr, int64); in bufferLEByte()
1838 ConvertIntToBytes<>(ptr, int64); in bufferLEByte()