Searched refs:MipsCCState (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 63 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()
|
D | MipsCCState.h | 21 class MipsCCState : public CCState { 67 MipsCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF,
|
D | Android.mk | 25 MipsCCState.cpp \
|
D | CMakeLists.txt | 26 MipsCCState.cpp
|
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>; 43 : CCIf<"static_cast<MipsCCState *>(&State)->getSpecialCallingConv() == " 44 "MipsCCState::" # CC, A>;
|
D | MipsISelLowering.h | 214 class MipsCCState; variable 436 MipsCCState &State) const;
|
D | MipsISelLowering.cpp | 2546 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()
|
D | MipsFastISel.cpp | 1194 MipsCCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs, in selectRet()
|