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

1 2 3 4 56 7 8

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 851 } else if (Argument *Arg = dyn_cast<Argument>(Ptr)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
Reassociate.cpp 289 if (isa<Argument>(V)) return ValueRankMap[V]; // Function argument.
    [all...]
SROA.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 215 const Argument *arg = cab;
    [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp 285 bool MakeArgument(const Argument *value, uint64_t address)
309 log->Printf("Made an allocation for argument %s", PrintValue(value).c_str());
    [all...]
IRForTarget.cpp 2333 Argument *argument = iter; local
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 904 Argument *Arg = Fn->arg_begin();
    [all...]
MemorySanitizer.cpp 54 /// "select" instructions that pick the origin of a dirty argument, if an
282 // Argument and return type of IndirectCallWrapperFn: void (*f)(void).
464 /// necessary to propagate argument shadow through VarArg function
502 /// test their argument shadow and print reports (with a runtime call) if it's
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 215 const Argument *arg = cab;
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 225 /// getClassName - Get class name including template argument list.
318 // accepting it as an argument? This just causes the main file name to
    [all...]
MicrosoftCXXABI.cpp 159 // and the complete object, so the "this" argument may sometimes point to
263 // two-argument usual array deallocation function isn't sufficient.
565 // construct the object directly in argument memory, or to construct the
566 // argument elsewhere and copy the bytes during the call.
569 // into argument memory.
573 // Otherwise, construct the argument into a temporary and copy the bytes
574 // into the outgoing argument memory.
655 llvm::Value *Argument) {
659 llvm::Value *Args[] = {Argument};
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 161 * display root directory as an argument.
656 * @param {string} argument Argument describing the request, eg. source file
661 VolumeManager.prototype.makeRequestKey_ = function(requestType, argument) {
662 return requestType + ':' + argument;
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 256 | Argument
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 724 /// until the default argument is used.
752 /// suffice, e.g., in a default function argument.
862 // argument locations.
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 506 if (const Argument *LA = dyn_cast<Argument>(LV)) {
507 const Argument *RA = cast<Argument>(RV);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/chromium_org/v8/src/
messages.js 89 data_view_not_array_buffer: ["First argument to DataView constructor must be an ArrayBuffer"],
97 first_argument_not_regexp: ["First argument to ", "%0", " must not be a regular expression"],
142 array_indexof_not_defined: ["Array.getIndexOf: Argument undefined"],
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 45 // Assign SRet argument.
80 // Allocate a full-sized argument for the 64-bit ABI.
113 // This argument goes on the stack in an 8-byte slot.
123 // Allocate a half-sized argument for the 64-bit ABI.
484 // Copy the SRet Argument to SRetReturnReg.
556 // The argument array begins at %fp+BIAS+128, after the register save area.
562 // This argument is passed in a register.
575 // The caller promoted the argument, so insert an Assert?ext SDNode so we
590 // Truncate the register down to the argument type.
598 // The registers are exhausted. This argument was passed on the stack
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
tree.jquery.js 546 Argument position: Position.BEFORE, Position.AFTER or Position.Inside
    [all...]

Completed in 1736 milliseconds

1 2 3 4 56 7 8