OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MipsMCExpr
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsMCInstLower.cpp
16
#include "MCTargetDesc/
MipsMCExpr
.h"
39
MipsMCExpr
::MipsExprKind TargetKind =
MipsMCExpr
::MEK_None;
49
TargetKind =
MipsMCExpr
::MEK_GPREL;
52
TargetKind =
MipsMCExpr
::MEK_GOT_CALL;
55
TargetKind =
MipsMCExpr
::MEK_GOT;
58
TargetKind =
MipsMCExpr
::MEK_HI;
61
TargetKind =
MipsMCExpr
::MEK_LO;
64
TargetKind =
MipsMCExpr
::MEK_TLSGD;
67
TargetKind =
MipsMCExpr
::MEK_TLSLDM
[
all
...]
MipsMCInstLower.h
12
#include "MCTargetDesc/
MipsMCExpr
.h"
44
MipsMCExpr
::MipsExprKind Kind) const;
MipsTargetObjectFile.cpp
12
#include "MCTargetDesc/
MipsMCExpr
.h"
194
return
MipsMCExpr
::create(
MipsMCExpr
::MEK_DTPREL, Expr, getContext());
MipsAsmPrinter.cpp
1084
// We need to add a
MipsMCExpr
class to MCTargetDesc to fully implement
1259
if (auto *MipsExpr = dyn_cast<
MipsMCExpr
>(Value)) {
1260
if (MipsExpr && MipsExpr->getKind() ==
MipsMCExpr
::MEK_DTPREL) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.cpp
1
//===--
MipsMCExpr
.cpp - Mips specific MC expression classes --------------===//
9
#include "
MipsMCExpr
.h"
25
#define DEBUG_TYPE "
mipsmcexpr
"
27
const
MipsMCExpr
*
MipsMCExpr
::create(
MipsMCExpr
::MipsExprKind Kind,
29
return new (Ctx)
MipsMCExpr
(Kind, Expr);
32
const
MipsMCExpr
*
MipsMCExpr
::createGpOff(
MipsMCExpr
::MipsExprKind Kind
[
all
...]
MipsMCExpr.h
1
//===-
MipsMCExpr
.h - Mips specific MC expression classes -------*- C++ -*-===//
18
class
MipsMCExpr
: public MCTargetExpr {
54
explicit
MipsMCExpr
(MipsExprKind Kind, const MCExpr *Expr)
58
static const
MipsMCExpr
*create(MipsExprKind Kind, const MCExpr *Expr,
60
static const
MipsMCExpr
*createGpOff(MipsExprKind Kind, const MCExpr *Expr,
MipsMCCodeEmitter.cpp
15
#include "MCTargetDesc/
MipsMCExpr
.h"
610
const
MipsMCExpr
*MipsExpr = cast<
MipsMCExpr
>(Expr);
614
case
MipsMCExpr
::MEK_None:
615
case
MipsMCExpr
::MEK_Special:
618
case
MipsMCExpr
::MEK_DTPREL:
622
case
MipsMCExpr
::MEK_CALL_HI16:
625
case
MipsMCExpr
::MEK_CALL_LO16:
628
case
MipsMCExpr
::MEK_DTPREL_HI:
632
case
MipsMCExpr
::MEK_DTPREL_LO
[
all
...]
MipsTargetStreamer.cpp
17
#include "
MipsMCExpr
.h"
1166
const MCExpr *HiSym =
MipsMCExpr
::create(
1167
MipsMCExpr
::MEK_HI,
1179
const MCExpr *LoSym =
MipsMCExpr
::create(
1180
MipsMCExpr
::MEK_LO,
1248
const
MipsMCExpr
*HiExpr =
MipsMCExpr
::create(
1249
MipsMCExpr
::MEK_HI, MCSymbolRefExpr::create(GPSym, MCA.getContext()),
1251
const
MipsMCExpr
*LoExpr =
MipsMCExpr
::create
[
all
...]
/src/external/apache2/llvm/lib/libLLVMMipsMCTargetDesc/
Makefile
20
MipsMCExpr
.cpp \
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
12
#include "MCTargetDesc/
MipsMCExpr
.h"
743
return
MipsMCExpr
::create(
MipsMCExpr
::MEK_GOT_CALL, E, Ctx);
745
return
MipsMCExpr
::create(
MipsMCExpr
::MEK_CALL_HI16, E, Ctx);
747
return
MipsMCExpr
::create(
MipsMCExpr
::MEK_CALL_LO16, E, Ctx);
749
return
MipsMCExpr
::create(
MipsMCExpr
::MEK_DTPREL_HI, E, Ctx);
751
return
MipsMCExpr
::create(MipsMCExpr::MEK_DTPREL_LO, E, Ctx)
[
all
...]
Completed in 39 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026