/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZMCInstLower.cpp | 73 const MCExpr *OffsetExpr = MCConstantExpr::create(Offset, Ctx); in getExpr() local 74 Expr = MCBinaryExpr::createAdd(Expr, OffsetExpr, Ctx); in getExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreMCInstLower.cpp | 72 const MCConstantExpr *OffsetExpr = MCConstantExpr::create(Offset, *Ctx); in LowerSymbolOperand() local 73 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCMCInstLower.cpp | 71 const MCConstantExpr *OffsetExpr = MCConstantExpr::create(Offset, *Ctx); in LowerSymbolOperand() local 72 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetRegisterInfo.cpp | 664 SmallVector<uint64_t, 16> OffsetExpr; in prependOffsetExpression() local 666 OffsetExpr.push_back(dwarf::DW_OP_deref); in prependOffsetExpression() 667 getOffsetOpcodes(Offset, OffsetExpr); in prependOffsetExpression() 669 OffsetExpr.push_back(dwarf::DW_OP_deref); in prependOffsetExpression() 670 return DIExpression::prependOpcodes(Expr, OffsetExpr, in prependOffsetExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCCodeEmitter.cpp | 205 const MCExpr *OffsetExpr = MCConstantExpr::create(Offset, Ctx); in getPCRelEncoding() local 206 Expr = MCBinaryExpr::createAdd(Expr, OffsetExpr, Ctx); in getPCRelEncoding()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaAsmPrinter.cpp | 212 const MCConstantExpr *OffsetExpr = in LowerSymbolOperand() local 214 ME = MCBinaryExpr::createAdd(ME, OffsetExpr, OutContext); in LowerSymbolOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 169 const MCExpr *OffsetExpr = in emitDirectiveRelocJalr() local 174 *OffsetExpr, in emitDirectiveRelocJalr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 3969 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() 4114 TOut.emitRX(Mips::BGEZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches() 4120 TOut.emitRX(Mips::BGTZ, 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() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCWin64EH.cpp | 2457 const MCExpr *OffsetExpr = nullptr; in ARMEmitUnwindInfo() 2462 OffsetExpr = GetSubDivExpr(streamer, EpilogStart, info->Begin, 2); in ARMEmitUnwindInfo() 2476 OffsetExpr, MCConstantExpr::create(row3, context), context), in ARMEmitUnwindInfo() 2448 const MCExpr *OffsetExpr = nullptr; ARMEmitUnwindInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 12105 const MCExpr *OffsetExpr; in parseDirectiveSetFP() local 12108 if (getParser().parseExpression(OffsetExpr, EndLoc)) in parseDirectiveSetFP() 12110 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(OffsetExpr); in parseDirectiveSetFP() 12140 const MCExpr *OffsetExpr; in parseDirectivePad() local 12143 if (getParser().parseExpression(OffsetExpr, EndLoc)) in parseDirectivePad() 12145 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(OffsetExpr); in parseDirectivePad() 12330 const MCExpr *OffsetExpr; in parseDirectiveUnwindRaw() local 12335 if (getParser().parseExpression(OffsetExpr)) in parseDirectiveUnwindRaw() 12338 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(OffsetExpr); in parseDirectiveUnwindRaw() 12418 const MCExpr *OffsetExpr; in parseDirectiveMovSP() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 5299 SmallString<64> OffsetExpr; in createCFAOffset() local 5300 appendVGScaledOffsetExpr(OffsetExpr, NumBytes, NumVGScaledBytes, in createCFAOffset() 5308 CfaExpr.append(buffer, buffer + encodeULEB128(OffsetExpr.size(), buffer)); in createCFAOffset() 5309 CfaExpr.append(OffsetExpr.str()); in createCFAOffset()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 7617 const Expr *OffsetExpr = OASE->getLowerBound(); in generateInfoForComponentList() local 7619 if (!OffsetExpr) { in generateInfoForComponentList() 7623 Offset = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(OffsetExpr), in generateInfoForComponentList()
|