Home
last modified time | relevance | path

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

12345678

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCValue.h40 class MCValue {
46 MCValue() = default;
63 static MCValue get(const MCSymbolRefExpr *SymA,
66 MCValue R;
74 static MCValue get(int64_t Val) { in get()
75 MCValue R; in get()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCValue.h37 class MCValue {
55 static MCValue get(const MCSymbolRefExpr *SymA, const MCSymbolRefExpr *SymB=0,
57 MCValue R;
65 static MCValue get(int64_t Val) { in get()
66 MCValue R; in get()
DMCMachObjectWriter.h69 MCValue Target,
204 const MCFixup &Fixup, MCValue Target,
211 const MCFixup &Fixup, MCValue Target,
216 MCValue Target, uint64_t &FixedValue);
/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/swiftshader/third_party/LLVM/lib/MC/
DMCExpr.cpp268 MCValue Value; in EvaluateAsAbsolute()
368 const MCValue &LHS,const MCSymbolRefExpr *RHS_A, in EvaluateSymbolicAdd()
370 MCValue &Res) { in EvaluateSymbolicAdd()
419 Res = MCValue::get(A, B, Result_Cst); in EvaluateSymbolicAdd()
423 bool MCExpr::EvaluateAsRelocatable(MCValue &Res, in EvaluateAsRelocatable()
429 bool MCExpr::EvaluateAsRelocatableImpl(MCValue &Res, in EvaluateAsRelocatableImpl()
441 Res = MCValue::get(cast<MCConstantExpr>(this)->getValue()); in EvaluateAsRelocatableImpl()
460 Res = MCValue::get(SRE, 0, 0); in EvaluateAsRelocatableImpl()
466 MCValue Value; in EvaluateAsRelocatableImpl()
476 Res = MCValue::get(!Value.getConstant()); in EvaluateAsRelocatableImpl()
[all …]
DELFObjectWriter.h144 const MCValue &Target,
151 const MCValue &Target, in ExplicitRelSym()
266 MCValue Target, uint64_t &FixedValue);
347 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
363 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
385 const MCValue &Target,
390 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
394 unsigned GetRelocTypeInner(const MCValue &Target,
409 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
425 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
[all …]
DMCValue.cpp17 void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const { in print()
34 void MCValue::dump() const { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCExpr.cpp484 MCValue Value; in evaluateAsAbsolute()
584 const SectionAddrMap *Addrs, bool InSet, const MCValue &LHS, in EvaluateSymbolicAdd()
586 int64_t RHS_Cst, MCValue &Res) { in EvaluateSymbolicAdd()
634 Res = MCValue::get(A, B, Result_Cst); in EvaluateSymbolicAdd()
638 bool MCExpr::evaluateAsRelocatable(MCValue &Res, in evaluateAsRelocatable()
646 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const { in evaluateAsValue()
665 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in evaluateAsRelocatableImpl()
678 Res = MCValue::get(cast<MCConstantExpr>(this)->getValue()); in evaluateAsRelocatableImpl()
711 Res = MCValue::get(SRE, nullptr, 0); in evaluateAsRelocatableImpl()
717 MCValue Value; in evaluateAsRelocatableImpl()
[all …]
DMCValue.cpp19 void MCValue::print(raw_ostream &OS) const { in print()
42 LLVM_DUMP_METHOD void MCValue::dump() const { in dump()
47 MCSymbolRefExpr::VariantKind MCValue::getAccessVariant() const { in getAccessVariant()
/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-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.cpp59 MCValue Value; in evaluateAsConstant()
99 PPCMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl()
102 MCValue Value; in evaluateAsRelocatableImpl()
112 Res = MCValue::get(Result); in evaluateAsRelocatableImpl()
154 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/llvm/lib/MC/
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 …]
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCExpr.cpp56 MCValue Value; in evaluateAsConstant()
72 bool AVRMCExpr::evaluateAsRelocatableImpl(MCValue &Result, in evaluateAsRelocatableImpl()
75 MCValue Value; in evaluateAsRelocatableImpl()
82 Result = MCValue::get(evaluateAsInt64(Value.getConstant())); in evaluateAsRelocatableImpl()
93 Result = MCValue::get(Sym, Value.getSymB(), Value.getConstant()); in evaluateAsRelocatableImpl()
DAVRAsmBackend.h37 void adjustFixupValue(const MCFixup &Fixup, const MCValue &Target,
44 const MCValue &Target, MutableArrayRef<char> Data,
72 const MCValue &Target) override;
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp31 MCValue Target,
39 MCValue Target,
47 MCValue Target,
54 MCValue Target,
65 MCValue Target, uint64_t &FixedValue) { in RecordRelocation()
104 MCValue Target, in RecordX86_64Relocation()
343 MCValue Target, in RecordScatteredRelocation()
409 MCValue Target, in RecordTLVPRelocation()
456 MCValue Target, in RecordX86Relocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.h44 const MCValue &Target) override;
47 const MCValue &Target, uint64_t Value,
52 const MCValue &Target, MutableArrayRef<char> Data,
DARMELFObjectWriter.cpp30 unsigned GetRelocTypeInner(const MCValue &Target, const MCFixup &Fixup,
38 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/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()
/external/swiftshader/third_party/llvm-7.0/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()
105 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation()
370 MCValue Target, in recordScatteredRelocation()
470 MCValue Target, in recordTLVPRelocation()
510 MCValue Target, in RecordX86Relocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp38 unsigned getRelocType(const MCValue &Target,
60 static bool IsFunctionType(const MCValue &Target) { in IsFunctionType()
85 WebAssemblyWasmObjectWriter::getRelocType(const MCValue &Target, in getRelocType()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp32 MCValue Target,
39 const MCFixup &Fixup, MCValue Target,
51 MCValue Target, uint64_t &FixedValue);
127 MCValue Target, in RecordARMMovwMovtRelocation()
224 MCValue Target, in RecordARMScatteredRelocation()
285 MCValue Target, in RecordRelocation()
/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()

12345678