Home
last modified time | relevance | path

Searched refs:OffsetExpr (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.cpp74 const MCExpr *OffsetExpr = MCConstantExpr::create(Offset, Ctx); in getExpr() local
75 Expr = MCBinaryExpr::createAdd(Expr, OffsetExpr, Ctx); in getExpr()
/external/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp76 const MCConstantExpr *OffsetExpr = MCConstantExpr::create(Offset, *Ctx); in LowerSymbolOperand() local
77 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand()
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCCodeEmitter.cpp228 const MCExpr *OffsetExpr = MCConstantExpr::create(Offset, Ctx); in getPCRelEncoding() local
229 Expr = MCBinaryExpr::createAdd(Expr, OffsetExpr, Ctx); in getPCRelEncoding()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2763 const MCExpr *OffsetExpr = Inst.getOperand(2).getExpr(); in expandCondBranches() local
2893 TOut.emitRX(Mips::BLTZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches()
2898 TOut.emitRX(Mips::BLEZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches()
2904 TOut.emitRX(Mips::BGEZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches()
2910 TOut.emitRX(Mips::BGTZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches()
2916 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches()
2923 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches()
2948 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches()
2967 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches()
2975 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches()
[all …]
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9654 const MCExpr *OffsetExpr; in parseDirectiveSetFP() local
9657 if (getParser().parseExpression(OffsetExpr, EndLoc)) { in parseDirectiveSetFP()
9661 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(OffsetExpr); in parseDirectiveSetFP()
9697 const MCExpr *OffsetExpr; in parseDirectivePad() local
9700 if (getParser().parseExpression(OffsetExpr, EndLoc)) { in parseDirectivePad()
9704 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(OffsetExpr); in parseDirectivePad()
9931 const MCExpr *OffsetExpr; in parseDirectiveUnwindRaw() local
9934 getParser().parseExpression(OffsetExpr)) { in parseDirectiveUnwindRaw()
9940 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(OffsetExpr); in parseDirectiveUnwindRaw()
10067 const MCExpr *OffsetExpr; in parseDirectiveMovSP() local
[all …]