Searched refs:MipsTargetLowering (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 111 MVT MipsTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() 121 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() 126 return MipsTargetLowering::getNumRegisters(Context, VT); in getNumRegistersForCallingConv() 129 unsigned MipsTargetLowering::getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv() 142 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const { in getGlobalReg() 148 SDValue MipsTargetLowering::getTargetNode(GlobalAddressSDNode *N, EVT Ty, in getTargetNode() 154 SDValue MipsTargetLowering::getTargetNode(ExternalSymbolSDNode *N, EVT Ty, in getTargetNode() 160 SDValue MipsTargetLowering::getTargetNode(BlockAddressSDNode *N, EVT Ty, in getTargetNode() 166 SDValue MipsTargetLowering::getTargetNode(JumpTableSDNode *N, EVT Ty, in getTargetNode() 172 SDValue MipsTargetLowering::getTargetNode(ConstantPoolSDNode *N, EVT Ty, in getTargetNode() [all …]
|
| H A D | MipsCallLowering.cpp | 24 MipsCallLowering::MipsCallLowering(const MipsTargetLowering &TLI) in MipsCallLowering() 61 const MipsTargetLowering &TLI = *static_cast<const MipsTargetLowering *>( in handle() 390 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerReturn() 433 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerFormalArguments() 522 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerCall() 642 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in subTargetRegTypeForCallingConv() 676 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in splitToValueTypes()
|
| H A D | MipsCallLowering.h | 22 class MipsTargetLowering; variable 64 MipsCallLowering(const MipsTargetLowering &TLI);
|
| H A D | MipsISelLowering.h | 261 class MipsTargetLowering : public TargetLowering { 265 explicit MipsTargetLowering(const MipsTargetMachine &TM, 268 static const MipsTargetLowering *create(const MipsTargetMachine &TM, 702 const MipsTargetLowering * 705 const MipsTargetLowering *
|
| H A D | MipsSubtarget.h | 221 std::unique_ptr<const MipsTargetLowering> TLInfo; 389 const MipsTargetLowering *getTargetLowering() const override { in getTargetLowering()
|
| H A D | Mips16ISelLowering.h | 19 class Mips16TargetLowering : public MipsTargetLowering {
|
| H A D | Mips16ISelLowering.cpp | 122 : 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 D | MipsSEISelLowering.h | 29 class MipsSETargetLowering : public MipsTargetLowering {
|
| H A D | MipsSubtarget.cpp | 89 TLInfo(MipsTargetLowering::create(TM, *this)) { in MipsSubtarget()
|
| H A D | Relocation.txt | 16 SDValue MipsTargetLowering::
|
| H A D | MipsSEISelLowering.cpp | 66 : MipsTargetLowering(TM, STI) { in MipsSETargetLowering() 302 const MipsTargetLowering * 411 return MipsTargetLowering::LowerOperation(Op, DAG); in lowerSELECT() 472 return MipsTargetLowering::LowerOperation(Op, DAG); in LowerOperation() 1063 return MipsTargetLowering::PerformDAGCombine(N, DCI); in PerformDAGCombine() 1071 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB); in EmitInstrWithCustomInserter() 1169 MipsTargetLowering::getOpndList(Ops, RegsToPass, IsPICCall, GlobalOrExternal, in getOpndList() 1178 return MipsTargetLowering::lowerLOAD(Op, DAG); in lowerLOAD() 1207 return MipsTargetLowering::lowerSTORE(Op, DAG); in lowerSTORE()
|