Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp223 static constexpr u32_location_t kFirstInvalidRegLocation = 1 << 30; member
227 static constexpr u32_location_t kSpillLocation = kFirstInvalidRegLocation;
232 kFirstInvalidRegLocation + 1;
240 static constexpr u32_location_t kWasmLocation = kFirstInvalidRegLocation + 2;
813 return RegNo < LocIndex::kFirstInvalidRegLocation; in insert()
1242 LocIndex::rawIndexForReg(LocIndex::kFirstInvalidRegLocation); in getUsedRegs()