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

  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.h 10 // Subclass of MipsTargetLowering specialized for mips16.
20 class Mips16TargetLowering : public MipsTargetLowering {
MipsISelLowering.cpp 78 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,
428 const MipsTargetLowering *MipsTargetLowering::create(const MipsTargetMachine &TM
    [all...]
MipsSubtarget.h 143 std::unique_ptr<const MipsTargetLowering> TLInfo;
285 const MipsTargetLowering *getTargetLowering() const override {
MipsSEISelLowering.h 10 // Subclass of MipsTargetLowering specialized for mips32/64.
21 class MipsSETargetLowering : public MipsTargetLowering {
MipsISelLowering.h 216 class MipsTargetLowering : public TargetLowering {
219 explicit MipsTargetLowering(const MipsTargetMachine &TM,
222 static const MipsTargetLowering *create(const MipsTargetMachine &TM,
555 /// Create MipsTargetLowering objects.
556 const MipsTargetLowering *
559 const MipsTargetLowering *
MipsCCState.cpp 35 MipsTargetLowering::LTStr Comp;
MipsSubtarget.cpp 77 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);
516 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 351 milliseconds