Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_fuchsia.cpp96 : MapAddr(Base), WindowBase(Base), WindowSize(Capacity) { in mapImpl()
146 WindowBase = MapAddr; in unmapImpl()
162 MapAddr = WindowBase = WindowSize = 0; in unmapImpl()
174 if (Addr == WindowBase) in remapImpl()
175 WindowBase += Size; in remapImpl()
H A Dmem_map_fuchsia.h34 uptr getBaseImpl() { return WindowBase; } in getBaseImpl()
49 uptr WindowBase = 0; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8204 // Code should guarantee that element i in Vec starts at element "WindowBase in ReconstructShuffle()
8206 int WindowBase = 0; in ReconstructShuffle()
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()
8189 int WindowBase = 0; ReconstructShuffle() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12064 // Code should guarantee that element i in Vec starts at element "WindowBase in isWideTypeMask()
12066 int WindowBase; in isWideTypeMask()
12071 ShuffleVec(Vec), WindowBase(0), WindowScale(1) {} in isWideTypeMask()
12233 Src.WindowBase = -NumSrcElts; in LowerVECTOR_SHUFFLE()
12259 Src.WindowBase = -Src.MinElt; in LowerVECTOR_SHUFFLE()
12279 Src.WindowBase *= Src.WindowScale; in LowerVECTOR_SHUFFLE()
12310 int ExtractBase = EltNo * Src->WindowScale + Src->WindowBase; in LowerVECTOR_SHUFFLE()
11045 int WindowBase; ReconstructShuffle() member
[all...]