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.cpp221 static constexpr u32_location_t kFirstInvalidRegLocation = 1 << 30; member
225 static constexpr u32_location_t kSpillLocation = kFirstInvalidRegLocation;
230 kFirstInvalidRegLocation + 1;
238 static constexpr u32_location_t kWasmLocation = kFirstInvalidRegLocation + 2;
815 return (RegNo < LocIndex::kFirstInvalidRegLocation) || in insert()
1245 LocIndex::rawIndexForReg(LocIndex::kFirstInvalidRegLocation); in getUsedRegs()