Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_fuchsia.cpp89 : MapAddr(Base), WindowBase(Base), WindowSize(Capacity) { in MemMapFuchsia()
137 WindowBase = MapAddr; in mapImpl()
153 MapAddr = WindowBase = WindowSize = 0; in unmapImpl()
165 if (Addr == WindowBase) in unmapImpl()
166 WindowBase += Size; in unmapImpl()
H A Dmem_map_fuchsia.h34 uptr getBaseImpl() { return WindowBase; } in getBaseImpl()
49 uptr WindowBase = 0; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8189 int WindowBase = 0; in ReconstructShuffle() member
8285 Src.WindowBase = -NumSrcElts; in ReconstructShuffle()
8303 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()
8317 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
8348 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11045 int WindowBase; in ReconstructShuffle() member
11050 ShuffleVec(Vec), WindowBase(0), WindowScale(1) {} in ReconstructShuffle()
11212 Src.WindowBase = -NumSrcElts; in ReconstructShuffle()
11238 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()
11258 Src.WindowBase *= Src.WindowScale; in ReconstructShuffle()
11289 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in ReconstructShuffle()