Searched refs:QI (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h44 #define QI(q) ((int64_t)q) macro
49 #define KQI(q) QI(q##LL)
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dsoft-fp.h180 typedef int QItype __attribute__((mode(QI)));
183 typedef unsigned int UQItype __attribute__((mode(QI)));
/freebsd-11-stable/contrib/gcc/
H A Dgcov-io.h187 typedef unsigned gcov_unsigned_t __attribute__ ((mode (QI)));
188 typedef unsigned gcov_position_t __attribute__ ((mode (QI)));
192 typedef signed gcov_type __attribute__ ((mode (QI)));
H A Dlibgcc2.h137 typedef int QItype __attribute__ ((mode (QI)));
138 typedef unsigned int UQItype __attribute__ ((mode (QI)));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1543 auto *QI = dyn_cast<ConstantInt>(PV.Q); local
1544 assert(QI && QI->getBitWidth() <= 32);
1548 unsigned Tmp = (QI->getZExtValue() | 1) & M;
1550 auto *QVI = ConstantInt::get(QI->getType(), QV);
1552 P = B.CreateTrunc(P, QI->getType());

Completed in 69 milliseconds