Searched refs:MCValue (Results 1 - 25 of 48) sorted by path

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp15 #include "llvm/MC/MCValue.h"
33 MCValue Target, uint64_t &FixedValue) {
/external/llvm/include/llvm/MC/
H A DMCAsmBackend.h30 class MCValue;
93 const MCValue &Target, uint64_t &Value,
H A DMCAssembler.h42 class MCValue;
944 MCValue &Target, uint64_t &Value) const;
H A DMCELFObjectWriter.h25 class MCValue;
54 virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
H A DMCExpr.h26 class MCValue;
55 bool EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm,
96 bool EvaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout) const;
104 bool EvaluateAsValue(MCValue &Res, const MCAsmLayout *Layout) const;
526 virtual bool EvaluateAsRelocatableImpl(MCValue &Res,
H A DMCMachObjectWriter.h75 MCValue Target,
223 const MCFixup &Fixup, MCValue Target,
230 const MCFixup &Fixup, MCValue Target,
235 MCValue Target, bool &IsPCRel,
H A DMCObjectWriter.h26 class MCValue;
82 const MCFixup &Fixup, MCValue Target,
H A DMCValue.h1 //===-- llvm/MC/MCValue.h - MCValue class -----------------------*- C++ -*-===//
10 // This file contains the declaration of the MCValue class.
26 /// MCValue - This represents an "assembler immediate". In its most
43 class MCValue { class in namespace:llvm
65 static MCValue get(const MCSymbolRefExpr *SymA,
68 MCValue R;
69 assert((!SymB || SymA) && "Invalid relocatable MCValue!");
77 static MCValue get(int64_t Val) {
78 MCValue
[all...]
H A DMCWinCOFFObjectWriter.h16 class MCValue;
30 virtual unsigned getRelocType(const MCValue &Target,
/external/llvm/lib/MC/
H A DAndroid.mk45 MCValue.cpp \
H A DELFObjectWriter.cpp30 #include "llvm/MC/MCValue.h"
184 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
226 MCValue Target, bool &IsPCRel,
813 MCValue Target,
H A DMCAssembler.cpp24 #include "llvm/MC/MCValue.h"
143 MCValue Target;
189 MCValue Value;
441 MCValue &Target) {
450 MCValue &Target, uint64_t &Value) const {
843 MCValue Target;
938 MCValue Target;
H A DMCExpr.cpp19 #include "llvm/MC/MCValue.h"
473 MCValue Value;
558 /// This routine conceptually attempts to construct an MCValue:
560 /// from two MCValue's LHS and RHS where
566 /// is representable in an MCValue, but may not always succeed.
569 /// MCValue.
579 const MCValue &LHS,const MCSymbolRefExpr *RHS_A,
581 MCValue &Res) {
630 Res = MCValue::get(A, B, Result_Cst);
634 bool MCExpr::EvaluateAsRelocatable(MCValue
[all...]
H A DMCValue.cpp1 //===- lib/MC/MCValue.cpp - MCValue implementation ------------------------===//
10 #include "llvm/MC/MCValue.h"
18 void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
41 void MCValue::dump() const {
46 MCSymbolRefExpr::VariantKind MCValue::getAccessVariant() const {
H A DMachObjectWriter.cpp22 #include "llvm/MC/MCValue.h"
86 MCValue Target;
456 MCValue Target,
666 MCValue Value;
H A DWinCOFFObjectWriter.cpp28 #include "llvm/MC/MCValue.h"
175 MCValue Target, bool &IsPCRel,
700 MCValue Target,
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp504 const MCValue &Target, uint64_t &Value,
513 const MCFragment *DF, const MCValue &Target, uint64_t &Value,
H A DAArch64ELFObjectWriter.cpp19 #include "llvm/MC/MCValue.h"
32 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
46 unsigned AArch64ELFObjectWriter::GetRelocType(const MCValue &Target,
H A DAArch64MCExpr.cpp20 #include "llvm/MC/MCValue.h"
92 bool AArch64MCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
98 MCValue::get(Res.getSymA(), Res.getSymB(), Res.getConstant(), getKind());
H A DAArch64MCExpr.h154 bool EvaluateAsRelocatableImpl(MCValue &Res,
H A DAArch64MachObjectWriter.cpp19 #include "llvm/MC/MCValue.h"
38 const MCFixup &Fixup, MCValue Target,
117 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target,
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp27 #include "llvm/MC/MCValue.h"
151 const MCValue &Target, uint64_t &Value,
596 const MCValue &Target, uint64_t &Value,
H A DARMELFObjectWriter.cpp17 #include "llvm/MC/MCValue.h"
27 unsigned GetRelocTypeInner(const MCValue &Target,
37 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
68 unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target,
74 unsigned ARMELFObjectWriter::GetRelocTypeInner(const MCValue &Target,
H A DARMMCExpr.cpp39 ARMMCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
H A DARMMCExpr.h60 bool EvaluateAsRelocatableImpl(MCValue &Res,

Completed in 376 milliseconds

12