HomeSort by relevance Sort by last modified time
    Searched defs:MipsTargetLowering (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 220 class MipsTargetLowering : public TargetLowering {
223 explicit MipsTargetLowering(const MipsTargetMachine &TM,
226 static const MipsTargetLowering *create(const MipsTargetMachine &TM,
586 /// Create MipsTargetLowering objects.
587 const MipsTargetLowering *
590 const MipsTargetLowering *
MipsISelLowering.cpp 74 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const {
79 SDValue MipsTargetLowering::getTargetNode(GlobalAddressSDNode *N, EVT Ty,
85 SDValue MipsTargetLowering::getTargetNode(ExternalSymbolSDNode *N, EVT Ty,
91 SDValue MipsTargetLowering::getTargetNode(BlockAddressSDNode *N, EVT Ty,
97 SDValue MipsTargetLowering::getTargetNode(JumpTableSDNode *N, EVT Ty,
103 SDValue MipsTargetLowering::getTargetNode(ConstantPoolSDNode *N, EVT Ty,
110 const char *MipsTargetLowering::getTargetNodeName(unsigned Opcode) const {
225 MipsTargetLowering::MipsTargetLowering(const MipsTargetMachine &TM,
446 const MipsTargetLowering *MipsTargetLowering::create(const MipsTargetMachine &TM
    [all...]

Completed in 398 milliseconds