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

/external/llvm/lib/Target/Mips/
H A DMipsCCState.h73 AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs, function in class:llvm::MipsCCState
78 CCState::AnalyzeCallOperands(Outs, Fn);
84 // The AnalyzeCallOperands in the base class is not usable since we must
87 void AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs,
89 void AnalyzeCallOperands(const SmallVectorImpl<MVT> &Outs,
/external/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h59 void AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs, function in class:llvm::SystemZCCState
70 CCState::AnalyzeCallOperands(Outs, Fn);
73 // This version of AnalyzeCallOperands in the base class is not usable
75 void AnalyzeCallOperands(const SmallVectorImpl<MVT> &Outs,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DCallingConvLower.cpp118 /// AnalyzeCallOperands - Analyze the outgoing arguments to a call,
120 void CCState::AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs, function in class:CCState
136 /// AnalyzeCallOperands - Same as above except it takes vectors of types
138 void CCState::AnalyzeCallOperands(SmallVectorImpl<MVT> &ArgVTs, function in class:CCState
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp121 void CCState::AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs, function in class:CCState
138 void CCState::AnalyzeCallOperands(SmallVectorImpl<MVT> &ArgVTs, function in class:CCState

Completed in 27 milliseconds