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
172
class
MipsTargetLowering
: public TargetLowering {
174
explicit
MipsTargetLowering
(MipsTargetMachine &TM);
176
static const
MipsTargetLowering
*create(MipsTargetMachine &TM);
477
/// Create
MipsTargetLowering
objects.
478
const
MipsTargetLowering
*createMips16TargetLowering(MipsTargetMachine &TM);
479
const
MipsTargetLowering
*createMipsSETargetLowering(MipsTargetMachine &TM);
MipsISelLowering.cpp
77
SDValue
MipsTargetLowering
::getGlobalReg(SelectionDAG &DAG, EVT Ty) const {
112
SDValue
MipsTargetLowering
::getAddrLocal(SDValue Op, SelectionDAG &DAG,
127
SDValue
MipsTargetLowering
::getAddrGlobal(SDValue Op, SelectionDAG &DAG,
137
SDValue
MipsTargetLowering
::getAddrGlobalLargeGOT(SDValue Op, SelectionDAG &DAG,
150
const char *
MipsTargetLowering
::getTargetNodeName(unsigned Opcode) const {
214
MipsTargetLowering
::
215
MipsTargetLowering
(MipsTargetMachine &TM)
407
const
MipsTargetLowering
*
MipsTargetLowering
::create(MipsTargetMachine &TM) {
414
EVT
MipsTargetLowering
::getSetCCResultType(LLVMContext &, EVT VT) const
[
all
...]
Completed in 40 milliseconds