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

1 2 34 5 6 7 8

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 204 compat::vector<module::argument> args;
214 llvm::Argument &arg = *I;
231 args.push_back(module::argument(module::argument::global, arg_size));
235 args.push_back(module::argument(module::argument::scalar, arg_size));
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 307 public final Commandline.Argument createArg ()
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 204 compat::vector<module::argument> args;
214 llvm::Argument &arg = *I;
231 args.push_back(module::argument(module::argument::global, arg_size));
235 args.push_back(module::argument(module::argument::scalar, arg_size));
  /external/clang/include/clang/Basic/
Diagnostic.h 165 /// \brief Represents on argument value, which is a union discriminated
308 /// argument to a strings.
310 /// This takes the modifiers and argument that was present in the diagnostic.
319 StringRef Modifier, StringRef Argument,
332 /// \brief First string argument for the delayed diagnostic.
335 /// \brief Second string argument for the delayed diagnostic.
605 /// \brief Converts a diagnostic argument (as an intptr_t) into the string
608 StringRef Modifier, StringRef Argument,
612 ArgToStringFn(Kind, Val, Modifier, Argument, PrevArgs, Output,
692 /// \param Arg1 A string argument that will be provided to th
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 365 'Argument ' + callbackParameter + ' of ' +
548 // Do not wrap the promise then argument!
559 * Takes the argument to a 'then' or 'catch' function and applies
561 * @param {*} maybeCallback Argument to 'then' or 'catch'.
563 * Example: If the argument is from a 'then' call, use thenTracker.
565 * Example: If the argument is from a 'then' call, use catchTracker.
566 * @return {*} Consumable argument with necessary wrapping applied.
598 * @param {*} onResolved Argument to use if the promise is resolved.
599 * @param {*} onRejected Argument to use if the promise is rejected.
612 * @param {*} onRejected Argument to use if the promise is rejected
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /external/chromium_org/v8/third_party/fdlibm/
fdlibm.js 366 // 1. Argument Reduction: find k and f such that
526 // 1. Argument reduction:
567 // To compensate the error in the argument reduction, we use
600 // for finite argument, only expm1(0)=0 is exact.
630 // Filter out huge and non-finite argument
642 // Argument reduction
  /external/llvm/lib/IR/
AsmWriter.cpp 53 if (const Argument *MA = dyn_cast<Argument>(V))
402 if (const Argument *FA = dyn_cast<Argument>(V))
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 197 if (dyn_cast<Argument>(V) && dyn_cast<PointerType>(V->getType())) {
338 // Check if the constant argument fits in 8-bits. The offset is in bytes
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 334 // "tail" argument, because they are setjmp, which could need to
339 // For ObjC library calls which return their argument, replace uses of the
340 // argument with uses of the call return value, if it dominates the use. This
349 // Only these library routines return their argument. In particular,
350 // objc_retainBlock does not necessarily return its argument.
443 // and such; to do the replacement, the argument must have type i8*.
447 if (!isa<Instruction>(Arg) && !isa<Argument>(Arg))
456 // If the call's return value dominates a use of the call's argument
460 // argument in terms of its return value, which would lead to
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 197 if (dyn_cast<Argument>(V) && dyn_cast<PointerType>(V->getType())) {
338 // Check if the constant argument fits in 8-bits. The offset is in bytes
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 633 } else if (Argument *A = dyn_cast<Argument>(cpyDest)) {
    [all...]
Scalarizer.cpp 262 if (Argument *VArg = dyn_cast<Argument>(V)) {
StructurizeCFG.cpp 338 if (Argument *Arg = dyn_cast<Argument>(Condition)) {
GVN.cpp     [all...]
DeadStoreElimination.cpp 320 // argument.
381 // an alloca, or a byval/inalloca argument). If so, then it clearly
869 if (isa<AllocaInst>(UnderlyingPointer) || isa<Argument>(UnderlyingPointer)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/clang/include/clang/AST/
Expr.h 713 /// call to a conversion operator, return the argument.
744 /// \brief Determine whether this expression is a default function argument.
750 /// the expression is a default argument.
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 289 /// \brief Extract AsmTokens for a macro argument.
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 96 cl::desc("Use the argument ABI rather than the TLS ABI"),
178 /// Argument and return value labels are passed through additional
182 /// Argument and return value labels are passed through TLS variables
207 /// extra pointer argument to return the shadow. This allows the wrapped
823 if (!isa<Argument>(V) && !isa<Instruction>(V))
827 if (Argument *A = dyn_cast<Argument>(V)) {
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 338 * Adds a new JVM argument.
339 * @return create a new JVM argument so that any argument can be passed to the JVM.
342 public Commandline.Argument createJvmarg() {
  /external/llvm/lib/Analysis/
ValueTracking.cpp 309 if (Argument *A = dyn_cast<Argument>(V)) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 332 /// copyToReg nodes to set up argument registers.
339 /// ByValArgInfo - Byval argument information.
342 unsigned NumRegs; // Number of registers used for this argument.
343 unsigned Address; // Offset of the stack area used to pass this argument.
390 /// Return pointer to array of integer argument registers.
406 /// Return the function that analyzes fixed argument list functions.
409 /// Return the function that analyzes variable argument list functions.
417 /// Return the type of the register which is used to pass an argument or
418 /// return a value. This function returns f64 if the argument is an i64
502 /// copyByValArg - Copy argument registers which were used to pass a byva
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 54 if (isa<Argument>(V))

Completed in 1227 milliseconds

1 2 34 5 6 7 8