OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MipsTargetMachine
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsTargetMachine.h
1
//===-
MipsTargetMachine
.h - Define TargetMachine for Mips ------*- C++ -*-===//
27
class
MipsTargetMachine
: public LLVMTargetMachine {
40
MipsTargetMachine
(const Target &T, const Triple &TT, StringRef CPU,
44
~
MipsTargetMachine
() override;
80
class MipsebTargetMachine : public
MipsTargetMachine
{
92
class MipselTargetMachine : public
MipsTargetMachine
{
MipsTargetMachine.cpp
1
//===--
MipsTargetMachine
.cpp - Define TargetMachine for Mips -------------===//
13
#include "
MipsTargetMachine
.h"
111
MipsTargetMachine
::
MipsTargetMachine
(const Target &T, const Triple &TT,
139
MipsTargetMachine
::~
MipsTargetMachine
() = default;
149
:
MipsTargetMachine
(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {}
159
:
MipsTargetMachine
(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {}
162
MipsTargetMachine
::getSubtargetImpl(const Function &F) const {
205
void
MipsTargetMachine
::resetSubtarget(MachineFunction *MF)
[
all
...]
Completed in 17 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026