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

  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 116 /// AnalyzeCallOperands - Analyze the outgoing arguments to a call,
118 void CCState::AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs,
134 /// AnalyzeCallOperands - Same as above except it takes vectors of types
136 void CCState::AnalyzeCallOperands(SmallVectorImpl<MVT> &ArgVTs,
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.cpp 128 /// AnalyzeCallOperands - Analyze an ISD::CALL node, incorporating info
131 Hexagon_CCState::AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg>
158 /// AnalyzeCallOperands - Same as above except it takes vectors of types
161 Hexagon_CCState::AnalyzeCallOperands(SmallVectorImpl<EVT> &ArgVTs,

Completed in 343 milliseconds