Home
last modified time | relevance | path

Searched refs:MipsTargetLowering (Results 1 – 12 of 12) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp100 MVT MipsTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv()
112 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv()
121 return MipsTargetLowering::getNumRegisters(Context, VT); in getNumRegistersForCallingConv()
124 unsigned MipsTargetLowering::getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv()
139 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const { in getGlobalReg()
145 SDValue MipsTargetLowering::getTargetNode(GlobalAddressSDNode *N, EVT Ty, in getTargetNode()
151 SDValue MipsTargetLowering::getTargetNode(ExternalSymbolSDNode *N, EVT Ty, in getTargetNode()
157 SDValue MipsTargetLowering::getTargetNode(BlockAddressSDNode *N, EVT Ty, in getTargetNode()
163 SDValue MipsTargetLowering::getTargetNode(JumpTableSDNode *N, EVT Ty, in getTargetNode()
169 SDValue MipsTargetLowering::getTargetNode(ConstantPoolSDNode *N, EVT Ty, in getTargetNode()
[all …]
H A DMipsCallLowering.h21 class MipsTargetLowering; variable
25 MipsCallLowering(const MipsTargetLowering &TLI);
H A DMipsTargetTransformInfo.h25 const MipsTargetLowering *TLI;
28 const MipsTargetLowering *getTLI() const { return TLI; } in getTLI()
H A DMipsCallLowering.cpp25 MipsCallLowering::MipsCallLowering(const MipsTargetLowering &TLI) in MipsCallLowering()
328 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerReturn()
374 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerFormalArguments()
466 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerCall()
H A DMipsISelLowering.h266 class MipsTargetLowering : public TargetLowering {
270 explicit MipsTargetLowering(const MipsTargetMachine &TM,
273 static const MipsTargetLowering *create(const MipsTargetMachine &TM,
711 const MipsTargetLowering *
714 const MipsTargetLowering *
H A DMipsSubtarget.h226 std::unique_ptr<const MipsTargetLowering> TLInfo;
396 const MipsTargetLowering *getTargetLowering() const override { in getTargetLowering()
H A DMips16ISelLowering.h19 class Mips16TargetLowering : public MipsTargetLowering {
H A DMips16ISelLowering.cpp122 : MipsTargetLowering(TM, STI) { in Mips16TargetLowering()
152 const MipsTargetLowering *
168 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB); in EmitInstrWithCustomInserter()
502 MipsTargetLowering::getOpndList(Ops, RegsToPass, IsPICCall, GlobalOrExternal, in getOpndList()
H A DMipsSEISelLowering.h29 class MipsSETargetLowering : public MipsTargetLowering {
H A DMipsSubtarget.cpp90 TLInfo(MipsTargetLowering::create(TM, *this)) { in MipsSubtarget()
H A DRelocation.txt16 SDValue MipsTargetLowering::
H A DMipsSEISelLowering.cpp65 : MipsTargetLowering(TM, STI) { in MipsSETargetLowering()
299 const MipsTargetLowering *
408 return MipsTargetLowering::LowerOperation(Op, DAG); in lowerSELECT()
471 return MipsTargetLowering::LowerOperation(Op, DAG); in LowerOperation()
1062 return MipsTargetLowering::PerformDAGCombine(N, DCI); in PerformDAGCombine()
1070 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB); in EmitInstrWithCustomInserter()
1168 MipsTargetLowering::getOpndList(Ops, RegsToPass, IsPICCall, GlobalOrExternal, in getOpndList()
1177 return MipsTargetLowering::lowerLOAD(Op, DAG); in lowerLOAD()
1206 return MipsTargetLowering::lowerSTORE(Op, DAG); in lowerSTORE()