Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCCState.cpp15 bool MipsCCState::isF128SoftLibCall(const char *CallSym) { in isF128SoftLibCall()
39 bool MipsCCState::originalTypeIsF128(const Type *Ty, const char *Func) { in originalTypeIsF128()
54 bool MipsCCState::originalEVTTypeIsVectorFloat(EVT Ty) { in originalEVTTypeIsVectorFloat()
62 bool MipsCCState::originalTypeIsVectorFloat(const Type *Ty) { in originalTypeIsVectorFloat()
69 MipsCCState::SpecialCallingConvType
70 MipsCCState::getSpecialCallingConvForCallee(const SDNode *Callee, in getSpecialCallingConvForCallee()
72 MipsCCState::SpecialCallingConvType SpecialCallingConv = NoSpecialCallingConv; in getSpecialCallingConvForCallee()
86 void MipsCCState::PreAnalyzeCallResultForF128( in PreAnalyzeCallResultForF128()
98 void MipsCCState::PreAnalyzeReturnForF128( in PreAnalyzeReturnForF128()
111 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()
339 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, in lowerReturn()
389 MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs, in lowerFormalArguments()
509 MipsCCState CCInfo(Info.CallConv, IsCalleeVarArg, MF, ArgLocs, in lowerCall()
563 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.td25 : 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 DCMakeLists.txt35 MipsCCState.cpp
H A DMipsISelLowering.h48 class MipsCCState; variable
577 MipsCCState &State) const;
H A DMipsISelLowering.cpp2872 const MipsCCState * MipsState = static_cast<MipsCCState *>(&State); in CC_MipsO32()
3176 MipsCCState CCInfo( in LowerCall()
3178 MipsCCState::getSpecialCallingConvForCallee(Callee.getNode(), Subtarget)); in LowerCall()
3502 MipsCCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCallResult()
3637 MipsCCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs, in LowerFormalArguments()
3794 MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, Context); in CanLowerReturn()
3830 MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext()); in LowerReturn()
4357 MipsCCState &State) const { in copyByValRegs()
H A DMipsFastISel.cpp1276 MipsCCState CCInfo(CC, false, *FuncInfo.MF, RVLocs, *Context); in finishCall()
1696 MipsCCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs, in selectRet()
/openbsd-src/gnu/usr.bin/clang/libLLVMMipsCodeGen/
H A DMakefile18 MipsCCState.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/Mips/
H A DBUILD.gn84 "MipsCCState.cpp",