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

  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 85 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const {
90 SDValue MipsTargetLowering::getTargetNode(GlobalAddressSDNode *N, EVT Ty,
96 SDValue MipsTargetLowering::getTargetNode(ExternalSymbolSDNode *N, EVT Ty,
102 SDValue MipsTargetLowering::getTargetNode(BlockAddressSDNode *N, EVT Ty,
108 SDValue MipsTargetLowering::getTargetNode(JumpTableSDNode *N, EVT Ty,
114 SDValue MipsTargetLowering::getTargetNode(ConstantPoolSDNode *N, EVT Ty,
121 const char *MipsTargetLowering::getTargetNodeName(unsigned Opcode) const {
211 MipsTargetLowering::MipsTargetLowering(MipsTargetMachine &TM)
406 const MipsTargetLowering *MipsTargetLowering::create(MipsTargetMachine &TM)
    [all...]
Mips16ISelLowering.h 10 // Subclass of MipsTargetLowering specialized for mips16.
20 class Mips16TargetLowering : public MipsTargetLowering {
MipsSubtarget.h 154 std::unique_ptr<const MipsTargetLowering> TLInfo;
157 std::unique_ptr<const MipsTargetLowering> TLInfo16;
160 std::unique_ptr<const MipsTargetLowering> TLInfoSE;
302 const MipsTargetLowering *getTargetLowering() const { return TLInfo.get(); }
MipsTargetMachine.h 57 const MipsTargetLowering *getTargetLowering() const override {
MipsSubtarget.cpp 121 TLInfo(MipsTargetLowering::create(*TM)) {
264 TLInfo.reset(MipsTargetLowering::create(*TM));
282 TLInfo.reset(MipsTargetLowering::create(*TM));
MipsSEISelLowering.h 10 // Subclass of MipsTargetLowering specialized for mips32/64.
21 class MipsSETargetLowering : public MipsTargetLowering {
MipsISelLowering.h 214 class MipsTargetLowering : public TargetLowering {
217 explicit MipsTargetLowering(MipsTargetMachine &TM);
219 static const MipsTargetLowering *create(MipsTargetMachine &TM);
613 /// Create MipsTargetLowering objects.
614 const MipsTargetLowering *createMips16TargetLowering(MipsTargetMachine &TM);
615 const MipsTargetLowering *createMipsSETargetLowering(MipsTargetMachine &TM);
Mips16ISelLowering.cpp 10 // Subclass of MipsTargetLowering specialized for mips16.
122 : MipsTargetLowering(TM) {
152 const MipsTargetLowering *
169 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB);
512 MipsTargetLowering::getOpndList(Ops, RegsToPass, IsPICCall, GlobalOrExternal,
MipsSEISelLowering.cpp 10 // Subclass of MipsTargetLowering specialized for mips32/64.
38 : MipsTargetLowering(TM) {
228 const MipsTargetLowering *
377 return MipsTargetLowering::LowerOperation(Op, DAG);
    [all...]

Completed in 1449 milliseconds