Home
last modified time | relevance | path

Searched refs:MipsCCState (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp15 bool MipsCCState::isF128SoftLibCall(const char *CallSym) { in isF128SoftLibCall()
38 bool MipsCCState::originalTypeIsF128(const Type *Ty, const char *Func) { in originalTypeIsF128()
53 bool MipsCCState::originalEVTTypeIsVectorFloat(EVT Ty) { in originalEVTTypeIsVectorFloat()
61 bool MipsCCState::originalTypeIsVectorFloat(const Type *Ty) { in originalTypeIsVectorFloat()
68 MipsCCState::SpecialCallingConvType
69 MipsCCState::getSpecialCallingConvForCallee(const SDNode *Callee, in getSpecialCallingConvForCallee()
71 MipsCCState::SpecialCallingConvType SpecialCallingConv = NoSpecialCallingConv; in getSpecialCallingConvForCallee()
85 void MipsCCState::PreAnalyzeCallResultForF128( in PreAnalyzeCallResultForF128()
97 void MipsCCState::PreAnalyzeCallReturnForF128( in PreAnalyzeCallReturnForF128()
109 void MipsCCState::PreAnalyzeCallResultForVectorFloat( in PreAnalyzeCallResultForVectorFloat()
[all …]
H A DMipsCallLowering.cpp45 MipsCCState &State = static_cast<MipsCCState &>(State_); in assignArg()
73 MipsCCState &State = static_cast<MipsCCState &>(State_); in assignArg()
338 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, in lowerReturn()
386 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, in lowerFormalArguments()
507 MipsCCState CCInfo(Info.CallConv, IsCalleeVarArg, MF, ArgLocs, in lowerCall()
560 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, in lowerCall()
H A DMipsCCState.h20 class MipsCCState : public CCState {
98 MipsCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF,
H A DMipsCallingConv.td24 : CCIf<"static_cast<MipsCCState *>(&State)->WasOriginalArgFloat(ValNo)",
30 : CCIf<"static_cast<MipsCCState *>(&State)->WasOriginalArgF128(ValNo)", A>;
36 : CCIf<"!static_cast<MipsCCState *>(&State)->IsCallOperandFixed(ValNo)", A>;
40 : CCIf<"!static_cast<MipsCCState *>(&State)"
45 : CCIf<"static_cast<MipsCCState *>(&State)->getSpecialCallingConv() == "
46 "MipsCCState::" # CC, A>;
H A DMipsISelLowering.h46 class MipsCCState; variable
612 MipsCCState &State) const;
H A DMipsISelLowering.cpp3049 const MipsCCState * MipsState = static_cast<MipsCCState *>(&State); in CC_MipsO32()
3353 MipsCCState CCInfo( in LowerCall()
3355 MipsCCState::getSpecialCallingConvForCallee(Callee.getNode(), Subtarget)); in LowerCall()
3684 MipsCCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCallResult()
3819 MipsCCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs, in LowerFormalArguments()
3967 MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, Context); in CanLowerReturn()
4003 MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext()); in LowerReturn()
4542 MipsCCState &State) const { in copyByValRegs()
H A DMipsFastISel.cpp1288 MipsCCState CCInfo(CC, false, *FuncInfo.MF, RVLocs, *Context); in finishCall()
1708 MipsCCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs, in selectRet()
/freebsd/lib/clang/libllvm/
H A DMakefile1573 SRCS_MIN+= Target/Mips/MipsCCState.cpp