Searched refs:MipsCCState (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.cpp | 70 MipsCCState::SpecialCallingConvType 71 MipsCCState::getSpecialCallingConvForCallee(const SDNode *Callee, in getSpecialCallingConvForCallee() 73 MipsCCState::SpecialCallingConvType SpecialCallingConv = NoSpecialCallingConv; in getSpecialCallingConvForCallee() 87 void MipsCCState::PreAnalyzeCallResultForF128( in PreAnalyzeCallResultForF128() 99 void MipsCCState::PreAnalyzeReturnForF128( in PreAnalyzeReturnForF128() 112 void MipsCCState::PreAnalyzeCallResultForVectorFloat( in PreAnalyzeCallResultForVectorFloat() 121 void MipsCCState::PreAnalyzeReturnForVectorFloat( in PreAnalyzeReturnForVectorFloat() 132 void MipsCCState::PreAnalyzeCallOperands( in PreAnalyzeCallOperands() 148 void MipsCCState::PreAnalyzeFormalArgumentsForF128( in PreAnalyzeFormalArgumentsForF128()
|
| H A D | MipsCCState.h | 21 class MipsCCState : public CCState { 84 MipsCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF,
|
| H A D | MipsCallingConv.td | 26 : CCIf<"!static_cast<MipsCCState *>(&State)->WasOriginalArgFloat(ValNo)", 32 : CCIf<"static_cast<MipsCCState *>(&State)->WasOriginalArgF128(ValNo)", A>; 38 : CCIf<"!static_cast<MipsCCState *>(&State)->IsCallOperandFixed(ValNo)", A>; 42 : CCIf<"!static_cast<MipsCCState *>(&State)" 47 : CCIf<"static_cast<MipsCCState *>(&State)->getSpecialCallingConv() == " 48 "MipsCCState::" # CC, A>;
|
| H A D | MipsCallLowering.cpp | 365 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, in lowerReturn() 414 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, in lowerFormalArguments() 491 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, in lowerCall() 523 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, in lowerCall()
|
| H A D | MipsISelLowering.h | 51 class MipsCCState; variable 581 MipsCCState &State) const;
|
| H A D | MipsISelLowering.cpp | 2665 const MipsCCState * MipsState = static_cast<MipsCCState *>(&State); in CC_MipsO32() 2957 MipsCCState CCInfo( in LowerCall() 2959 MipsCCState::getSpecialCallingConvForCallee(Callee.getNode(), Subtarget)); in LowerCall() 3264 MipsCCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCallResult() 3399 MipsCCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs, in LowerFormalArguments() 3544 MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, Context); in CanLowerReturn() 3580 MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext()); in LowerReturn() 4098 MipsCCState &State) const { in copyByValRegs()
|
| H A D | MipsFastISel.cpp | 1280 MipsCCState CCInfo(CC, false, *FuncInfo.MF, RVLocs, *Context); in finishCall() 1700 MipsCCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs, in selectRet()
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 1057 SRCS_MIN+= Target/Mips/MipsCCState.cpp
|