HomeSort by relevance Sort by last modified time
    Searched defs:AnalyzeCallResult (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 155 /// AnalyzeCallResult - Analyze the return values of a call,
157 void CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
172 /// AnalyzeCallResult - Same as above except it's specialized for calls which
174 void CCState::AnalyzeCallResult(MVT VT, CCAssignFn Fn) {
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.cpp 180 /// AnalyzeCallResult - Analyze the return values of an ISD::CALL node,
183 Hexagon_CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
198 /// AnalyzeCallResult - Same as above except it's specialized for calls which
200 void Hexagon_CCState::AnalyzeCallResult(EVT VT, Hexagon_CCAssignFn Fn) {

Completed in 1725 milliseconds