Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp51 int64_t LocalOffset; // Local offset of the frame idx referenced member in __anon372479030111::FrameRef
55 MI(I), LocalOffset(Offset), FrameIdx(Idx) {} in FrameRef()
57 return LocalOffset < RHS.LocalOffset; in operator <()
60 int64_t getLocalOffset() const { return LocalOffset; } in getLocalOffset()
150 int64_t LocalOffset = StackGrowsDown ? -Offset : Offset; in AdjustStackOffset() local
152 << LocalOffset << "\n"); in AdjustStackOffset()
154 LocalOffsets[FrameIdx] = LocalOffset; in AdjustStackOffset()
156 MFI->mapLocalFrameObject(FrameIdx, LocalOffset); in AdjustStackOffset()
311 int64_t LocalOffset = LocalOffsets[Idx]; in insertFrameReferenceRegisters() local
312 if (!TRI->needsFrameBaseReg(MI, LocalOffset)) in insertFrameReferenceRegisters()
[all …]
/external/chromium_org/v8/src/
Dplatform-win32.cc225 int64_t LocalOffset(TimezoneCache* cache);
359 int64_t Win32Time::LocalOffset(TimezoneCache* cache) { in LocalOffset() function in v8::internal::Win32Time
401 int64_t offset = LocalOffset(cache); in InDST()
486 return static_cast<double>(t.LocalOffset(cache) - in LocalTimeOffset()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasm-pp.c341 static int LocalOffset = 4; variable
2458 LocalOffset = 4; in do_directive()
2468 LocalOffset = 2; in do_directive()
2478 LocalOffset = 2; in do_directive()
2591 offset = LocalOffset; in do_directive()
/external/clang/include/clang/Serialization/
DASTReader.h1159 uint64_t getGlobalBitOffset(ModuleFile &M, uint32_t LocalOffset);
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2226 uint64_t ASTReader::getGlobalBitOffset(ModuleFile &M, uint32_t LocalOffset) { in getGlobalBitOffset() argument
2227 return LocalOffset + M.GlobalBitOffset; in getGlobalBitOffset()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3312 const SCEV *LocalOffset = getMulExpr(IndexS, ElementSize, Wrap); in createNodeForGEP() local
3315 TotalOffset = getAddExpr(TotalOffset, LocalOffset); in createNodeForGEP()