Searched refs:LUT (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | StringExtras.h | 39 static const char LUT[] = "0123456789ABCDEF"; variable 41 return LUT[X] | Offset; 73 static const int16_t LUT[256] = { in hexDigitValue() local 92 return LUT[static_cast<unsigned char>(C)]; in hexDigitValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 930 static const char *LUT[] = {"Known", "NoneOrPhi"}; in dump() local 931 OS << LUT[Status] << "(id="; in dump()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 29107 SDValue LUT = DAG.getConstant(0x2d, DL, MVT::i32); in LowerGET_ROUNDING() local 29110 DAG.getNode(ISD::SRL, DL, MVT::i32, LUT, Shift), in LowerGET_ROUNDING() 29275 const int LUT[16] = {/* 0 */ 4, /* 1 */ 3, /* 2 */ 2, /* 3 */ 2, in LowerVectorCTLZInRegLUT() local 29282 LUTVec.push_back(DAG.getConstant(LUT[i % 16], DL, MVT::i8)); in LowerVectorCTLZInRegLUT() 32264 const int LUT[16] = {/* 0 */ 0, /* 1 */ 1, /* 2 */ 1, /* 3 */ 2, in LowerVectorCTPOPInRegLUT() local 32271 LUTVec.push_back(DAG.getConstant(LUT[i % 16], DL, MVT::i8)); in LowerVectorCTPOPInRegLUT()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/ |
| H A D | allkeys.txt | 25812 A1CE ; [.462F.0020.0002] # YI SYLLABLE LUT
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | NamesList.txt | 22723 A1CE YI SYLLABLE LUT
|
| H A D | UnicodeData.txt | 12765 A1CE;YI SYLLABLE LUT;Lo;0;L;;;;;N;;;;;
|