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

1 2 34 5 6 7 8 91011>>

  /art/compiler/optimizing/
instruction_simplifier_arm64.h 5 * you may not use this file except in compliance with the License.
39 bool TryMergeIntoShifterOperand(HInstruction* use,
42 bool CanMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) {
43 return TryMergeIntoShifterOperand(use, bitfield_op, /* do_merge */ false);
45 bool MergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) {
46 DCHECK(CanMergeIntoShifterOperand(use, bitfield_op));
47 return TryMergeIntoShifterOperand(use, bitfield_op, /* do_merge */ true);
code_sinking.cc 5 * you may not use this file except in compliance with the License.
30 // TODO(ngeoffray): we do not profile branches yet, so use throw instructions
172 for (const HUseListNode<HInstruction*>& use : instruction->GetUses()) {
173 HInstruction* user = use.GetUser();
181 : block->GetPredecessors()[use.GetIndex()];
186 for (const HUseListNode<HEnvironment*>& use : instruction->GetEnvUses()) {
187 DCHECK(!use.GetUser()->GetHolder()->IsPhi());
188 DCHECK(!filter || !ShouldFilterUse(instruction, use.GetUser()->GetHolder(), post_dominated));
189 finder.Update(use.GetUser()->GetHolder()->GetBlock());
209 for (const HUseListNode<HInstruction*>& use : instruction->GetUses())
    [all...]
  /external/llvm/test/MC/Mips/
update-module-level-options.s 6 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
10 # CHECK-NOT: :[[@LINE-1]]:{{[0-9]+}}: error: -mno-odd-spreg prohibits the use of odd FPU registers
14 # CHECK: :[[@LINE-1]]:9: error: -mno-odd-spreg prohibits the use of odd FPU registers
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue17645.go 4 // Use of this source code is governed by a BSD-style
15 var _ string = append(s, Foo{""}) // ERROR "cannot use .. \(type string\) as type int in field value" "cannot use Foo literal \(type Foo\) as type int in append" "cannot use append\(s\, Foo literal\) \(type \[\]int\) as type string in assignment"
bug197.go 4 // Use of this source code is governed by a BSD-style
14 var t T = int(0) // ERROR "cannot use|incompatible"
15 var t1 T = int(x) // ERROR "cannot use|incompatible"
16 var u U = int(0) // ERROR "cannot use|incompatible"
17 var u1 U = int(x) // ERROR "cannot use|incompatible"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue17645.go 4 // Use of this source code is governed by a BSD-style
15 var _ string = append(s, Foo{""}) // ERROR "cannot use .. \(type string\) as type int in field value" "cannot use Foo literal \(type Foo\) as type int in append" "cannot use append\(s\, Foo literal\) \(type \[\]int\) as type string in assignment"
bug197.go 4 // Use of this source code is governed by a BSD-style
14 var t T = int(0) // ERROR "cannot use|incompatible"
15 var t1 T = int(x) // ERROR "cannot use|incompatible"
16 var u U = int(0) // ERROR "cannot use|incompatible"
17 var u1 U = int(x) // ERROR "cannot use|incompatible"
  /build/make/core/combo/arch/mips64/
mips64r2.mk 3 # This target is for temporary use only, until mips64r6 is supported by Android's qemu.
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-virtual-inheritance.cpp 31 void use(C *obj) { obj->f(); } function
55 void use(D *obj) { obj->h(); } function
103 void use(X *obj) { obj->h(); } function in namespace:Test2
181 void use(Y *obj) { obj->h(); } function in namespace:Test5
246 void use(X *obj) { obj->f(); } function in namespace:Test8
262 void use(Z *obj) { obj->f(); } function in namespace:Test8
284 void use(T *obj) { obj->bar(); } function in namespace:Test8
309 void use(Y *obj) { obj->h(); } function in namespace:Test9
421 void use(T *obj) { obj->f(); } function in namespace:Test9
438 void use(X *obj) { obj->f(); function in namespace:Test10
503 void use(Y *obj) { delete obj; } function in namespace:vdtors
532 void use(U *obj) { delete obj; } function in namespace:vdtors
552 void use(V *obj) { delete obj; } function in namespace:vdtors
568 void use(P *obj) { delete obj; } function in namespace:vdtors
593 void use(R *obj) { delete obj; } function in namespace:vdtors
626 void use(W *obj) { obj->foo(); } function in namespace:return_adjustment
647 void use(T *obj) { obj->foo(); } function in namespace:return_adjustment
669 void use(V *obj) { obj->foo(); } function in namespace:return_adjustment
    [all...]
static-init-3.cpp 11 static void use(T const &) {} function in struct:X1
14 use(instance);
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp 77 void use(A *obj) { obj->f(); } function in namespace:simple
113 void use(B *obj) { obj->f(); } function in namespace:simple
159 void use(C *obj) { obj->f(); } function in namespace:simple
227 // In this case, we should use the extended form of vtordisp thunks, called
259 void use(A *obj) { delete obj; } function in namespace:extended
280 void use(B *obj) { delete obj; } function in namespace:extended
300 void use(C *obj) { delete obj; } function in namespace:extended
326 void use(E *obj) { delete obj; } function in namespace:extended
346 void use(F *obj) { delete obj; } function in namespace:extended
372 void use(G *obj) { obj->g(); function in namespace:extended
393 void use(H *obj) { delete obj; } function in namespace:extended
416 void use(A *obj) { delete obj; } function in namespace:pr17738
    [all...]
  /external/curl/docs/cmdline-opts/
http1.0.d 7 Help: Use HTTP 1.0
9 Tells curl to use HTTP version 1.0 instead of using its internally preferred
http2.d 8 Help: Use HTTP 2
10 Tells curl to use HTTP version 2.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
backward_warning.h 25 * Do not attempt to use it directly. @headername{iosfwd}
34 may be removed without further notice at a future date. Please use a \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
42 Use: Instead of:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
backward_warning.h 25 * Do not attempt to use it directly. @headername{iosfwd}
34 may be removed without further notice at a future date. Please use a \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
42 Use: Instead of:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
backward_warning.h 25 * Do not attempt to use it directly. @headername{iosfwd}
34 may be removed without further notice at a future date. Please use a \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
42 Use: Instead of:
  /prebuilts/go/darwin-x86/doc/progs/
eff_unused1.go 15 // TODO: use fd.
  /prebuilts/go/linux-x86/doc/progs/
eff_unused1.go 15 // TODO: use fd.
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
backward_warning.h 25 * Do not attempt to use it directly. @headername{iosfwd}
34 may be removed without further notice at a future date. Please use a \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
42 Use: Instead of:
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
backward_warning.h 25 * Do not attempt to use it directly. @headername{iosfwd}
34 may be removed without further notice at a future date. Please use a \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
42 Use: Instead of:
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
backward_warning.h 25 * Do not attempt to use it directly. @headername{iosfwd}
34 may be removed without further notice at a future date. Please use a \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
42 Use: Instead of:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
noarm.l 3 [^:]*:13: Error: attempt to use an ARM instruction on a Thumb-only processor -- `nop'
thumb2_str-bad.l 2 [^:]*:8: Error: cannot use register index with PC-relative addressing -- `str r0,\[pc,4\]'
3 [^:]*:9: Error: cannot use register index with PC-relative addressing -- `str r0,d'
  /external/zlib/src/examples/
enough.c 9 1.1 4 Jan 2007 Use faster incremental table usage computation
16 Use a macro to compute the history index
39 properties are: we cannot use more bit patterns than are available; and when
207 int least; /* least number of syms to use at this juncture */
208 int most; /* most number of syms to use at this juncture */
209 int use; /* number of bit patterns to use in next call */ local
225 /* we need to use at least this many bit patterns so that the code won't be
231 /* we can use at most this many bit patterns, lest there not be enough
239 for (use = least; use <= most; use++)
326 int use; \/* number of bit patterns to use in next call *\/ local
    [all...]
  /external/v8/src/compiler/
node.cc 2 // Use of this source code is governed by a BSD-style license that can be
13 sizeof(OutOfLineInputs) + capacity * (sizeof(Node*) + sizeof(Use));
16 reinterpret_cast<OutOfLineInputs*>(raw_buffer + capacity * sizeof(Use));
23 void Node::OutOfLineInputs::ExtractFrom(Use* old_use_ptr, Node** old_input_ptr,
25 // Extract the inputs from the old use and input pointers and copy them
27 Use* new_use_ptr = reinterpret_cast<Use*>(this) - 1;
31 Use::InputIndexField::encode(current) | Use::InlineField::encode(false);
55 Use* use_ptr
109 Use* use = use_ptr - 1 - current; local
147 Use* use = GetUsePtr(inline_count); local
175 Use* use = GetUsePtr(input_count); local
    [all...]

Completed in 3495 milliseconds

1 2 34 5 6 7 8 91011>>