Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_fuchsia.cpp96 : MapAddr(Base), WindowBase(Base), WindowSize(Capacity) { in MemMapFuchsia()
146 WindowBase = MapAddr; in mapImpl()
162 MapAddr = WindowBase = WindowSize = 0; in unmapImpl()
174 if (Addr == WindowBase) in unmapImpl()
175 WindowBase += Size; in unmapImpl()
H A Dmem_map_fuchsia.h34 uptr getBaseImpl() { return WindowBase; } in getBaseImpl()
49 uptr WindowBase = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8206 int WindowBase = 0; in ReconstructShuffle() member
8302 Src.WindowBase = -NumSrcElts; in ReconstructShuffle()
8320 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()
8334 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
8365 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12066 int WindowBase; in ReconstructShuffle() member
12071 ShuffleVec(Vec), WindowBase(0), WindowScale(1) {} in ReconstructShuffle()
12233 Src.WindowBase = -NumSrcElts; in ReconstructShuffle()
12259 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()
12279 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
12310 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()