Home
last modified time | relevance | path

Searched refs:AdjustExpr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp44 SMLoc Loc, const MCExpr *AdjustExpr) { in addEntry() argument
60 if (AdjustExpr) { in addEntry()
63 Value = MCBinaryExpr::createSub(AdjustExpr, SymRef, Context); in addEntry()
87 const MCExpr *AdjustExpr) { in addConstantPoolEntry() argument
105 ConstantPool->addEntry(getStreamer(), OrigExpr, 4, Loc, AdjustExpr); in addConstantPoolEntry()
110 return ConstantPool->addEntry(getStreamer(), Expr, 4, Loc, AdjustExpr); in addConstantPoolEntry()
H A DCSKYTargetStreamer.h35 unsigned Size, SMLoc Loc, const MCExpr *AdjustExpr);
70 const MCExpr *AdjustExpr = nullptr);
/llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp848 const MCExpr *AdjustExpr = nullptr; in processLRW() local
856 AdjustExpr = MCSymbolRefExpr::create(Dot, getContext()); in processLRW()
860 Inst.getOperand(1).getExpr(), Inst.getLoc(), AdjustExpr); in processLRW()