Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp52 int64_t LocalOffset; // Local offset of the frame idx referenced member in __anon20c53ddf0111::FrameRef
151 int64_t LocalOffset = StackGrowsDown ? -Offset : Offset; in AdjustStackOffset() local
314 int64_t LocalOffset = LocalOffsets[Idx]; in insertFrameReferenceRegisters() local
338 int64_t LocalOffset = FR.getLocalOffset(); in insertFrameReferenceRegisters() local
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp135 void emitLocalEntry(MCSymbol *S, const MCExpr *LocalOffset) override { in emitLocalEntry()
162 void emitLocalEntry(MCSymbol *S, const MCExpr *LocalOffset) override { in emitLocalEntry()
220 void emitLocalEntry(MCSymbol *S, const MCExpr *LocalOffset) override { in emitLocalEntry()
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp506 const SCEV *LocalOffset = in allocateCandidatesAndFindBasisForGEP() local
/external/v8/src/base/platform/
Dplatform-win32.cc366 int64_t Win32Time::LocalOffset(TimezoneCache* cache) { in LocalOffset() function in v8::base::Win32Time
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2369 uint64_t ASTReader::getGlobalBitOffset(ModuleFile &M, uint32_t LocalOffset) { in getGlobalBitOffset()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3722 const SCEV *LocalOffset = getMulExpr(IndexS, ElementSize, Wrap); in createNodeForGEP() local