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/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/lib/Analysis/
LazyValueInfo.cpp 628 // If this is the entry block, we must be asking about an argument. The
631 assert(isa<Argument>(Val) && "Unknown live-in to the entry block");
    [all...]
ScalarEvolution.cpp 510 if (const Argument *LA = dyn_cast<Argument>(LV)) {
511 const Argument *RA = cast<Argument>(RV);
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 790 Value *V = new Argument(Ty);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 903 Argument *Arg = Fn->arg_begin();
    [all...]
MemorySanitizer.cpp 54 /// "select" instructions that pick the origin of a dirty argument, if an
515 /// necessary to propagate argument shadow through VarArg function
553 /// 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/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-function-mockers.h 74 // dependent on the template argument (and thus shouldn't be
95 // dependent on the template argument (and thus shouldn't be
116 // dependent on the template argument (and thus shouldn't be
138 // dependent on the template argument (and thus shouldn't be
160 // dependent on the template argument (and thus shouldn't be
184 // dependent on the template argument (and thus shouldn't be
209 // dependent on the template argument (and thus shouldn't be
234 // dependent on the template argument (and thus shouldn't be
259 // dependent on the template argument (and thus shouldn't be
285 // dependent on the template argument (and thus shouldn't b
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 82 /// Arrange the argument and result information for a value of the given
109 /// Arrange the argument and result information for a value of the
150 /// Arrange the argument and result information for a call to an
152 /// (Zero value of RD means we don't have any meaningful "this" argument type,
172 /// Arrange the argument and result information for a declaration or
254 /// Arrange the argument and result information for the declaration or
279 /// Arrange the argument and result information for the declaration or
288 /// Arrange the argument and result information for the function type
422 /// extra implicit argument.
481 /// Arrange the argument and result information for an abstract valu
    [all...]
CGDebugInfo.cpp 231 /// getClassName - Get class name including template argument list.
322 // accepting it as an argument? This just causes the main file name to
    [all...]
CodeGenFunction.h 229 /// argument of the parallel region function.
    [all...]
MicrosoftCXXABI.cpp 174 // and the complete object, so the "this" argument may sometimes point to
292 // two-argument usual array deallocation function isn't sufficient.
715 // construct the object directly in argument memory, or to construct the
716 // argument elsewhere and copy the bytes during the call.
719 // into argument memory.
723 // Otherwise, construct the argument into a temporary and copy the bytes
724 // into the outgoing argument memory.
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 263 | Argument
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
Reassociate.cpp 306 if (isa<Argument>(V)) return ValueRankMap[V]; // Function argument.
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 735 /// until the default argument is used.
767 /// suffice, e.g., in a default function argument.
878 // argument locations.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 109 // Fallback to SDISel argument lowering code to deal with sret pointer
121 assert(VI != LocalValueMap.end() && "Missed an argument?");
670 /// \brief Lower an argument list according to the target calling convention.
681 // Populate the argument list.
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 276 if (const auto *Arg = dyn_cast<Argument>(I->getOperand(0)))
    [all...]

Completed in 1746 milliseconds

1 2 3 4 56 7 8