Lines Matching refs:MipsTargetLowering
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()
179 const char *MipsTargetLowering::getTargetNodeName(unsigned Opcode) const { in getTargetNodeName()
298 MipsTargetLowering::MipsTargetLowering(const MipsTargetMachine &TM, in MipsTargetLowering() function in MipsTargetLowering
528 const MipsTargetLowering *
529 MipsTargetLowering::create(const MipsTargetMachine &TM, in create()
539 MipsTargetLowering::createFastISel(FunctionLoweringInfo &funcInfo, in createFastISel()
558 EVT MipsTargetLowering::getSetCCResultType(const DataLayout &, LLVMContext &, in getSetCCResultType()
1153 SDValue MipsTargetLowering::PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) in PerformDAGCombine()
1183 bool MipsTargetLowering::isCheapToSpeculateCttz() const { in isCheapToSpeculateCttz()
1187 bool MipsTargetLowering::isCheapToSpeculateCtlz() const { in isCheapToSpeculateCtlz()
1191 bool MipsTargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask()
1199 MipsTargetLowering::ReplaceNodeResults(SDNode *N, in ReplaceNodeResults()
1205 SDValue MipsTargetLowering::
1283 MipsTargetLowering::EmitInstrWithCustomInserter(MachineInstr &MI, in EmitInstrWithCustomInserter()
1456 MipsTargetLowering::emitAtomicBinary(MachineInstr &MI, in emitAtomicBinary()
1612 MachineBasicBlock *MipsTargetLowering::emitSignExtendToI32InReg( in emitSignExtendToI32InReg()
1642 MachineBasicBlock *MipsTargetLowering::emitAtomicBinaryPartword( in emitAtomicBinaryPartword()
1834 MipsTargetLowering::emitAtomicCmpSwap(MachineInstr &MI, in emitAtomicCmpSwap()
1890 MachineBasicBlock *MipsTargetLowering::emitAtomicCmpSwapPartword( in emitAtomicCmpSwapPartword()
2014 SDValue MipsTargetLowering::lowerBRCOND(SDValue Op, SelectionDAG &DAG) const { in lowerBRCOND()
2038 SDValue MipsTargetLowering::
2052 SDValue MipsTargetLowering::lowerSETCC(SDValue Op, SelectionDAG &DAG) const { in lowerSETCC()
2066 SDValue MipsTargetLowering::lowerGlobalAddress(SDValue Op, in lowerGlobalAddress()
2113 SDValue MipsTargetLowering::lowerBlockAddress(SDValue Op, in lowerBlockAddress()
2125 SDValue MipsTargetLowering::
2207 SDValue MipsTargetLowering::
2220 SDValue MipsTargetLowering::
2243 SDValue MipsTargetLowering::lowerVASTART(SDValue Op, SelectionDAG &DAG) const { in lowerVASTART()
2258 SDValue MipsTargetLowering::lowerVAARG(SDValue Op, SelectionDAG &DAG) const { in lowerVAARG()
2414 MipsTargetLowering::lowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) const { in lowerFCOPYSIGN()
2479 SDValue MipsTargetLowering::lowerFABS(SDValue Op, SelectionDAG &DAG) const { in lowerFABS()
2486 SDValue MipsTargetLowering::
2504 SDValue MipsTargetLowering::lowerRETURNADDR(SDValue Op, in lowerRETURNADDR()
2531 SDValue MipsTargetLowering::lowerEH_RETURN(SDValue Op, SelectionDAG &DAG) in lowerEH_RETURN()
2555 SDValue MipsTargetLowering::lowerATOMIC_FENCE(SDValue Op, in lowerATOMIC_FENCE()
2565 SDValue MipsTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts()
2596 SDValue MipsTargetLowering::lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, in lowerShiftRightParts()
2665 SDValue MipsTargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD()
2791 SDValue MipsTargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE()
2804 SDValue MipsTargetLowering::lowerEH_DWARF_CFA(SDValue Op, in lowerEH_DWARF_CFA()
2815 SDValue MipsTargetLowering::lowerFP_TO_SINT(SDValue Op, in lowerFP_TO_SINT()
2994 CCAssignFn *MipsTargetLowering::CCAssignFnForCall() const{ in CCAssignFnForCall()
2998 CCAssignFn *MipsTargetLowering::CCAssignFnForReturn() const{ in CCAssignFnForReturn()
3005 SDValue MipsTargetLowering::passArgOnStack(SDValue StackPtr, unsigned Offset, in passArgOnStack()
3023 void MipsTargetLowering::
3083 void MipsTargetLowering::AdjustInstrPostInstrSelection(MachineInstr &MI, in AdjustInstrPostInstrSelection()
3143 MipsTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, in LowerCall()
3485 SDValue MipsTargetLowering::LowerCallResult( in LowerCallResult()
3612 SDValue MipsTargetLowering::LowerFormalArguments( in LowerFormalArguments()
3779 MipsTargetLowering::CanLowerReturn(CallingConv::ID CallConv, in CanLowerReturn()
3788 bool MipsTargetLowering::shouldSignExtendTypeInLibCall(EVT Type, in shouldSignExtendTypeInLibCall()
3797 MipsTargetLowering::LowerInterruptReturn(SmallVectorImpl<SDValue> &RetOps, in LowerInterruptReturn()
3809 MipsTargetLowering::LowerReturn(SDValue Chain, CallingConv::ID CallConv, in LowerReturn()
3917 MipsTargetLowering::ConstraintType
3918 MipsTargetLowering::getConstraintType(StringRef Constraint) const { in getConstraintType()
3955 MipsTargetLowering::getSingleConstraintMatchWeight( in getSingleConstraintMatchWeight()
4028 EVT MipsTargetLowering::getTypeForExtReturn(LLVMContext &Context, EVT VT, in getTypeForExtReturn()
4035 std::pair<unsigned, const TargetRegisterClass *> MipsTargetLowering::
4113 MipsTargetLowering::getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI, in getRegForInlineAsmConstraint()
4182 void MipsTargetLowering::LowerAsmOperandForConstraint(SDValue Op, in LowerAsmOperandForConstraint()
4276 bool MipsTargetLowering::isLegalAddressingMode(const DataLayout &DL, in isLegalAddressingMode()
4299 MipsTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const { in isOffsetFoldingLegal()
4304 EVT MipsTargetLowering::getOptimalMemOpType( in getOptimalMemOpType()
4312 bool MipsTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal()
4321 unsigned MipsTargetLowering::getJumpTableEncoding() const { in getJumpTableEncoding()
4330 bool MipsTargetLowering::useSoftFloat() const { in useSoftFloat()
4334 void MipsTargetLowering::copyByValRegs( in copyByValRegs()
4387 void MipsTargetLowering::passByValArg( in passByValArg()
4483 void MipsTargetLowering::writeVarArgRegs(std::vector<SDValue> &OutChains, in writeVarArgRegs()
4530 void MipsTargetLowering::HandleByVal(CCState *State, unsigned &Size, in HandleByVal()
4575 MachineBasicBlock *MipsTargetLowering::emitPseudoSELECT(MachineInstr &MI, in emitPseudoSELECT()
4654 MipsTargetLowering::emitPseudoD_SELECT(MachineInstr &MI, in emitPseudoD_SELECT()
4732 MipsTargetLowering::getRegisterByName(const char *RegName, LLT VT, in getRegisterByName()
4752 MachineBasicBlock *MipsTargetLowering::emitLDR_W(MachineInstr &MI, in emitLDR_W()
4798 MachineBasicBlock *MipsTargetLowering::emitLDR_D(MachineInstr &MI, in emitLDR_D()
4882 MachineBasicBlock *MipsTargetLowering::emitSTR_W(MachineInstr &MI, in emitSTR_W()
4932 MachineBasicBlock *MipsTargetLowering::emitSTR_D(MachineInstr &MI, in emitSTR_D()