Searched defs:MipsTargetLowering (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h216 class MipsTargetLowering : public TargetLowering { class in namespace:llvm
219 explicit MipsTargetLowering(const MipsTargetMachine &TM,
222 static const MipsTargetLowering *create(const MipsTargetMachine &TM,
555 /// Create MipsTargetLowering objects.
556 const MipsTargetLowering *
559 const MipsTargetLowering *
H A DMipsISelLowering.cpp78 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const {
83 SDValue MipsTargetLowering::getTargetNode(GlobalAddressSDNode *N, EVT Ty,
89 SDValue MipsTargetLowering::getTargetNode(ExternalSymbolSDNode *N, EVT Ty,
95 SDValue MipsTargetLowering::getTargetNode(BlockAddressSDNode *N, EVT Ty,
101 SDValue MipsTargetLowering::getTargetNode(JumpTableSDNode *N, EVT Ty,
107 SDValue MipsTargetLowering::getTargetNode(ConstantPoolSDNode *N, EVT Ty,
114 const char *MipsTargetLowering::getTargetNodeName(unsigned Opcode) const {
204 MipsTargetLowering::MipsTargetLowering(const MipsTargetMachine &TM, function in class:MipsTargetLowering
428 const MipsTargetLowering *MipsTargetLowerin
[all...]

Completed in 96 milliseconds