Searched defs:AnalyzeCallOperands (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp116 /// AnalyzeCallOperands - Analyze the outgoing arguments to a call,
118 void CCState::AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs, function in class:CCState
134 /// AnalyzeCallOperands - Same as above except it takes vectors of types
136 void CCState::AnalyzeCallOperands(SmallVectorImpl<MVT> &ArgVTs, function in class:CCState
/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.cpp128 /// AnalyzeCallOperands - Analyze an ISD::CALL node, incorporating info
131 Hexagon_CCState::AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> function in class:Hexagon_CCState
158 /// AnalyzeCallOperands - Same as above except it takes vectors of types
161 Hexagon_CCState::AnalyzeCallOperands(SmallVectorImpl<EVT> &ArgVTs, function in class:Hexagon_CCState

Completed in 77 milliseconds