OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mips16DAGToDAGISel
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.h
21
class
Mips16DAGToDAGISel
: public MipsDAGToDAGISel {
23
explicit
Mips16DAGToDAGISel
(MipsTargetMachine &TM) : MipsDAGToDAGISel(TM) {}
Mips16ISelDAGToDAG.cpp
38
bool
Mips16DAGToDAGISel
::runOnMachineFunction(MachineFunction &MF) {
45
Mips16DAGToDAGISel
::selectMULT(SDNode *N, unsigned Opc, SDLoc DL, EVT Ty,
64
void
Mips16DAGToDAGISel
::initGlobalBaseReg(MachineFunction &MF) {
95
void
Mips16DAGToDAGISel
::initMips16SPAliasReg(MachineFunction &MF) {
111
void
Mips16DAGToDAGISel
::processFunctionAfterISel(MachineFunction &MF) {
118
SDValue
Mips16DAGToDAGISel
::getMips16SPAliasReg() {
125
void
Mips16DAGToDAGISel
::getMips16SPRefReg(SDNode *Parent, SDValue &AliasReg) {
159
bool
Mips16DAGToDAGISel
::selectAddr16(
238
std::pair<bool, SDNode*>
Mips16DAGToDAGISel
::selectNode(SDNode *Node) {
314
return new
Mips16DAGToDAGISel
(TM)
[
all
...]
Completed in 33 milliseconds