Searched refs:MipsCCState (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp1 //===---- MipsCCState.cpp - CCState with Mips specific extensions ---------===//
9 #include "MipsCCState.h"
69 MipsCCState::SpecialCallingConvType
70 MipsCCState::getSpecialCallingConvForCallee(const SDNode *Callee,
72 MipsCCState::SpecialCallingConvType SpecialCallingConv = NoSpecialCallingConv;
86 void MipsCCState::PreAnalyzeCallResultForF128(
98 void MipsCCState::PreAnalyzeReturnForF128(
111 void MipsCCState::PreAnalyzeCallResultForVectorFloat(
120 void MipsCCState::PreAnalyzeReturnForVectorFloat(
131 void MipsCCState
[all...]
H A DMipsCCState.h1 //===---- MipsCCState.h - CCState with Mips specific extensions -----------===//
20 class MipsCCState : public CCState { class in namespace:llvm
83 MipsCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF, function in class:llvm::MipsCCState
H A DMipsCallLowering.cpp16 #include "MipsCCState.h"
439 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs,
485 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs,
611 MipsCCState CCInfo(F.getCallingConv(), IsCalleeVarArg, MF, ArgLocs,
655 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs,
H A DMipsISelLowering.h50 class MipsCCState;
583 MipsCCState &State) const;
H A DMipsISelLowering.cpp18 #include "MipsCCState.h"
2862 const MipsCCState * MipsState = static_cast<MipsCCState *>(&State);
3164 MipsCCState CCInfo(
3166 MipsCCState::getSpecialCallingConvForCallee(Callee.getNode(), Subtarget));
3471 MipsCCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs,
3606 MipsCCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs,
3751 MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, Context);
3787 MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext());
4308 MipsCCState
[all...]
H A DMipsFastISel.cpp18 #include "MipsCCState.h"
1285 MipsCCState CCInfo(CC, false, *FuncInfo.MF, RVLocs, *Context);
1705 MipsCCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs,
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile1135 SRCS_MIN+= Target/Mips/MipsCCState.cpp

Completed in 94 milliseconds