Searched defs:LUT (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 1044 static const char *LUT[] = {"Known", "NoneOrPhi"}; dump() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 27454 SDValue LUT = DAG.getConstant(0x2d, DL, MVT::i32); LowerGET_ROUNDING() local 27738 const int LUT[16] = {/* 0 */ 4, /* 1 */ 3, /* 2 */ 2, /* 3 */ 2, LowerVectorCTLZInRegLUT() local 30949 const int LUT[16] = {/* 0 */ 0, /* 1 */ 1, /* 2 */ 1, /* 3 */ 2, LowerVectorCTPOPInRegLUT() local [all...] |