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/llvm/lib/Transforms/Utils/
CloneFunction.cpp 89 assert(VMap.count(I) && "No mapping from source argument specified!");
99 // Clone any argument attributes that are present in the VMap.
100 for (const Argument &OldArg : OldFunc->args())
101 if (Argument *NewArg = dyn_cast<Argument>(VMap[&OldArg])) {
224 if (VMap.count(I) == 0) // Haven't mapped the argument to anything yet?
238 if (VMap.count(I) == 0) { // Is this argument preserved?
489 assert(VMap.count(II) && "No mapping from source argument specified!");
Local.cpp     [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/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/Transforms/ObjCARC/
ObjCARCContract.cpp 409 // Only these library routines return their argument. In particular,
410 // objc_retainBlock does not necessarily return its argument.
524 // "tail" argument, because they are setjmp, which could need to
529 // For ObjC library calls which return their argument, replace uses of the
530 // argument with uses of the call return value, if it dominates the use. This
548 // and such; to do the replacement, the argument must have type i8*.
554 if (!isa<Instruction>(Arg) && !isa<Argument>(Arg))
563 // If the call's return value dominates a use of the call's argument
567 // 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/IR/
AsmWriter.cpp 116 for (const Argument &A : F.args())
235 for (const Argument &A : F.args())
267 if (const Argument *MA = dyn_cast<Argument>(V))
668 if (const Argument *FA = dyn_cast<Argument>(V))
    [all...]
Metadata.cpp 244 if (auto *A = dyn_cast<Argument>(V))
257 assert((isa<Constant>(V) || isa<Argument>(V) || isa<Instruction>(V)) &&
    [all...]
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 425 // Adding an edge from argument -> return value for each parameter that
732 // Given an argument number, returns the appropriate Attr index to set.
782 if (auto *Arg = dyn_cast<Argument>(Val))
815 if (auto *Arg = dyn_cast<Argument>(Val))
816 // Only pointer arguments should have the argument attribute,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 631 } else if (Argument *A = dyn_cast<Argument>(cpyDest)) {
    [all...]
Scalarizer.cpp 266 if (Argument *VArg = dyn_cast<Argument>(V)) {
StructurizeCFG.cpp 399 if (Argument *Arg = dyn_cast<Argument>(Condition)) {
GVN.cpp     [all...]
DeadStoreElimination.cpp 311 // argument.
365 // an alloca, or a byval/inalloca argument). If so, then it clearly
859 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/llvm/lib/MC/MCParser/
AsmParser.cpp 282 /// \brief Extract AsmTokens for a macro argument.
    [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/Target/Mips/
MipsISelLowering.h 351 /// copyToReg nodes to set up argument registers.
428 /// copyByValArg - Copy argument registers which were used to pass a byval
429 /// argument to the stack. Create a stack frame object for the byval
430 /// argument.
434 const Argument *FuncArg, unsigned FirstReg,
438 /// passByValArg - Pass a byval argument in registers or on stack.
449 /// argument.
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 69 if (isa<Argument>(V))
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 233 if (Complain) Engine.log("argument counts differ");
433 // Value subtypes: Argument, Constant, Instruction, BasicBlock,
442 if (isa<Argument>(L))
461 Engine.log("different argument counts");
  /external/zlib/src/
make_vms.com 267 $ Argument = P'arg
268 $ If Argument .Eqs. "" Then Goto Exit
271 $ File = F$Element(El," ",Argument)
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 80 // Enumerate types used by function bodies and argument lists.
82 for (const Argument &A : F.args())
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 80 // Enumerate types used by function bodies and argument lists.
82 for (const Argument &A : F.args())
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 80 // Enumerate types used by function bodies and argument lists.
82 for (const Argument &A : F.args())
  /external/v8/test/mjsunit/
mjsunit.js 90 // The optional second argument is an exception constructor that the
92 // The optional third argument is a message type string that is compared
100 // as the second argument.
107 // as second argument, we do not wait for the concurrent optimization thread to
117 // Argument must not be null or undefined.

Completed in 1704 milliseconds

1 2 34 5 6 7 8