LLVM: lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp Source File (original) (raw)

1

2

3

4

5

6

7

8

12using namespace llvm;

13

15 static Target TheMipsTarget;

16 return TheMipsTarget;

17}

19 static Target TheMipselTarget;

20 return TheMipselTarget;

21}

23 static Target TheMips64Target;

24 return TheMips64Target;

25}

27 static Target TheMips64elTarget;

28 return TheMips64elTarget;

29}

30

34 true>

35 X(getTheMipsTarget(), "mips", "MIPS (32-bit big endian)", "Mips");

36

38 true>

40

42 true>

44

46 true>

48 "Mips");

49}

static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")

static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")

#define LLVM_EXTERNAL_VISIBILITY

LLVM_ABI LLVM_EXTERNAL_VISIBILITY void LLVMInitializeMipsTargetInfo()

Definition MipsTargetInfo.cpp:32

static TableGen::Emitter::Opt Y("gen-skeleton-entry", EmitSkeleton, "Generate example skeleton entry")

static TableGen::Emitter::OptClass< SkeletonEmitter > X("gen-skeleton-class", "Generate example skeleton class")

Target - Wrapper for Target specific information.

This is an optimization pass for GlobalISel generic memory operations.

Target & getTheMips64Target()

Definition MipsTargetInfo.cpp:22

Target & getTheMips64elTarget()

Definition MipsTargetInfo.cpp:26

Target & getTheMipselTarget()

Definition MipsTargetInfo.cpp:18

Target & getTheMipsTarget()

Definition MipsTargetInfo.cpp:14

RegisterTarget - Helper template for registering a target, for use in the target's initialization fun...