Searched defs:LUT (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/unittests/Support/ |
H A D | SHA256.cpp | 23 static const char *const LUT = "0123456789abcdef"; in toHex() local
|
H A D | raw_sha1_ostream_test.cpp | 18 static const char *const LUT = "0123456789ABCDEF"; in toHex() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 39 static const char LUT[] = "0123456789ABCDEF"; variable 82 static const int16_t LUT[256] = { in hexDigitValue() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 1045 static const char *LUT[] = {"Known", "NoneOrPhi"}; dump() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 27697 SDValue LUT = DAG.getConstant(0x2d, DL, MVT::i32); LowerGET_ROUNDING() local 27983 const int LUT[16] = {/* 0 */ 4, /* 1 */ 3, /* 2 */ 2, /* 3 */ 2, LowerVectorCTLZInRegLUT() local 31305 const int LUT[16] = {/* 0 */ 0, /* 1 */ 1, /* 2 */ 1, /* 3 */ 2, LowerVectorCTPOPInRegLUT() local 31424 SDValue LUT = DAG.getConstant(0x4332322132212110ULL, DL, MVT::i64); LowerCTPOP() local [all...] |