Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp99 MVT MipsTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv()
109 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv()
114 return MipsTargetLowering::getNumRegisters(Context, VT); in getNumRegistersForCallingConv()
117 unsigned MipsTargetLowering::getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv()
130 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const { in getGlobalReg()
136 SDValue MipsTargetLowering::getTargetNode(GlobalAddressSDNode *N, EVT Ty, in getTargetNode()
142 SDValue MipsTargetLowering::getTargetNode(ExternalSymbolSDNode *N, EVT Ty, in getTargetNode()
148 SDValue MipsTargetLowering::getTargetNode(BlockAddressSDNode *N, EVT Ty, in getTargetNode()
154 SDValue MipsTargetLowering::getTargetNode(JumpTableSDNode *N, EVT Ty, in getTargetNode()
160 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 DMipsSubtarget.h224 std::unique_ptr<const MipsTargetLowering> TLInfo;
392 const MipsTargetLowering *getTargetLowering() const override { in getTargetLowering()
H A DMipsISelLowering.h264 class MipsTargetLowering : public TargetLowering {
268 explicit MipsTargetLowering(const MipsTargetMachine &TM,
271 static const MipsTargetLowering *create(const MipsTargetMachine &TM,
710 const MipsTargetLowering *
713 const MipsTargetLowering *
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.cpp66 : MipsTargetLowering(TM, STI) { in MipsSETargetLowering()
295 const MipsTargetLowering *
404 return MipsTargetLowering::LowerOperation(Op, DAG); in lowerSELECT()
465 return MipsTargetLowering::LowerOperation(Op, DAG); in LowerOperation()
1056 return MipsTargetLowering::PerformDAGCombine(N, DCI); in PerformDAGCombine()
1064 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB); in EmitInstrWithCustomInserter()
1162 MipsTargetLowering::getOpndList(Ops, RegsToPass, IsPICCall, GlobalOrExternal, in getOpndList()
1171 return MipsTargetLowering::lowerLOAD(Op, DAG); in lowerLOAD()
1200 return MipsTargetLowering::lowerSTORE(Op, DAG); in lowerSTORE()