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

/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp153 /// AnalyzeCallResult - Analyze the return values of a call,
155 void CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, function in class:CCState
170 /// AnalyzeCallResult - Same as above except it's specialized for calls which
172 void CCState::AnalyzeCallResult(MVT VT, CCAssignFn Fn) { function in class:CCState
/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.cpp177 /// AnalyzeCallResult - Analyze the return values of an ISD::CALL node,
180 Hexagon_CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, function in class:Hexagon_CCState
195 /// AnalyzeCallResult - Same as above except it's specialized for calls which
197 void Hexagon_CCState::AnalyzeCallResult(EVT VT, Hexagon_CCAssignFn Fn) { function in class:Hexagon_CCState

Completed in 464 milliseconds