Home
last modified time | relevance | path

Searched refs:MCValue (Results 1 – 25 of 267) sorted by relevance

1234567891011

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCValue.h39 class MCValue {
45 MCValue() = default;
62 static MCValue get(const MCSymbolRefExpr *SymA,
65 MCValue R;
73 static MCValue get(int64_t Val) { in get()
74 MCValue R; in get()
DMCAsmBackend.h34 class MCValue; variable
91 const MCValue &Target) { in shouldForceRelocation()
114 const MCValue &Target, uint64_t &Value, in evaluateTargetFixup()
126 const MCValue &Target, MutableArrayRef<char> Data,
/external/llvm-project/llvm/include/llvm/MC/
DMCValue.h37 class MCValue {
43 MCValue() = default;
60 static MCValue get(const MCSymbolRefExpr *SymA,
63 MCValue R;
71 static MCValue get(int64_t Val) { in get()
72 MCValue R; in get()
DMCAsmBackend.h31 class MCValue; variable
93 const MCValue &Target) { in shouldForceRelocation()
116 const MCValue &Target, uint64_t &Value, in evaluateTargetFixup()
128 const MCValue &Target, MutableArrayRef<char> Data,
/external/llvm/include/llvm/MC/
DMCValue.h40 class MCValue {
62 static MCValue get(const MCSymbolRefExpr *SymA,
65 MCValue R;
73 static MCValue get(int64_t Val) { in get()
74 MCValue R; in get()
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.cpp63 MCValue Value; in evaluateAsConstant()
103 PPCMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl()
106 MCValue Value; in evaluateAsRelocatableImpl()
116 Res = MCValue::get(Result); in evaluateAsRelocatableImpl()
158 Res = MCValue::get(Sym, Value.getSymB(), Value.getConstant()); in evaluateAsRelocatableImpl()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.cpp57 MCValue Value; in evaluateAsConstant()
93 PPCMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl()
96 MCValue Value; in evaluateAsRelocatableImpl()
106 Res = MCValue::get(Result); in evaluateAsRelocatableImpl()
142 Res = MCValue::get(Sym, Value.getSymB(), Value.getConstant()); in evaluateAsRelocatableImpl()
DPPCMachObjectWriter.cpp31 const MCFixup &Fixup, MCValue Target,
37 MCValue Target, uint64_t &FixedValue);
45 const MCFixup &Fixup, MCValue Target, in recordRelocation()
83 static unsigned getRelocType(const MCValue &Target, in getRelocType()
193 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordScatteredRelocation()
303 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordPPCRelocation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.cpp58 MCValue Value; in evaluateAsConstant()
98 PPCMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl()
101 MCValue Value; in evaluateAsRelocatableImpl()
111 Res = MCValue::get(Result); in evaluateAsRelocatableImpl()
153 Res = MCValue::get(Sym, Value.getSymB(), Value.getConstant()); in evaluateAsRelocatableImpl()
DPPCMachObjectWriter.cpp30 const MCFixup &Fixup, MCValue Target,
36 MCValue Target, uint64_t &FixedValue);
44 const MCFixup &Fixup, MCValue Target, in recordRelocation()
82 static unsigned getRelocType(const MCValue &Target, in getRelocType()
192 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordScatteredRelocation()
302 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordPPCRelocation()
/external/llvm-project/llvm/lib/MC/
DMCValue.cpp18 void MCValue::print(raw_ostream &OS) const { in print()
41 LLVM_DUMP_METHOD void MCValue::dump() const { in dump()
46 MCSymbolRefExpr::VariantKind MCValue::getAccessVariant() const { in getAccessVariant()
DMCExpr.cpp561 MCValue Value; in evaluateAsAbsolute()
708 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, in EvaluateSymbolicAdd()
710 int64_t RHS_Cst, MCValue &Res) { in EvaluateSymbolicAdd()
757 Res = MCValue::get(A, B, Result_Cst); in EvaluateSymbolicAdd()
761 bool MCExpr::evaluateAsRelocatable(MCValue &Res, in evaluateAsRelocatable()
769 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const { in evaluateAsValue()
788 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in evaluateAsRelocatableImpl()
801 Res = MCValue::get(cast<MCConstantExpr>(this)->getValue()); in evaluateAsRelocatableImpl()
817 Res = MCValue::get(SRE, nullptr, 0); in evaluateAsRelocatableImpl()
827 MCValue::get(MCSymbolRefExpr::create(&Res.getSymA()->getSymbol(), in evaluateAsRelocatableImpl()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCValue.cpp18 void MCValue::print(raw_ostream &OS) const { in print()
41 LLVM_DUMP_METHOD void MCValue::dump() const { in dump()
46 MCSymbolRefExpr::VariantKind MCValue::getAccessVariant() const { in getAccessVariant()
DMCExpr.cpp493 MCValue Value; in evaluateAsAbsolute()
616 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, in EvaluateSymbolicAdd()
618 int64_t RHS_Cst, MCValue &Res) { in EvaluateSymbolicAdd()
665 Res = MCValue::get(A, B, Result_Cst); in EvaluateSymbolicAdd()
669 bool MCExpr::evaluateAsRelocatable(MCValue &Res, in evaluateAsRelocatable()
677 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const { in evaluateAsValue()
696 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in evaluateAsRelocatableImpl()
709 Res = MCValue::get(cast<MCConstantExpr>(this)->getValue()); in evaluateAsRelocatableImpl()
742 Res = MCValue::get(SRE, nullptr, 0); in evaluateAsRelocatableImpl()
748 MCValue Value; in evaluateAsRelocatableImpl()
[all …]
/external/llvm/lib/MC/
DMCValue.cpp18 void MCValue::print(raw_ostream &OS) const { in print()
41 LLVM_DUMP_METHOD void MCValue::dump() const { in dump()
46 MCSymbolRefExpr::VariantKind MCValue::getAccessVariant() const { in getAccessVariant()
DMCExpr.cpp430 MCValue Value; in evaluateAsAbsolute()
525 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, in EvaluateSymbolicAdd()
527 int64_t RHS_Cst, MCValue &Res) { in EvaluateSymbolicAdd()
571 Res = MCValue::get(A, B, Result_Cst); in EvaluateSymbolicAdd()
575 bool MCExpr::evaluateAsRelocatable(MCValue &Res, in evaluateAsRelocatable()
583 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const { in evaluateAsValue()
602 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in evaluateAsRelocatableImpl()
615 Res = MCValue::get(cast<MCConstantExpr>(this)->getValue()); in evaluateAsRelocatableImpl()
644 Res = MCValue::get(SRE, nullptr, 0); in evaluateAsRelocatableImpl()
650 MCValue Value; in evaluateAsRelocatableImpl()
[all …]
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.h34 void adjustFixupValue(const MCFixup &Fixup, const MCValue &Target,
41 const MCValue &Target, MutableArrayRef<char> Data,
61 const MCValue &Target) override;
DAVRMCExpr.cpp55 MCValue Value; in evaluateAsConstant()
71 bool AVRMCExpr::evaluateAsRelocatableImpl(MCValue &Result, in evaluateAsRelocatableImpl()
74 MCValue Value; in evaluateAsRelocatableImpl()
81 Result = MCValue::get(evaluateAsInt64(Value.getConstant())); in evaluateAsRelocatableImpl()
92 Result = MCValue::get(Sym, Value.getSymB(), Value.getConstant()); in evaluateAsRelocatableImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.cpp55 MCValue Value; in evaluateAsConstant()
71 bool AVRMCExpr::evaluateAsRelocatableImpl(MCValue &Result, in evaluateAsRelocatableImpl()
74 MCValue Value; in evaluateAsRelocatableImpl()
81 Result = MCValue::get(evaluateAsInt64(Value.getConstant())); in evaluateAsRelocatableImpl()
92 Result = MCValue::get(Sym, Value.getSymB(), Value.getConstant()); in evaluateAsRelocatableImpl()
DAVRAsmBackend.h36 void adjustFixupValue(const MCFixup &Fixup, const MCValue &Target,
43 const MCValue &Target, MutableArrayRef<char> Data,
71 const MCValue &Target) override;
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.h45 const MCValue &Target) override;
48 const MCValue &Target, uint64_t Value,
53 const MCValue &Target, MutableArrayRef<char> Data,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.h45 const MCValue &Target) override;
48 const MCValue &Target, uint64_t Value,
53 const MCValue &Target, MutableArrayRef<char> Data,
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp27 unsigned GetRelocTypeInner(const MCValue &Target,
37 unsigned getRelocType(MCContext &Ctx, const MCValue &Target,
70 unsigned ARMELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType()
76 unsigned ARMELFObjectWriter::GetRelocTypeInner(const MCValue &Target, in GetRelocTypeInner()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp32 MCValue Target,
40 MCValue Target,
48 MCValue Target,
53 MCValue Target, uint64_t &FixedValue);
61 const MCFixup &Fixup, MCValue Target, in recordRelocation()
104 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation()
368 MCValue Target, in recordScatteredRelocation()
468 MCValue Target, in recordTLVPRelocation()
508 MCValue Target, in RecordX86Relocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp33 MCValue Target,
41 MCValue Target,
49 MCValue Target,
54 MCValue Target, uint64_t &FixedValue);
62 const MCFixup &Fixup, MCValue Target, in recordRelocation()
104 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation()
370 MCValue Target, in recordScatteredRelocation()
470 MCValue Target, in recordTLVPRelocation()
512 MCValue Target, in RecordX86Relocation()

1234567891011