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

  /external/llvm/lib/Target/Mips/
MipsCCState.h 101 void AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
105 CCState::AnalyzeCallResult(Ins, Fn);
  /external/swiftshader/third_party/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/CodeGen/
CallingConvLower.cpp 157 void CCState::AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
173 void CCState::AnalyzeCallResult(MVT VT, CCAssignFn Fn) {
262 CCInfo1.AnalyzeCallResult(Ins, CalleeFn);
266 CCInfo2.AnalyzeCallResult(Ins, CallerFn);

Completed in 535 milliseconds