HomeSort by relevance Sort by last modified time
    Searched refs:Use (Results 51 - 75 of 11230) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DerivedUser.h 18 class Use;
27 /// its use/def list machinery.
38 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps,
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
35 "adding virtual methods to subclasses of User breaks use lists");
36 return reinterpret_cast<Use*>(U) - ARITY;
38 static Use *op_end(SubClass* U) {
39 return reinterpret_cast<Use*>(U);
64 /// VariadicOperandTraits - determine the allocation regime of the Use array
65 /// when it is a prefix to the User object, and the number of Use objects is
70 static Use *op_begin(SubClass* U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DerivedUser.h 18 class Use;
27 /// its use/def list machinery.
38 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps,
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
35 "adding virtual methods to subclasses of User breaks use lists");
36 return reinterpret_cast<Use*>(U) - ARITY;
38 static Use *op_end(SubClass* U) {
39 return reinterpret_cast<Use*>(U);
64 /// VariadicOperandTraits - determine the allocation regime of the Use array
65 /// when it is a prefix to the User object, and the number of Use objects is
70 static Use *op_begin(SubClass* U)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
vstr-thumb-bad.l 2 [^:]*:6: Error: Use of PC here is UNPREDICTABLE -- `vstr d0,float'
3 [^:]*:7: Error: Use of PC here is UNPREDICTABLE -- `vstr d0,\[pc,#4\]'
  /external/llvm/include/llvm/IR/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
33 return reinterpret_cast<Use*>(U) - ARITY;
35 static Use *op_end(SubClass* U) {
36 return reinterpret_cast<Use*>(U);
61 /// VariadicOperandTraits - determine the allocation regime of the Use array
62 /// when it is a prefix to the User object, and the number of Use objects is
67 static Use *op_begin(SubClass* U) {
68 return reinterpret_cast<Use*>(U) - static_cast<User*>(U)->getNumOperands()
    [all...]
User.h 70 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
93 /// \brief Free memory allocated for User and Use objects.
104 template <int Idx, typename U> static Use &OpFrom(const U *that) {
109 template <int Idx> Use &Op() {
112 template <int Idx> const Use &Op() const {
116 Use *&getHungOffOperands() { return *(reinterpret_cast<Use **>(this) - 1); }
118 Use *getIntrusiveOperands() {
119 return reinterpret_cast<Use *>(this) - NumUserOperands;
122 void setOperandList(Use *NewList)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
33 return reinterpret_cast<Use*>(U) - ARITY;
35 static Use *op_end(SubClass* U) {
36 return reinterpret_cast<Use*>(U);
61 /// VariadicOperandTraits - determine the allocation regime of the Use array
62 /// when it is a prefix to the User object, and the number of Use objects is
67 static Use *op_begin(SubClass* U) {
68 return reinterpret_cast<Use*>(U) - static_cast<User*>(U)->getNumOperands()
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
33 return reinterpret_cast<Use*>(U) - ARITY;
35 static Use *op_end(SubClass* U) {
36 return reinterpret_cast<Use*>(U);
61 /// VariadicOperandTraits - determine the allocation regime of the Use array
62 /// when it is a prefix to the User object, and the number of Use objects is
67 static Use *op_begin(SubClass* U) {
68 return reinterpret_cast<Use*>(U) - static_cast<User*>(U)->getNumOperands()
    [all...]
User.h 24 #include "llvm/IR/Use.h"
76 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
100 /// \brief Free memory allocated for User and Use objects.
112 template <int Idx, typename U> static Use &OpFrom(const U *that) {
117 template <int Idx> Use &Op() {
120 template <int Idx> const Use &Op() const {
125 Use *&getHungOffOperands() { return *(reinterpret_cast<Use **>(this) - 1); }
127 Use *getIntrusiveOperands() {
128 return reinterpret_cast<Use *>(this) - NumUserOperands
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
33 return reinterpret_cast<Use*>(U) - ARITY;
35 static Use *op_end(SubClass* U) {
36 return reinterpret_cast<Use*>(U);
61 /// VariadicOperandTraits - determine the allocation regime of the Use array
62 /// when it is a prefix to the User object, and the number of Use objects is
67 static Use *op_begin(SubClass* U) {
68 return reinterpret_cast<Use*>(U) - static_cast<User*>(U)->getNumOperands()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
35 "adding virtual methods to subclasses of User breaks use lists");
36 return reinterpret_cast<Use*>(U) - ARITY;
38 static Use *op_end(SubClass* U) {
39 return reinterpret_cast<Use*>(U);
64 /// VariadicOperandTraits - determine the allocation regime of the Use array
65 /// when it is a prefix to the User object, and the number of Use objects is
70 static Use *op_begin(SubClass* U)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
35 "adding virtual methods to subclasses of User breaks use lists");
36 return reinterpret_cast<Use*>(U) - ARITY;
38 static Use *op_end(SubClass* U) {
39 return reinterpret_cast<Use*>(U);
64 /// VariadicOperandTraits - determine the allocation regime of the Use array
65 /// when it is a prefix to the User object, and the number of Use objects is
70 static Use *op_begin(SubClass* U)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
35 "adding virtual methods to subclasses of User breaks use lists");
36 return reinterpret_cast<Use*>(U) - ARITY;
38 static Use *op_end(SubClass* U) {
39 return reinterpret_cast<Use*>(U);
64 /// VariadicOperandTraits - determine the allocation regime of the Use array
65 /// when it is a prefix to the User object, and the number of Use objects is
70 static Use *op_begin(SubClass* U)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
35 "adding virtual methods to subclasses of User breaks use lists");
36 return reinterpret_cast<Use*>(U) - ARITY;
38 static Use *op_end(SubClass* U) {
39 return reinterpret_cast<Use*>(U);
64 /// VariadicOperandTraits - determine the allocation regime of the Use array
65 /// when it is a prefix to the User object, and the number of Use objects is
70 static Use *op_begin(SubClass* U)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
35 "adding virtual methods to subclasses of User breaks use lists");
36 return reinterpret_cast<Use*>(U) - ARITY;
38 static Use *op_end(SubClass* U) {
39 return reinterpret_cast<Use*>(U);
64 /// VariadicOperandTraits - determine the allocation regime of the Use array
65 /// when it is a prefix to the User object, and the number of Use objects is
70 static Use *op_begin(SubClass* U)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
35 "adding virtual methods to subclasses of User breaks use lists");
36 return reinterpret_cast<Use*>(U) - ARITY;
38 static Use *op_end(SubClass* U) {
39 return reinterpret_cast<Use*>(U);
64 /// VariadicOperandTraits - determine the allocation regime of the Use array
65 /// when it is a prefix to the User object, and the number of Use objects is
70 static Use *op_begin(SubClass* U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
33 return reinterpret_cast<Use*>(U) - ARITY;
35 static Use *op_end(SubClass* U) {
36 return reinterpret_cast<Use*>(U);
61 /// VariadicOperandTraits - determine the allocation regime of the Use array
62 /// when it is a prefix to the User object, and the number of Use objects is
67 static Use *op_begin(SubClass* U) {
68 return reinterpret_cast<Use*>(U) - static_cast<User*>(U)->getNumOperands()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
35 "adding virtual methods to subclasses of User breaks use lists");
36 return reinterpret_cast<Use*>(U) - ARITY;
38 static Use *op_end(SubClass* U) {
39 return reinterpret_cast<Use*>(U);
64 /// VariadicOperandTraits - determine the allocation regime of the Use array
65 /// when it is a prefix to the User object, and the number of Use objects is
70 static Use *op_begin(SubClass* U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
35 "adding virtual methods to subclasses of User breaks use lists");
36 return reinterpret_cast<Use*>(U) - ARITY;
38 static Use *op_end(SubClass* U) {
39 return reinterpret_cast<Use*>(U);
64 /// VariadicOperandTraits - determine the allocation regime of the Use array
65 /// when it is a prefix to the User object, and the number of Use objects is
70 static Use *op_begin(SubClass* U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
35 "adding virtual methods to subclasses of User breaks use lists");
36 return reinterpret_cast<Use*>(U) - ARITY;
38 static Use *op_end(SubClass* U) {
39 return reinterpret_cast<Use*>(U);
64 /// VariadicOperandTraits - determine the allocation regime of the Use array
65 /// when it is a prefix to the User object, and the number of Use objects is
70 static Use *op_begin(SubClass* U)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
OperandTraits.h 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array
27 /// when it is a prefix to the User object, and the number of Use objects is
32 static Use *op_begin(SubClass* U) {
35 "adding virtual methods to subclasses of User breaks use lists");
36 return reinterpret_cast<Use*>(U) - ARITY;
38 static Use *op_end(SubClass* U) {
39 return reinterpret_cast<Use*>(U);
64 /// VariadicOperandTraits - determine the allocation regime of the Use array
65 /// when it is a prefix to the User object, and the number of Use objects is
70 static Use *op_begin(SubClass* U)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
dv-raw-err.l 2 .*:10: Warning: Use of 'mov\.m' violates RAW dependency 'AR\[BSP\]' \(impliedf\)
4 .*:10: Warning: Use of 'mov\.m' violates RAW dependency 'RSE' \(impliedf\)
6 .*:15: Warning: Use of 'mov\.m' violates RAW dependency 'AR\[BSPSTORE\]' \(impliedf\)
8 .*:15: Warning: Use of 'mov\.m' violates RAW dependency 'RSE' \(impliedf\)
10 .*:20: Warning: Use of 'cmpxchg8\.acq' violates RAW dependency 'AR\[CCV\]' \(impliedf\)
12 .*:25: Warning: Use of 'mov\.i' violates RAW dependency 'AR\[EC\]' \(impliedf\)
14 .*:30: Warning: Use of 'fpcmp\.eq\.s0' violates RAW dependency 'AR\[FPSR\]\.sf0\.controls' \(impliedf\)
16 .*:35: Warning: Use of 'fpcmp\.eq\.s1' violates RAW dependency 'AR\[FPSR\]\.sf1\.controls' \(impliedf\)
18 .*:40: Warning: Use of 'fpcmp\.eq\.s2' violates RAW dependency 'AR\[FPSR\]\.sf2\.controls' \(impliedf\)
20 .*:45: Warning: Use of 'fpcmp\.eq\.s3' violates RAW dependency 'AR\[FPSR\]\.sf3\.controls' \(impliedf\
    [all...]
  /external/llvm/unittests/IR/
WaymarkTest.cpp 35 const Use *U = &A->getOperandUse(0);
36 const Use *Ue = &A->getOperandUse(22);
45 Use* many = (Use*)calloc(sizeof(Use), 8212 + 1);
47 Use::initTags(many, many + 8212);
48 for (Use *U = many, *Ue = many + 8212 - 1; U != Ue; ++U)
  /external/google-breakpad/src/testing/gtest/test/
gtest-linked_ptr_test.cc 4 // Redistribution and use in source and binary forms, with or without
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51 virtual void Use() { *history << "A" << mynum << " use\n"; }
61 virtual void Use() { *history << "B" << mynum << " use\n"; }
80 // Use explicit function call notation here to suppress self-assign warning.
110 a3->Use();
111 a4->Use();
    [all...]

Completed in 668 milliseconds

1 23 4 5 6 7 8 91011>>