Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsCCState.cpp63 MipsCCState::SpecialCallingConvType
64 MipsCCState::getSpecialCallingConvForCallee(const SDNode *Callee, in getSpecialCallingConvForCallee()
66 MipsCCState::SpecialCallingConvType SpecialCallingConv = NoSpecialCallingConv; in getSpecialCallingConvForCallee()
80 void MipsCCState::PreAnalyzeCallResultForF128( in PreAnalyzeCallResultForF128()
92 void MipsCCState::PreAnalyzeReturnForF128( in PreAnalyzeReturnForF128()
105 void MipsCCState::PreAnalyzeCallOperands( in PreAnalyzeCallOperands()
120 void MipsCCState::PreAnalyzeFormalArgumentsForF128( in PreAnalyzeFormalArgumentsForF128()
DMipsCCState.h21 class MipsCCState : public CCState {
67 MipsCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF,
DAndroid.mk25 MipsCCState.cpp \
DCMakeLists.txt26 MipsCCState.cpp
DMipsCallingConv.td26 : 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>;
43 : CCIf<"static_cast<MipsCCState *>(&State)->getSpecialCallingConv() == "
44 "MipsCCState::" # CC, A>;
DMipsISelLowering.h214 class MipsCCState; variable
436 MipsCCState &State) const;
DMipsISelLowering.cpp2546 MipsCCState CCInfo( in LowerCall()
2548 MipsCCState::getSpecialCallingConvForCallee(Callee.getNode(), Subtarget)); in LowerCall()
2776 MipsCCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs, in LowerCallResult()
2910 MipsCCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs, in LowerFormalArguments()
3051 MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, Context); in CanLowerReturn()
3076 MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext()); in LowerReturn()
3571 const CCValAssign &VA, MipsCCState &State) const { in copyByValRegs()
DMipsFastISel.cpp1194 MipsCCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs, in selectRet()