| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 661 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCCodeEmitter.cpp | 307 const MCExpr *OffsetExpr = MCConstantExpr::create(Offset, Ctx); in getPCRelEncoding() local 308 Expr = MCBinaryExpr::createAdd(Expr, OffsetExpr, Ctx); in getPCRelEncoding()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 168 const MCExpr *OffsetExpr = in emitDirectiveRelocJalr() local 173 *OffsetExpr, in emitDirectiveRelocJalr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 3941 const MCExpr *OffsetExpr = Inst.getOperand(2).getExpr(); in expandCondBranches() local 4075 TOut.emitRX(Mips::BLTZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches() 4080 TOut.emitRX(Mips::BLEZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches() 4086 TOut.emitRX(Mips::BGEZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches() 4092 TOut.emitRX(Mips::BGTZ, Mips::ZERO, MCOperand::createExpr(OffsetExpr), in expandCondBranches() 4098 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches() 4105 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches() 4130 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches() 4149 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches() 4157 MCOperand::createExpr(OffsetExpr), IDLoc, STI); in expandCondBranches() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 2445 const MCExpr *OffsetExpr = nullptr; in ARMEmitUnwindInfo() local 2450 OffsetExpr = GetSubDivExpr(streamer, EpilogStart, info->Begin, 2); in ARMEmitUnwindInfo() 2464 OffsetExpr, MCConstantExpr::create(row3, context), context), in ARMEmitUnwindInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11693 const MCExpr *OffsetExpr; in parseDirectiveSetFP() local 11696 if (getParser().parseExpression(OffsetExpr, EndLoc)) in parseDirectiveSetFP() 11698 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(OffsetExpr); in parseDirectiveSetFP() 11728 const MCExpr *OffsetExpr; in parseDirectivePad() local 11731 if (getParser().parseExpression(OffsetExpr, EndLoc)) in parseDirectivePad() 11733 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(OffsetExpr); in parseDirectivePad() 11916 const MCExpr *OffsetExpr; in parseDirectiveUnwindRaw() local 11921 if (getParser().parseExpression(OffsetExpr)) in parseDirectiveUnwindRaw() 11924 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(OffsetExpr); in parseDirectiveUnwindRaw() 12004 const MCExpr *OffsetExpr; in parseDirectiveMovSP() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 4260 SmallString<64> OffsetExpr; in createCFAOffset() local 4261 appendVGScaledOffsetExpr(OffsetExpr, NumBytes, NumVGScaledBytes, in createCFAOffset() 4269 CfaExpr.append(buffer, buffer + encodeULEB128(OffsetExpr.size(), buffer)); in createCFAOffset() 4270 CfaExpr.append(OffsetExpr.str()); in createCFAOffset()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 7852 const Expr *OffsetExpr = OASE->getLowerBound(); in generateInfoForComponentList() local 7854 if (!OffsetExpr) { in generateInfoForComponentList() 7858 Offset = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(OffsetExpr), in generateInfoForComponentList()
|