Searched refs:AdjustExpr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYTargetStreamer.cpp | 43 SMLoc Loc, const MCExpr *AdjustExpr) { in addEntry() 59 if (AdjustExpr) { in addEntry() 62 Value = MCBinaryExpr::createSub(AdjustExpr, SymRef, Context); in addEntry() 86 const MCExpr *AdjustExpr) { in addConstantPoolEntry() 104 ConstantPool->addEntry(getStreamer(), OrigExpr, 4, Loc, AdjustExpr); in addConstantPoolEntry() 109 return ConstantPool->addEntry(getStreamer(), Expr, 4, Loc, AdjustExpr); in addConstantPoolEntry() 44 addEntry(MCStreamer & Streamer,const MCExpr * Value,unsigned Size,SMLoc Loc,const MCExpr * AdjustExpr) addEntry() argument 87 addConstantPoolEntry(const MCExpr * Expr,SMLoc Loc,const MCExpr * AdjustExpr) addConstantPoolEntry() argument
|
| H A D | CSKYTargetStreamer.h | 35 unsigned Size, SMLoc Loc, const MCExpr *AdjustExpr); 70 const MCExpr *AdjustExpr = nullptr);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 850 const MCExpr *AdjustExpr = nullptr; in processLRW() local 858 AdjustExpr = MCSymbolRefExpr::create(Dot, getContext()); in processLRW() 862 Inst.getOperand(1).getExpr(), Inst.getLoc(), AdjustExpr); in processLRW()
|