| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCExpr.h | 35 class MCExpr { 75 MCExpr(const MCExpr &) = delete; 76 MCExpr &operator=(const MCExpr &) = delete; 158 : MCExpr(MCExpr::Constant, SMLoc(), in MCConstantExpr() 433 const MCExpr *Expr; 436 : MCExpr(MCExpr::Unary, Loc, Op), Expr(Expr) {} in MCUnaryExpr() 511 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS, 513 : MCExpr(MCExpr::Binary, Loc, Op), LHS(LHS), RHS(RHS) {} in MCExpr() function 538 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS, in createEQ() 543 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS, in createGT() [all …]
|
| H A D | MCObjectStreamer.h | 22 class MCExpr; variable 121 void emitValueImpl(const MCExpr *Value, unsigned Size, 123 void emitULEB128Value(const MCExpr *Value) override; 124 void emitSLEB128Value(const MCExpr *Value) override; 170 void emitDTPRel32Value(const MCExpr *Value) override; 171 void emitDTPRel64Value(const MCExpr *Value) override; 172 void emitTPRel32Value(const MCExpr *Value) override; 173 void emitTPRel64Value(const MCExpr *Value) override; 174 void emitGPRel32Value(const MCExpr *Value) override; 175 void emitGPRel64Value(const MCExpr *Value) override; [all …]
|
| H A D | ConstantPools.h | 25 class MCExpr; variable 32 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) in ConstantPoolEntry() 36 const MCExpr *Value; 57 const MCExpr *addEntry(const MCExpr *Value, MCContext &Context, 91 const MCExpr *addEntry(MCStreamer &Streamer, const MCExpr *Expr,
|
| H A D | MCStreamer.h | 46 class MCExpr; variable 119 virtual void emitValue(const MCExpr *Value); 177 const MCExpr *addConstantPoolEntry(const MCExpr *, SMLoc Loc); 262 void visitUsedExpr(const MCExpr &Expr); 420 bool SubSection(const MCExpr *Subsection) { in SubSection() 715 virtual void emitULEB128Value(const MCExpr *Value); 717 virtual void emitSLEB128Value(const MCExpr *Value); 751 virtual void emitTPRel64Value(const MCExpr *Value); 758 virtual void emitTPRel32Value(const MCExpr *Value); 765 virtual void emitGPRel64Value(const MCExpr *Value); [all …]
|
| H A D | MCFragment.h | 341 const MCExpr &NumValues; 354 const MCExpr &getNumValues() const { return NumValues; } in getNumValues() 393 const MCExpr *Offset; 404 const MCExpr &getOffset() const { return *Offset; } in getOffset() 420 const MCExpr *Value; 430 const MCExpr &getValue() const { return *Value; } in getValue() 451 const MCExpr *AddrDelta; 461 const MCExpr &getAddrDelta() const { return *AddrDelta; } in getAddrDelta() 471 const MCExpr *AddrDelta; 478 const MCExpr &getAddrDelta() const { return *AddrDelta; } in getAddrDelta() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCExpr.cpp | 22 HexagonMCExpr *HexagonMCExpr::create(MCExpr const *Expr, MCContext &Ctx) { in create() 40 static void fixELFSymbolsInTLSFixupsImpl(const MCExpr *Expr, MCAssembler &Asm) { in fixELFSymbolsInTLSFixupsImpl() 42 case MCExpr::Target: in fixELFSymbolsInTLSFixupsImpl() 45 case MCExpr::Constant: in fixELFSymbolsInTLSFixupsImpl() 48 case MCExpr::Binary: { in fixELFSymbolsInTLSFixupsImpl() 54 case MCExpr::SymbolRef: { in fixELFSymbolsInTLSFixupsImpl() 71 case MCExpr::Unary: in fixELFSymbolsInTLSFixupsImpl() 82 MCExpr const *HexagonMCExpr::getExpr() const { return Expr; } in getExpr() 101 bool HexagonMCExpr::classof(MCExpr const *E) { in classof() 102 return E->getKind() == MCExpr::Target; in classof() [all …]
|
| H A D | HexagonMCExpr.h | 17 static HexagonMCExpr *create(MCExpr const *Expr, MCContext &Ctx); 24 static bool classof(MCExpr const *E); 25 MCExpr const *getExpr() const; 36 HexagonMCExpr(MCExpr const *Expr); 37 MCExpr const *Expr;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCExpr.h | 35 const MCExpr *Expr; 39 explicit PPCMCExpr(VariantKind Kind, const MCExpr *Expr) in PPCMCExpr() 46 static const PPCMCExpr *create(VariantKind Kind, const MCExpr *Expr, 49 static const PPCMCExpr *createLo(const MCExpr *Expr, MCContext &Ctx) { in createLo() 53 static const PPCMCExpr *createHi(const MCExpr *Expr, MCContext &Ctx) { in createHi() 57 static const PPCMCExpr *createHa(const MCExpr *Expr, MCContext &Ctx) { in createHa() 69 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() 87 static bool classof(const MCExpr *E) { in classof() 88 return E->getKind() == MCExpr::Target; in classof()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMCExpr.h | 26 const MCExpr *Expr; 28 explicit ARMMCExpr(VariantKind Kind, const MCExpr *Expr) in ARMMCExpr() 35 static const ARMMCExpr *create(VariantKind Kind, const MCExpr *Expr, 38 static const ARMMCExpr *createUpper16(const MCExpr *Expr, MCContext &Ctx) { in createUpper16() 42 static const ARMMCExpr *createLower16(const MCExpr *Expr, MCContext &Ctx) { in createLower16() 54 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() 72 static bool classof(const MCExpr *E) { in classof() 73 return E->getKind() == MCExpr::Target; in classof()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetObjectFile.cpp | 18 const MCExpr *X86_64MachoTargetObjectFile::getTTypeGlobalReference( in getTTypeGlobalReference() 26 const MCExpr *Res = in getTTypeGlobalReference() 28 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference() 42 const MCExpr *X86_64MachoTargetObjectFile::getIndirectSymViaGOTPCRel( in getIndirectSymViaGOTPCRel() 49 const MCExpr *Res = in getIndirectSymViaGOTPCRel() 51 const MCExpr *Off = MCConstantExpr::create(FinalOff, getContext()); in getIndirectSymViaGOTPCRel() 55 const MCExpr *X86ELFTargetObjectFile::getDebugThreadLocalSymbol( in getDebugThreadLocalSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsMCExpr.h | 52 const MCExpr *Expr; 54 explicit MipsMCExpr(MipsExprKind Kind, const MCExpr *Expr) in MipsMCExpr() 58 static const MipsMCExpr *create(MipsExprKind Kind, const MCExpr *Expr, 60 static const MipsMCExpr *createGpOff(MipsExprKind Kind, const MCExpr *Expr, 67 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() 80 static bool classof(const MCExpr *E) { in classof() 81 return E->getKind() == MCExpr::Target; in classof()
|
| H A D | MipsMCExpr.cpp | 28 const MCExpr *Expr, MCContext &Ctx) { in create() 33 const MCExpr *Expr, MCContext &Ctx) { in createGpOff() 138 const MCExpr *SubExpr = in evaluateAsRelocatableImpl() 224 static void fixELFSymbolsInTLSFixupsImpl(const MCExpr *Expr, MCAssembler &Asm) { in fixELFSymbolsInTLSFixupsImpl() 226 case MCExpr::Target: in fixELFSymbolsInTLSFixupsImpl() 229 case MCExpr::Constant: in fixELFSymbolsInTLSFixupsImpl() 231 case MCExpr::Binary: { in fixELFSymbolsInTLSFixupsImpl() 237 case MCExpr::SymbolRef: { in fixELFSymbolsInTLSFixupsImpl() 244 case MCExpr::Unary: in fixELFSymbolsInTLSFixupsImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.h | 22 class MCExpr; variable 70 SmallVectorImpl<std::pair<const MCExpr *, int>> &IPToStateTable); 77 const MCExpr *create32bitRef(const MCSymbol *Value); 78 const MCExpr *create32bitRef(const GlobalValue *GV); 79 const MCExpr *getLabel(const MCSymbol *Label); 80 const MCExpr *getOffset(const MCSymbol *OffsetOf, const MCSymbol *OffsetFrom); 81 const MCExpr *getOffsetPlusOne(const MCSymbol *OffsetOf,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYMCExpr.cpp | 20 const CSKYMCExpr *CSKYMCExpr::create(const MCExpr *Expr, VariantKind Kind, in create() 57 static void fixELFSymbolsInTLSFixupsImpl(const MCExpr *Expr, MCAssembler &Asm) { in fixELFSymbolsInTLSFixupsImpl() 59 case MCExpr::Target: in fixELFSymbolsInTLSFixupsImpl() 62 case MCExpr::Constant: in fixELFSymbolsInTLSFixupsImpl() 65 case MCExpr::Binary: { in fixELFSymbolsInTLSFixupsImpl() 72 case MCExpr::SymbolRef: { in fixELFSymbolsInTLSFixupsImpl() 80 case MCExpr::Unary: in fixELFSymbolsInTLSFixupsImpl()
|
| H A D | CSKYMCExpr.h | 34 const MCExpr *Expr; 36 explicit CSKYMCExpr(VariantKind Kind, const MCExpr *Expr) in CSKYMCExpr() 40 static const CSKYMCExpr *create(const MCExpr *Expr, VariantKind Kind, 47 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() 61 static bool classof(const MCExpr *E) { in classof() 62 return E->getKind() == MCExpr::Target; in classof()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiMCExpr.h | 23 const MCExpr *Expr; 25 explicit LanaiMCExpr(VariantKind Kind, const MCExpr *Expr) in LanaiMCExpr() 29 static const LanaiMCExpr *create(VariantKind Kind, const MCExpr *Expr, 36 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() 49 static bool classof(const MCExpr *E) { in classof() 50 return E->getKind() == MCExpr::Target; in classof()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MCExpr.cpp | 26 const AArch64MCExpr *AArch64MCExpr::create(const MCExpr *Expr, VariantKind Kind, in create() 114 static void fixELFSymbolsInTLSFixupsImpl(const MCExpr *Expr, MCAssembler &Asm) { in fixELFSymbolsInTLSFixupsImpl() 116 case MCExpr::Target: in fixELFSymbolsInTLSFixupsImpl() 119 case MCExpr::Constant: in fixELFSymbolsInTLSFixupsImpl() 122 case MCExpr::Binary: { in fixELFSymbolsInTLSFixupsImpl() 129 case MCExpr::SymbolRef: { in fixELFSymbolsInTLSFixupsImpl() 137 case MCExpr::Unary: in fixELFSymbolsInTLSFixupsImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCExpr.h | 44 const MCExpr *Expr; 49 explicit RISCVMCExpr(const MCExpr *Expr, VariantKind Kind) in RISCVMCExpr() 53 static const RISCVMCExpr *create(const MCExpr *Expr, VariantKind Kind, 58 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() 79 static bool classof(const MCExpr *E) { in classof() 80 return E->getKind() == MCExpr::Target; in classof()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRMCExpr.h | 42 static const AVRMCExpr *create(VariantKind Kind, const MCExpr *Expr, 49 const MCExpr *getSubExpr() const { return SubExpr; } in getSubExpr() 70 static bool classof(const MCExpr *E) { in classof() 71 return E->getKind() == MCExpr::Target; in classof() 81 const MCExpr *SubExpr; 85 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated) in AVRMCExpr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEMCExpr.h | 46 const MCExpr *Expr; 48 explicit VEMCExpr(VariantKind Kind, const MCExpr *Expr) in VEMCExpr() 55 static const VEMCExpr *create(VariantKind Kind, const MCExpr *Expr, 65 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() 81 static bool classof(const MCExpr *E) { in classof() 82 return E->getKind() == MCExpr::Target; in classof()
|
| H A D | VEMCExpr.cpp | 25 const VEMCExpr *VEMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() 34 const MCExpr *Expr = getSubExpr(); in printImpl() 180 static void fixELFSymbolsInTLSFixupsImpl(const MCExpr *Expr, MCAssembler &Asm) { in fixELFSymbolsInTLSFixupsImpl() 182 case MCExpr::Target: in fixELFSymbolsInTLSFixupsImpl() 186 case MCExpr::Constant: in fixELFSymbolsInTLSFixupsImpl() 189 case MCExpr::Binary: { in fixELFSymbolsInTLSFixupsImpl() 196 case MCExpr::SymbolRef: { in fixELFSymbolsInTLSFixupsImpl() 204 case MCExpr::Unary: in fixELFSymbolsInTLSFixupsImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcMCExpr.h | 66 const MCExpr *Expr; 68 explicit SparcMCExpr(VariantKind Kind, const MCExpr *Expr) in SparcMCExpr() 75 static const SparcMCExpr *create(VariantKind Kind, const MCExpr *Expr, 85 const MCExpr *getSubExpr() const { return Expr; } in getSubExpr() 102 static bool classof(const MCExpr *E) { in classof() 103 return E->getKind() == MCExpr::Target; in classof()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetObjectFile.cpp | 33 const MCExpr *AArch64_MachoTargetObjectFile::getTTypeGlobalReference( in getTTypeGlobalReference() 42 const MCExpr *Res = in getTTypeGlobalReference() 46 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); in getTTypeGlobalReference() 60 const MCExpr *AArch64_MachoTargetObjectFile::getIndirectSymViaGOTPCRel( in getIndirectSymViaGOTPCRel() 67 const MCExpr *Res = in getIndirectSymViaGOTPCRel() 71 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); in getIndirectSymViaGOTPCRel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 78 const MCExpr *extractModifierFromExpr(const MCExpr *E, 80 const MCExpr *fixupVariantKind(const MCExpr *E); 177 const MCExpr *Val; 183 const MCExpr *Index; 196 const MCExpr *Val; 1007 const MCExpr * 1014 case MCExpr::Target: in extractModifierFromExpr() 1113 const MCExpr *VEAsmParser::fixupVariantKind(const MCExpr *E) { in fixupVariantKind() 1117 case MCExpr::Target: in fixupVariantKind() 1369 const MCExpr *EVal; in parseMImmOperand() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | FaultMaps.h | 20 class MCExpr; variable 48 const MCExpr *FaultingOffsetExpr = nullptr; 49 const MCExpr *HandlerOffsetExpr = nullptr; 53 explicit FaultInfo(FaultMaps::FaultKind Kind, const MCExpr *FaultingOffset, in FaultInfo() 54 const MCExpr *HandlerOffset) in FaultInfo()
|