Searched refs:MipsCCState (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.cpp | 15 bool MipsCCState::isF128SoftLibCall(const char *CallSym) { in isF128SoftLibCall() 54 bool MipsCCState::originalEVTTypeIsVectorFloat(EVT Ty) { in originalEVTTypeIsVectorFloat() 62 bool MipsCCState::originalTypeIsVectorFloat(const Type *Ty) { in originalTypeIsVectorFloat() 69 MipsCCState::SpecialCallingConvType 86 void MipsCCState::PreAnalyzeCallResultForF128( in PreAnalyzeCallResultForF128() 98 void MipsCCState::PreAnalyzeReturnForF128( in PreAnalyzeReturnForF128() 111 void MipsCCState::PreAnalyzeCallResultForVectorFloat( in PreAnalyzeCallResultForVectorFloat() 120 void MipsCCState::PreAnalyzeReturnForVectorFloat( in PreAnalyzeReturnForVectorFloat() 129 void MipsCCState::PreAnalyzeReturnValue(EVT ArgVT) { in PreAnalyzeReturnValue() 143 void MipsCCState::PreAnalyzeCallOperands( in PreAnalyzeCallOperands() [all …]
|
| H A D | MipsCallLowering.cpp | 43 MipsCCState &State = static_cast<MipsCCState &>(State_); in assignArg() 71 MipsCCState &State = static_cast<MipsCCState &>(State_); in assignArg() 325 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, in lowerReturn() 375 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, in lowerFormalArguments() 495 MipsCCState CCInfo(Info.CallConv, IsCalleeVarArg, MF, ArgLocs, in lowerCall() 550 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, in lowerCall()
|
| H A D | MipsCCState.h | 20 class MipsCCState : public CCState { 98 MipsCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF,
|
| H A D | MipsCallingConv.td | 25 : CCIf<"!static_cast<MipsCCState *>(&State)->WasOriginalArgFloat(ValNo)", 31 : CCIf<"static_cast<MipsCCState *>(&State)->WasOriginalArgF128(ValNo)", A>; 37 : CCIf<"!static_cast<MipsCCState *>(&State)->IsCallOperandFixed(ValNo)", A>; 41 : CCIf<"!static_cast<MipsCCState *>(&State)" 46 : CCIf<"static_cast<MipsCCState *>(&State)->getSpecialCallingConv() == " 47 "MipsCCState::" # CC, A>;
|
| H A D | MipsISelLowering.h | 48 class MipsCCState; variable 569 MipsCCState &State) const;
|
| H A D | MipsISelLowering.cpp | 2858 const MipsCCState * MipsState = static_cast<MipsCCState *>(&State); in CC_MipsO32() 3164 MipsCCState CCInfo( in LowerCall() 3166 MipsCCState::getSpecialCallingConvForCallee(Callee.getNode(), Subtarget)); in LowerCall() 3492 MipsCCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCallResult() 3627 MipsCCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs, in LowerFormalArguments() 3784 MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, Context); in CanLowerReturn() 3820 MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext()); in LowerReturn() 4339 MipsCCState &State) const { in copyByValRegs()
|
| H A D | MipsFastISel.cpp | 1282 MipsCCState CCInfo(CC, false, *FuncInfo.MF, RVLocs, *Context); in finishCall() 1702 MipsCCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs, in selectRet()
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 1248 SRCS_MIN+= Target/Mips/MipsCCState.cpp
|