Searched refs:Outputs (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h105 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs) const;
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp159 ValueSet &Outputs) const {
177 Outputs.insert(II);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2780 SmallVector<SDValue, 4> Outputs; local
2820 Outputs.push_back(getConstant(C1 + C2, SVT));
2823 Outputs.push_back(getConstant(C1 - C2, SVT));
2826 Outputs.push_back(getConstant(C1 * C2, SVT));
2831 Outputs.push_back(getConstant(C1.udiv(C2), SVT));
2836 Outputs.push_back(getConstant(C1.urem(C2), SVT));
2841 Outputs.push_back(getConstant(C1.sdiv(C2), SVT));
2846 Outputs.push_back(getConstant(C1.srem(C2), SVT));
2849 Outputs.push_back(getConstant(C1 & C2, SVT));
2852 Outputs
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h366 /// \param Outputs The transformed input expressions will be added to this
374 SmallVectorImpl<Expr *> &Outputs,
502 /// \param Outputs The set of transformed template arguments output by this
508 TemplateArgumentListInfo &Outputs) {
509 return TransformTemplateArguments(Inputs, Inputs + NumInputs, Outputs);
522 /// \param Outputs The set of transformed template arguments output by this
529 TemplateArgumentListInfo &Outputs);
2799 SmallVectorImpl<Expr *> &Outputs,
2847 Outputs.push_back(Out.get());
2870 Outputs
506 TransformTemplateArguments(const TemplateArgumentLoc *Inputs, unsigned NumInputs, TemplateArgumentListInfo &Outputs) argument
2796 TransformExprs(Expr **Inputs, unsigned NumInputs, bool IsCall, SmallVectorImpl<Expr *> &Outputs, bool *ArgChanged) argument
3311 TransformTemplateArguments(InputIterator First, InputIterator Last, TemplateArgumentListInfo &Outputs) argument
[all...]
H A DSemaTemplateInstantiate.cpp2693 SmallVectorImpl<Expr *> &Outputs) {
2700 return Instantiator.TransformExprs(Exprs, NumExprs, IsCall, Outputs);
2691 SubstExprs(Expr **Exprs, unsigned NumExprs, bool IsCall, const MultiLevelTemplateArgumentList &TemplateArgs, SmallVectorImpl<Expr *> &Outputs) argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6491 /// \param Outputs Will receive all of the substituted arguments.
6496 SmallVectorImpl<Expr *> &Outputs);

Completed in 126 milliseconds