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

  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.h 10 // Subclass of MipsTargetLowering specialized for mips16.
20 class Mips16TargetLowering : public 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...]
MipsSubtarget.h 158 std::unique_ptr<const MipsTargetLowering> TLInfo;
303 const MipsTargetLowering *getTargetLowering() const override {
MipsSEISelLowering.h 10 // Subclass of MipsTargetLowering specialized for mips32/64.
21 class MipsSETargetLowering : public MipsTargetLowering {
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 *
MipsSubtarget.cpp 78 TLInfo(MipsTargetLowering::create(TM, *this)) {
Mips16ISelLowering.cpp 10 // Subclass of MipsTargetLowering specialized for mips16.
125 : MipsTargetLowering(TM, STI) {
155 const MipsTargetLowering *
174 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB);
517 MipsTargetLowering::getOpndList(Ops, RegsToPass, IsPICCall, GlobalOrExternal,
MipsSEISelLowering.cpp 10 // Subclass of MipsTargetLowering specialized for mips32/64.
40 : MipsTargetLowering(TM, STI) {
230 const MipsTargetLowering *
381 return MipsTargetLowering::LowerOperation(Op, DAG);
    [all...]

Completed in 123 milliseconds