Searched refs:AnalyzeCallOperands (Results 1 - 20 of 20) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h58 void AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs, function in class:llvm::SystemZCCState
69 CCState::AnalyzeCallOperands(Outs, Fn);
72 // This version of AnalyzeCallOperands in the base class is not usable
74 void AnalyzeCallOperands(const SmallVectorImpl<MVT> &Outs,
H A DSystemZISelLowering.cpp1031 ArgCCInfo.AnalyzeCallOperands(Outs, CC_SystemZ);
/external/llvm/lib/Target/Mips/
H A DMipsCCState.h73 AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs, function in class:llvm::MipsCCState
78 CCState::AnalyzeCallOperands(Outs, Fn);
84 // The AnalyzeCallOperands in the base class is not usable since we must
87 void AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs,
89 void AnalyzeCallOperands(const SmallVectorImpl<MVT> &Outs,
H A DMipsFastISel.cpp1079 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC));
H A DMipsISelLowering.cpp2601 CCInfo.AnalyzeCallOperands(Outs, CC_Mips, CLI.getArgs(), Callee.getNode());
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp121 void CCState::AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs, function in class:CCState
138 void CCState::AnalyzeCallOperands(SmallVectorImpl<MVT> &ArgVTs, function in class:CCState
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h309 /// AnalyzeCallOperands - Analyze the outgoing arguments to a call,
311 void AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs,
314 /// AnalyzeCallOperands - Same as above except it takes vectors of types
316 void AnalyzeCallOperands(SmallVectorImpl<MVT> &ArgVTs,
/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp283 CCInfo.AnalyzeCallOperands(Outs, CC_BPF64);
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp266 State.AnalyzeCallOperands(Outs, CC_MSP430_AssignStack);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp682 CCInfo.AnalyzeCallOperands(Outs, CC_Hexagon_VarArg);
684 CCInfo.AnalyzeCallOperands(Outs, CC_Hexagon);
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1280 CCInfo.AnalyzeCallOperands(ArgVTs, ArgFlags, CC_PPC64_ELF_FIS);
H A DPPCISelLowering.cpp4573 CCInfo.AnalyzeCallOperands(Outs, CC_PPC32_SVR4);
4584 CCByValInfo.AnalyzeCallOperands(Outs, CC_PPC32_SVR4_ByVal);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1140 CCInfo.AnalyzeCallOperands(Outs, CC_XCore);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp755 CCInfo.AnalyzeCallOperands(Outs, CC_Sparc32);
1063 // AnalyzeCallOperands().
1125 CCInfo.AnalyzeCallOperands(CLI.Outs, CC_Sparc64);
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1887 CCInfo.AnalyzeCallOperands(ArgVTs, ArgFlags,
H A DARMISelLowering.cpp1599 CCInfo.AnalyzeCallOperands(Outs,
2170 CCInfo.AnalyzeCallOperands(Outs,
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2937 CCInfo.AnalyzeCallOperands(OutVTs, OutFlags, CC_X86);
H A DX86ISelLowering.cpp3122 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
3733 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
3806 CCInfo.AnalyzeCallOperands(Outs, CC_X86);
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2909 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC));
H A DAArch64ISelLowering.cpp2756 CCInfo.AnalyzeCallOperands(Outs, CCAssignFnForCall(CalleeCC, true));
2800 CCInfo.AnalyzeCallOperands(Outs, CCAssignFnForCall(CalleeCC, isVarArg));
2916 // Since AnalyzeCallOperands uses Ins[].VT for both ValVT and LocVT, here
2917 // we use a special version of AnalyzeCallOperands to pass in ValVT and

Completed in 529 milliseconds