Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
HDInstrRefBasedImpl.h89 #define NUM_LOC_BITS 24 macro
91 assert(L < (1 << NUM_LOC_BITS) && "Machine locations must fit in 24 bits"); in LocIdx()
152 : NUM_LOC_BITS; /// The machine location where the def happens.
HDInstrRefBasedImpl.cpp1029 assert(NumRegs < (1u << NUM_LOC_BITS)); // Detect bit packing failure in MLocTracker()