OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MipsTargetLowering
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsISelLowering.h
214
class
MipsTargetLowering
: public TargetLowering {
217
explicit
MipsTargetLowering
(MipsTargetMachine &TM);
219
static const
MipsTargetLowering
*create(MipsTargetMachine &TM);
613
/// Create
MipsTargetLowering
objects.
614
const
MipsTargetLowering
*createMips16TargetLowering(MipsTargetMachine &TM);
615
const
MipsTargetLowering
*createMipsSETargetLowering(MipsTargetMachine &TM);
MipsISelLowering.cpp
85
SDValue
MipsTargetLowering
::getGlobalReg(SelectionDAG &DAG, EVT Ty) const {
90
SDValue
MipsTargetLowering
::getTargetNode(GlobalAddressSDNode *N, EVT Ty,
96
SDValue
MipsTargetLowering
::getTargetNode(ExternalSymbolSDNode *N, EVT Ty,
102
SDValue
MipsTargetLowering
::getTargetNode(BlockAddressSDNode *N, EVT Ty,
108
SDValue
MipsTargetLowering
::getTargetNode(JumpTableSDNode *N, EVT Ty,
114
SDValue
MipsTargetLowering
::getTargetNode(ConstantPoolSDNode *N, EVT Ty,
121
const char *
MipsTargetLowering
::getTargetNodeName(unsigned Opcode) const {
211
MipsTargetLowering
::
MipsTargetLowering
(MipsTargetMachine &TM)
406
const
MipsTargetLowering
*MipsTargetLowering::create(MipsTargetMachine &TM)
[
all
...]
Completed in 616 milliseconds