Home
last modified time | relevance | path

Searched refs:AddOffset (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp48 static bool usesGivenOffset(const MCInst *MI, int AddOffset) { in usesGivenOffset() argument
51 (MI->getOperand(2).getImm() == AddOffset || in usesGivenOffset()
52 MI->getOperand(2).getImm() == -AddOffset); in usesGivenOffset()
55 static bool isPreIncrementForm(const MCInst *MI, int AddOffset) { in isPreIncrementForm() argument
57 return LPAC::isPreOp(AluCode) && usesGivenOffset(MI, AddOffset); in isPreIncrementForm()
60 static bool isPostIncrementForm(const MCInst *MI, int AddOffset) { in isPostIncrementForm() argument
74 int AddOffset) { in printMemoryLoadIncrement() argument
75 if (isPreIncrementForm(MI, AddOffset)) { in printMemoryLoadIncrement()
81 if (isPostIncrementForm(MI, AddOffset)) { in printMemoryLoadIncrement()
94 if (isPreIncrementForm(MI, AddOffset)) { in printMemoryStoreIncrement()
[all …]
H A DLanaiInstPrinter.h59 StringRef Opcode, int AddOffset);
61 StringRef Opcode, int AddOffset);
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.cpp226 int AddOffset = Offset - 63 + 1; in eliminateFrameIndex() local
232 AddOffset = -AddOffset; in eliminateFrameIndex()
244 .addImm(AddOffset); in eliminateFrameIndex()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTRecordWriter.h110 void AddOffset(uint64_t BitOffset) { in AddOffset() function
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DOpcodes.td373 def AddOffset : AluOpcode;
H A DInterp.h779 bool AddOffset(InterpState &S, CodePtr OpPC) { in AddOffset() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp1787 Record.AddOffset(Writer.WriteDeclContextLexicalBlock(Context, DC)); in VisitDeclContext()
1788 Record.AddOffset(Writer.WriteDeclContextVisibleBlock(Context, DC)); in VisitDeclContext()
1847 Record.AddOffset(LocalRedeclWriter.Emit(LOCAL_REDECLARATIONS)); in VisitRedeclarable()
H A DASTWriter.cpp5118 Record.AddOffset(WriteDeclContextLexicalBlock( in WriteDeclUpdatesBlocks()
5686 AddOffset(EmitCXXBaseSpecifiers(*Writer, Bases)); in AddCXXBaseSpecifiers()
5727 AddOffset(EmitCXXCtorInitializers(*Writer, CtorInits)); in AddCXXCtorInitializers()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1796 SDValue AddOffset = in SelectScratchSAddr() local
1801 SAddr, AddOffset), in SelectScratchSAddr()