Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp53 int64_t LocalOffset; // Local offset of the frame idx referenced member in __anon7165d95d0111::FrameRef
177 int64_t LocalOffset = StackGrowsDown ? -Offset : Offset; in AdjustStackOffset() local
346 int64_t LocalOffset = LocalOffsets[Idx]; in insertFrameReferenceRegisters() local
369 int64_t LocalOffset = FR.getLocalOffset(); in insertFrameReferenceRegisters() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp253 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override { in emitLocalEntry()
291 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override { in emitLocalEntry()
346 unsigned encodePPC64LocalEntryOffset(const MCExpr *LocalOffset) { in encodePPC64LocalEntryOffset()
389 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override { in emitLocalEntry()
415 void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset) override { in emitLocalEntry()
H A DPPCTargetStreamer.h31 virtual void emitLocalEntry(MCSymbolELF *S, const MCExpr *LocalOffset){}; in emitLocalEntry()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFoldMemOffset.cpp203 int64_t LocalOffset = User.getOperand(2).getImm(); in foldOffset() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h118 uint64_t getGlobalBitOffset(uint64_t LocalOffset) { in getGlobalBitOffset()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp438 uint64_t LocalOffset = 0; in writeStringsAndOffsets() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp167 uint64_t LocalOffset = Record.readInt(); in ReadLocalOffset() local
3284 uint64_t ASTReader::getGlobalBitOffset(ModuleFile &M, uint64_t LocalOffset) { in getGlobalBitOffset()
4484 void ASTReader::loadPendingDeclChain(Decl *FirstLocal, uint64_t LocalOffset) { in loadPendingDeclChain()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp4539 if (std::optional<unsigned> LocalOffset = this->allocateLocal(E)) { in visitExpr() local
6872 bool IsComplex) -> bool { in emitComplexComparison()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp6024 llvm::Value *LocalOffset; in EmitGEPOffsetInBytes() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3779 const SCEV *LocalOffset = getMulExpr(IndexExpr, ElementSize, OffsetWrap); in getGEPExpr() local