Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp111 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 DMipsCallLowering.cpp24 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 DMipsCallLowering.h22 class MipsTargetLowering; variable
64 MipsCallLowering(const MipsTargetLowering &TLI);
H A DMipsISelLowering.h261 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 DMipsSubtarget.h221 std::unique_ptr<const MipsTargetLowering> TLInfo;
389 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.cpp89 TLInfo(MipsTargetLowering::create(TM, *this)) { in MipsSubtarget()
H A DRelocation.txt16 SDValue MipsTargetLowering::
H A DMipsSEISelLowering.cpp66 : 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()