HomeSort by relevance Sort by last modified time
    Searched refs:simplify_type (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ValueHandle.h 153 // Specialize simplify_type to allow WeakVH to participate in
155 template<typename From> struct simplify_type;
156 template<> struct simplify_type<const WeakVH> { struct in namespace:llvm
162 template<> struct simplify_type<WeakVH> : public simplify_type<const WeakVH> {}; struct in namespace:llvm
229 // Specialize simplify_type to allow AssertingVH to participate in
231 template<typename From> struct simplify_type;
232 template<> struct simplify_type<const AssertingVH<Value> > { struct in namespace:llvm
238 template<> struct simplify_type<AssertingVH<Value> > struct in namespace:llvm
239 : public simplify_type<const AssertingVH<Value> > {}
341 template<> struct simplify_type<const TrackingVH<Value> > { struct in namespace:llvm
347 template<> struct simplify_type<TrackingVH<Value> > struct in namespace:llvm
397 template<> struct simplify_type<const CallbackVH> { struct in namespace:llvm
403 template<> struct simplify_type<CallbackVH> struct in namespace:llvm
    [all...]
Casting.h 30 template<typename From> struct simplify_type { struct in namespace:llvm
37 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
40 return simplify_type<From>::getSimplifiedValue(static_cast<From&>(Val));
87 // the simplify_type template.
90 typename simplify_type<SimpleFrom>::SimpleType>::doit(
91 simplify_type<From>::getSimplifiedValue(Val));
110 return isa_impl_wrap<X, Y, typename simplify_type<Y>::SimpleType>::doit(Val);
159 typename simplify_type<From>::SimpleType>::ret_type ret_type;
162 // Ensure the non-simple values are converted using the simplify_type template
169 typename simplify_type<SimpleFrom>::SimpleType>::doit
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
User.h 144 template<> struct simplify_type<User::op_iterator> {
152 template<> struct simplify_type<const User::op_iterator>
153 : public simplify_type<User::op_iterator> {};
155 template<> struct simplify_type<User::const_op_iterator> {
163 template<> struct simplify_type<const User::const_op_iterator>
164 : public simplify_type<User::const_op_iterator> {};
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Optional.h 50 template<typename T> struct simplify_type;
53 struct simplify_type<const Optional<T> > { struct in namespace:llvm
61 struct simplify_type<Optional<T> > struct in namespace:llvm
62 : public simplify_type<const Optional<T> > {};
  /external/llvm/include/llvm/Support/
Casting.h 32 template<typename From> struct simplify_type { struct in namespace:llvm
39 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
110 // the simplify_type template.
113 typename simplify_type<SimpleFrom>::SimpleType>::doit(
114 simplify_type<const From>::getSimplifiedValue(Val));
134 typename simplify_type<const Y>::SimpleType>::doit(Val);
183 typename simplify_type<From>::SimpleType>::ret_type ret_type;
186 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Casting.h 32 template<typename From> struct simplify_type { struct in namespace:llvm
39 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
110 // the simplify_type template.
113 typename simplify_type<SimpleFrom>::SimpleType>::doit(
114 simplify_type<const From>::getSimplifiedValue(Val));
133 typename simplify_type<const Y>::SimpleType>::doit(Val);
182 typename simplify_type<From>::SimpleType>::ret_type ret_type;
185 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Casting.h 32 template<typename From> struct simplify_type { struct in namespace:llvm
39 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
110 // the simplify_type template.
113 typename simplify_type<SimpleFrom>::SimpleType>::doit(
114 simplify_type<const From>::getSimplifiedValue(Val));
133 typename simplify_type<const Y>::SimpleType>::doit(Val);
182 typename simplify_type<From>::SimpleType>::ret_type ret_type;
185 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Casting.h 32 template<typename From> struct simplify_type { struct in namespace:llvm
39 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
110 // the simplify_type template.
113 typename simplify_type<SimpleFrom>::SimpleType>::doit(
114 simplify_type<const From>::getSimplifiedValue(Val));
133 typename simplify_type<const Y>::SimpleType>::doit(Val);
182 typename simplify_type<From>::SimpleType>::ret_type ret_type;
185 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /external/llvm/include/llvm/IR/
Use.h 37 template <typename> struct simplify_type;
150 template <> struct simplify_type<Use> { struct in namespace:llvm
154 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Use.h 37 template <typename> struct simplify_type;
142 template <> struct simplify_type<Use> { struct in namespace:llvm
146 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Use.h 37 template <typename> struct simplify_type;
142 template <> struct simplify_type<Use> { struct in namespace:llvm
146 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Use.h 35 template <typename> struct simplify_type;
166 template <> struct simplify_type<Use> { struct in namespace:llvm
171 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Use.h 35 template <typename> struct simplify_type;
166 template <> struct simplify_type<Use> { struct in namespace:llvm
171 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Use.h 35 template <typename> struct simplify_type;
166 template <> struct simplify_type<Use> { struct in namespace:llvm
171 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Use.h 35 template <typename> struct simplify_type;
166 template <> struct simplify_type<Use> { struct in namespace:llvm
171 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Use.h 35 template <typename> struct simplify_type;
166 template <> struct simplify_type<Use> { struct in namespace:llvm
171 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Use.h 35 template <typename> struct simplify_type;
166 template <> struct simplify_type<Use> { struct in namespace:llvm
171 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Use.h 37 template <typename> struct simplify_type;
142 template <> struct simplify_type<Use> { struct in namespace:llvm
146 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Use.h 35 template <typename> struct simplify_type;
166 template <> struct simplify_type<Use> { struct in namespace:llvm
171 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Use.h 35 template <typename> struct simplify_type;
166 template <> struct simplify_type<Use> { struct in namespace:llvm
171 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Use.h 35 template <typename> struct simplify_type;
166 template <> struct simplify_type<Use> { struct in namespace:llvm
171 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Use.h 35 template <typename> struct simplify_type;
166 template <> struct simplify_type<Use> { struct in namespace:llvm
171 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Use.h 35 template <typename> struct simplify_type;
166 template <> struct simplify_type<Use> { struct in namespace:llvm
171 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Use.h 35 template <typename> struct simplify_type;
166 template <> struct simplify_type<Use> { struct in namespace:llvm
171 template <> struct simplify_type<const Use> { struct in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Casting.h 34 template<typename From> struct simplify_type { struct in namespace:llvm
41 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
121 // the simplify_type template.
124 typename simplify_type<SimpleFrom>::SimpleType>::doit(
125 simplify_type<const From>::getSimplifiedValue(Val));
144 typename simplify_type<const Y>::SimpleType>::doit(Val);
201 To, From, typename simplify_type<From>::SimpleType>::ret_type;
204 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]

Completed in 1068 milliseconds

1 2 3 4 5 6 7 8 910