/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 111 MVT MipsTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() 121 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() 128 return MipsTargetLowering::getNumRegisters(Context, VT); in getNumRegistersForCallingConv() 131 unsigned MipsTargetLowering::getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv() 144 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const { in getGlobalReg() 149 SDValue MipsTargetLowering::getTargetNode(GlobalAddressSDNode *N, EVT Ty, in getTargetNode() 155 SDValue MipsTargetLowering::getTargetNode(ExternalSymbolSDNode *N, EVT Ty, in getTargetNode() 161 SDValue MipsTargetLowering::getTargetNode(BlockAddressSDNode *N, EVT Ty, in getTargetNode() 167 SDValue MipsTargetLowering::getTargetNode(JumpTableSDNode *N, EVT Ty, in getTargetNode() 173 SDValue MipsTargetLowering::getTargetNode(ConstantPoolSDNode *N, EVT Ty, in getTargetNode() [all …]
|
D | MipsCallLowering.cpp | 24 MipsCallLowering::MipsCallLowering(const MipsTargetLowering &TLI) in MipsCallLowering() 61 const MipsTargetLowering &TLI = *static_cast<const MipsTargetLowering *>( in handle() 426 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerReturn() 468 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerFormalArguments() 558 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerCall() 677 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in subTargetRegTypeForCallingConv() 710 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in splitToValueTypes()
|
D | MipsCallLowering.h | 21 class MipsTargetLowering; variable 63 MipsCallLowering(const MipsTargetLowering &TLI);
|
D | MipsSubtarget.h | 218 std::unique_ptr<const MipsTargetLowering> TLInfo; 385 const MipsTargetLowering *getTargetLowering() const override { in getTargetLowering()
|
D | MipsISelLowering.h | 263 class MipsTargetLowering : public TargetLowering { 267 explicit MipsTargetLowering(const MipsTargetMachine &TM, 270 static const MipsTargetLowering *create(const MipsTargetMachine &TM, 715 const MipsTargetLowering * 718 const MipsTargetLowering *
|
D | Mips16ISelLowering.h | 19 class Mips16TargetLowering : public MipsTargetLowering {
|
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()
|
D | MipsSEISelLowering.h | 29 class MipsSETargetLowering : public MipsTargetLowering {
|
D | MipsSubtarget.cpp | 89 TLInfo(MipsTargetLowering::create(TM, *this)) { in MipsSubtarget()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsCallLowering.cpp | 24 MipsCallLowering::MipsCallLowering(const MipsTargetLowering &TLI) in MipsCallLowering() 61 const MipsTargetLowering &TLI = *static_cast<const MipsTargetLowering *>( in handle() 389 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerReturn() 431 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerFormalArguments() 520 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in lowerCall() 640 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in subTargetRegTypeForCallingConv() 673 const MipsTargetLowering &TLI = *getTLI<MipsTargetLowering>(); in splitToValueTypes()
|
D | MipsISelLowering.cpp | 111 MVT MipsTargetLowering::getRegisterTypeForCallingConv(LLVMContext &Context, in getRegisterTypeForCallingConv() 121 unsigned MipsTargetLowering::getNumRegistersForCallingConv(LLVMContext &Context, in getNumRegistersForCallingConv() 128 return MipsTargetLowering::getNumRegisters(Context, VT); in getNumRegistersForCallingConv() 131 unsigned MipsTargetLowering::getVectorTypeBreakdownForCallingConv( in getVectorTypeBreakdownForCallingConv() 144 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const { in getGlobalReg() 150 SDValue MipsTargetLowering::getTargetNode(GlobalAddressSDNode *N, EVT Ty, in getTargetNode() 156 SDValue MipsTargetLowering::getTargetNode(ExternalSymbolSDNode *N, EVT Ty, in getTargetNode() 162 SDValue MipsTargetLowering::getTargetNode(BlockAddressSDNode *N, EVT Ty, in getTargetNode() 168 SDValue MipsTargetLowering::getTargetNode(JumpTableSDNode *N, EVT Ty, in getTargetNode() 174 SDValue MipsTargetLowering::getTargetNode(ConstantPoolSDNode *N, EVT Ty, in getTargetNode() [all …]
|
D | MipsCallLowering.h | 22 class MipsTargetLowering; variable 64 MipsCallLowering(const MipsTargetLowering &TLI);
|
D | MipsSubtarget.h | 221 std::unique_ptr<const MipsTargetLowering> TLInfo; 389 const MipsTargetLowering *getTargetLowering() const override { in getTargetLowering()
|
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 *
|
D | Mips16ISelLowering.h | 19 class Mips16TargetLowering : public MipsTargetLowering {
|
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()
|
D | MipsSEISelLowering.h | 29 class MipsSETargetLowering : public MipsTargetLowering {
|
D | MipsSubtarget.cpp | 89 TLInfo(MipsTargetLowering::create(TM, *this)) { in MipsSubtarget()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 74 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const { in getGlobalReg() 79 SDValue MipsTargetLowering::getTargetNode(GlobalAddressSDNode *N, EVT Ty, in getTargetNode() 85 SDValue MipsTargetLowering::getTargetNode(ExternalSymbolSDNode *N, EVT Ty, in getTargetNode() 91 SDValue MipsTargetLowering::getTargetNode(BlockAddressSDNode *N, EVT Ty, in getTargetNode() 97 SDValue MipsTargetLowering::getTargetNode(JumpTableSDNode *N, EVT Ty, in getTargetNode() 103 SDValue MipsTargetLowering::getTargetNode(ConstantPoolSDNode *N, EVT Ty, in getTargetNode() 110 const char *MipsTargetLowering::getTargetNodeName(unsigned Opcode) const { in getTargetNodeName() 225 MipsTargetLowering::MipsTargetLowering(const MipsTargetMachine &TM, in MipsTargetLowering() function in MipsTargetLowering 442 const MipsTargetLowering *MipsTargetLowering::create(const MipsTargetMachine &TM, in create() 452 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel() [all …]
|
D | MipsISelLowering.h | 220 class MipsTargetLowering : public TargetLowering { 223 explicit MipsTargetLowering(const MipsTargetMachine &TM, 226 static const MipsTargetLowering *create(const MipsTargetMachine &TM, 600 const MipsTargetLowering * 603 const MipsTargetLowering *
|
D | MipsSubtarget.h | 161 std::unique_ptr<const MipsTargetLowering> TLInfo; 307 const MipsTargetLowering *getTargetLowering() const override { in getTargetLowering()
|
D | Mips16ISelLowering.h | 20 class Mips16TargetLowering : public MipsTargetLowering {
|
D | Mips16ISelLowering.cpp | 123 : MipsTargetLowering(TM, STI) { in Mips16TargetLowering() 153 const MipsTargetLowering * 172 return MipsTargetLowering::EmitInstrWithCustomInserter(MI, BB); in EmitInstrWithCustomInserter() 515 MipsTargetLowering::getOpndList(Ops, RegsToPass, IsPICCall, GlobalOrExternal, in getOpndList()
|
D | MipsSEISelLowering.h | 21 class MipsSETargetLowering : public MipsTargetLowering {
|
D | MipsSubtarget.cpp | 78 TLInfo(MipsTargetLowering::create(TM, *this)) { in MipsSubtarget()
|