HomeSort by relevance Sort by last modified time
    Searched refs:Argument (Results 26 - 50 of 189) sorted by null

12 3 4 5 6 7 8

  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 69 void AddParam(Argument *Arg);
70 int CalculateArgumentSize(Argument *Arg);
183 void R600KernelParameters::AddParam(Argument *Arg) {
198 int R600KernelParameters::CalculateArgumentSize(Argument *Arg) {
329 Argument *Arg = dyn_cast<Argument>(P.Val);
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 13 // argument is *only* loaded, then it can pass the value into the function
61 /// ArgPromotion - The 'by reference' to 'by value' argument promotion pass.
82 bool isSafeToPromoteArgument(Argument *Arg, bool isByVal) const;
84 SmallPtrSet<Argument*, 8> &ArgsToPromote,
85 SmallPtrSet<Argument*, 8> &ByValArgsToTransform);
138 SmallVector<Argument*, 16> PointerArgs;
157 // Check to see which arguments are promotable. If an argument is promotable,
159 SmallPtrSet<Argument*, 8> ArgsToPromote;
160 SmallPtrSet<Argument*, 8> ByValArgsToTransform;
162 Argument *PtrArg = PointerArgs[i]
    [all...]
FunctionAttrs.cpp 199 // If the call does access argument pointees, check each argument.
299 // For a given pointer Argument, this retains a list of Arguments of functions
303 Argument *Definition;
310 typedef std::map<Argument*, ArgumentGraphNode> ArgumentMapTy;
314 // There is no root node for the argument graph, in fact:
331 ArgumentGraphNode *operator[](Argument *A) {
376 SmallVector<Argument*, 4> Uses; // Uses within our SCC.
411 determinePointerReadAttrs(Argument *A,
412 const SmallPtrSet<Argument*, 8> &SCCNodes)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
RSSFeedUtil.java 20 import org.apache.tools.ant.types.Commandline.Argument;
66 Argument execArg = exec.createArg();
  /external/javassist/src/main/javassist/util/
HotSwapper.java 113 ((Connector.Argument)arguments.get("hostname")).setValue(HOST_NAME);
114 ((Connector.Argument)arguments.get("port")).setValue(port);
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 165 if (const Argument *arg = dyn_cast<Argument>(&val)) {
179 if (const Argument *arg = dyn_cast<Argument>(&val)) {
194 if (const Argument *arg = dyn_cast<Argument>(&val)) {
209 if (const Argument *arg = dyn_cast<Argument>(&val)) {
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathGrammar.y 104 %type <expr> Argument
388 Argument
396 ArgumentList ',' Argument
403 Argument:
  /external/llvm/lib/IR/
AsmWriter.h 109 void printArgument(const Argument *FA, AttributeSet Attrs, unsigned Idx);
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 147 unsigned argument) {
154 DD.ForbiddenTypeData.Argument = argument;
191 return ForbiddenTypeData.Argument;
224 unsigned Argument;
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 122 /// argument verbatim.
145 // IC_RetainBlock may be given a stack argument.
220 /// their argument verbatim.
234 /// return their argument verbatim.
247 /// return their argument verbatim.
259 /// objc_retain or objc_release, return the argument value, stripped of no-op
278 /// Many ObjC calls return their argument verbatim,
280 /// argument value.
288 // Replace the return value with the argument.
309 if (const Argument *Arg = dyn_cast<Argument>(Op)
    [all...]
ObjCARCUtil.cpp 93 // One argument.
94 const Argument *A0 = AI++;
96 // Argument is a pointer.
99 // Argument is i8*.
119 // Argument is i8**
130 const Argument *A1 = AI++;
137 // Second argument is i8*
144 // Second argument is i8**.
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 39 std::string Argument;
40 HasMoreInput = parseStringInto(Argument);
41 CommandLine.push_back(Argument);
  /external/chromium_org/tools/site_compare/
command_line.py 41 validator: callable for custom argument validation
55 class Argument(object):
56 """Encapsulates an argument to a command."""
62 """Command-line argument to a command.
65 names: argument name, or list of synonyms
66 helptext: brief description of the argument
67 type: type of the argument. Valid values include:
76 required: True if argument must be specified
78 positional: Argument specified by location, not name
81 ValueError: the argument name is invalid for some reaso
    [all...]
  /external/chromium_org/v8/test/webkit/
array-every.js 28 debug("1.0 Single Argument Testing");
36 debug("2.0 Two Argument Testing");
  /external/clang/include/clang/AST/
Comment.h 303 struct Argument {
307 Argument(SourceRange Range, StringRef Text) : Range(Range), Text(Text) { }
321 ArrayRef<Argument> Args;
328 ArrayRef<Argument> Args) :
598 /// arguments depends on command name) and a paragraph as an argument
602 struct Argument {
606 Argument() { }
607 Argument(SourceRange Range, StringRef Text) : Range(Range), Text(Text) { }
612 ArrayRef<Argument> Args;
614 /// Paragraph argument
    [all...]
  /external/llvm/examples/Fibonacci/
fibonacci.cpp 54 // Get pointer to the integer argument of the add1 function...
55 Argument *ArgX = FibF->arg_begin(); // Get the arg.
128 // Call the Fibonacci function with argument n:
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 468 // If this is a no-capture pointer argument, see if we can tell that it
553 /// isNoAliasArgument - Return true if this is an argument with the noalias
557 if (const Argument *A = dyn_cast<Argument>(V))
576 if (const Argument *A = dyn_cast<Argument>(V))
  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 45 Argument &Arg = F.getArgumentList().front();
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 14 #include "llvm/IR/Argument.h"
64 V = new Argument(Type::getInt32Ty(context));
134 V = new Argument(Type::getInt32PtrTy(context));
147 V = new Argument(Type::getInt32Ty(context));
169 Argument *A = F1->arg_begin();
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 164 class Argument {
170 Argument(const Record &Arg, StringRef Attr)
178 virtual ~Argument() {}
187 // These functions print the argument contents formatted in different ways.
215 class SimpleArgument : public Argument {
220 : Argument(Arg, Attr), type(T)
308 class StringArgument : public Argument {
311 : Argument(Arg, Attr)
375 class AlignedArgument : public Argument {
378 : Argument(Arg, Attr
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_injected_script_externs.py 120 class Argument:
156 arguments.append(Argument(Type(type_name, is_array, is_nullable), optional != '', arg_name))
  /external/libpng/contrib/gregbook/
makevms.com 104 $ Argument = P'arg
105 $ If Argument .Eqs. "" Then Goto Exit
108 $ File = F$Element(El," ",Argument)
  /external/libunwind/doc/
_U_dyn_cancel.tex 20 unwind-info for a dynamically generated procedure. Argument \Var{di}
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 35 // function will have a return type of "int" and take an argument of "int".
36 // The '0' terminates the list of argument types.
44 // because of the last argument.
50 // Get pointers to the integer argument of the add1 function...
52 Argument *ArgX = Add1F->arg_begin(); // Get the arg
81 // Get pointer to the integer argument of the add1 function...
82 Argument *ArgX = FibF->arg_begin(); // Get the arg.
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 198 // If the alloca-derived argument is passed in as nocapture, then it
256 for (Argument &Arg : F.args()) {
315 if (Argument *A = dyn_cast<Argument>(Arg.getUser()))
420 // occurs when a function passes an argument straight through to its tail
481 // Check to see if this is an immutable argument, if so, the value
483 if (Argument *Arg = dyn_cast<Argument>(V)) {
484 // Figure out which argument number this is...
490 // If we are passing this argument into call as the correspondin
    [all...]

Completed in 519 milliseconds

12 3 4 5 6 7 8