Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp73 const MCExpr *OffsetExpr = MCConstantExpr::create(Offset, Ctx); in getExpr() local
74 Expr = MCBinaryExpr::createAdd(Expr, OffsetExpr, Ctx); in getExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp72 const MCConstantExpr *OffsetExpr = MCConstantExpr::create(Offset, *Ctx); in LowerSymbolOperand() local
73 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp71 const MCConstantExpr *OffsetExpr = MCConstantExpr::create(Offset, *Ctx); in LowerSymbolOperand() local
72 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp661 SmallVector<uint64_t, 16> OffsetExpr; in prependOffsetExpression() local
663 OffsetExpr.push_back(dwarf::DW_OP_deref); in prependOffsetExpression()
664 getOffsetOpcodes(Offset, OffsetExpr); in prependOffsetExpression()
666 OffsetExpr.push_back(dwarf::DW_OP_deref); in prependOffsetExpression()
667 return DIExpression::prependOpcodes(Expr, OffsetExpr, in prependOffsetExpression()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp206 const MCExpr *OffsetExpr = MCConstantExpr::create(Offset, Ctx); in getPCRelEncoding() local
207 Expr = MCBinaryExpr::createAdd(Expr, OffsetExpr, Ctx); in getPCRelEncoding()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp168 const MCExpr *OffsetExpr = in emitDirectiveRelocJalr() local
173 *OffsetExpr, in emitDirectiveRelocJalr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3969 const MCExpr *OffsetExpr = Inst.getOperand(2).getExpr(); in expandCondBranches() local
4103 TOut.emitRX(Mips::BLTZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches()
4108 TOut.emitRX(Mips::BLEZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches()
4126 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches()
4133 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches()
4158 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches()
4177 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches()
4185 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches()
7863 const MCExpr *OffsetExpr; in parseDirectiveCPSetup() local
7867 if (Parser.parseExpression(OffsetExpr) || in parseDirectiveCPSetup()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp2457 const MCExpr *OffsetExpr = nullptr; in ARMEmitUnwindInfo() local
2462 OffsetExpr = GetSubDivExpr(streamer, EpilogStart, info->Begin, 2); in ARMEmitUnwindInfo()
2476 OffsetExpr, MCConstantExpr::create(row3, context), context), in ARMEmitUnwindInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11846 const MCExpr *OffsetExpr; in parseDirectiveSetFP() local
11849 if (getParser().parseExpression(OffsetExpr, EndLoc)) in parseDirectiveSetFP()
11851 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(OffsetExpr); in parseDirectiveSetFP()
11881 const MCExpr *OffsetExpr; in parseDirectivePad() local
11884 if (getParser().parseExpression(OffsetExpr, EndLoc)) in parseDirectivePad()
11886 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(OffsetExpr); in parseDirectivePad()
12071 const MCExpr *OffsetExpr; in parseDirectiveUnwindRaw() local
12076 if (getParser().parseExpression(OffsetExpr)) in parseDirectiveUnwindRaw()
12079 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(OffsetExpr); in parseDirectiveUnwindRaw()
12159 const MCExpr *OffsetExpr; in parseDirectiveMovSP() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5257 SmallString<64> OffsetExpr; in createCFAOffset() local
5258 appendVGScaledOffsetExpr(OffsetExpr, NumBytes, NumVGScaledBytes, in createCFAOffset()
5266 CfaExpr.append(buffer, buffer + encodeULEB128(OffsetExpr.size(), buffer)); in createCFAOffset()
5267 CfaExpr.append(OffsetExpr.str()); in createCFAOffset()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7588 const Expr *OffsetExpr = OASE->getLowerBound(); in generateInfoForComponentList() local
7590 if (!OffsetExpr) { in generateInfoForComponentList()
7594 Offset = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(OffsetExpr), in generateInfoForComponentList()