Home
last modified time | relevance | path

Searched refs:getSimplifiedValue (Results 1 – 25 of 41) sorted by relevance

12

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DTrackingMDRef.h139 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
144 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
151 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
158 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
DUse.h144 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
148 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
DUser.h273 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
279 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
/external/llvm/include/llvm/IR/
DTrackingMDRef.h139 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
144 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
151 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
158 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
DUse.h152 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
156 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
DUser.h260 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
266 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
DValueHandle.h170 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; }
174 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCasting.h34 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
39 static SimpleType &getSimplifiedValue(const From &Val) {
40 return simplify_type<From>::getSimplifiedValue(static_cast<From&>(Val));
91 simplify_type<From>::getSimplifiedValue(Val));
170 simplify_type<From>::getSimplifiedValue(Val));
DValueHandle.h158 static SimpleType getSimplifiedValue(const WeakVH &WVH) {
234 static SimpleType getSimplifiedValue(const AssertingVH<Value> &AVH) {
343 static SimpleType getSimplifiedValue(const TrackingVH<Value> &AVH) {
399 static SimpleType getSimplifiedValue(const CallbackVH &CVH) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DTrackingMDRef.h149 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
155 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
163 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
171 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
DUse.h169 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
174 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
DValueHandle.h167 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; }
172 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }
212 static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; }
217 static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) {
DUser.h321 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
328 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCasting.h36 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
45 static RetType getSimplifiedValue(const From& Val) {
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
114 simplify_type<const From>::getSimplifiedValue(Val));
193 simplify_type<From>::getSimplifiedValue(Val));
/external/llvm/include/llvm/Support/
DCasting.h36 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
45 static RetType getSimplifiedValue(const From& Val) {
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
114 simplify_type<const From>::getSimplifiedValue(Val));
194 simplify_type<From>::getSimplifiedValue(Val));
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCasting.h38 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function
48 static RetType getSimplifiedValue(const From& Val) {
49 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
125 simplify_type<const From>::getSimplifiedValue(Val));
212 simplify_type<From>::getSimplifiedValue(Val));
/external/swiftshader/third_party/LLVM/include/llvm/
DUser.h147 static SimpleType getSimplifiedValue(const User::op_iterator &Val) {
158 static SimpleType getSimplifiedValue(const User::const_op_iterator &Val) {
DUse.h152 static SimpleType getSimplifiedValue(const Use &Val) {
158 static SimpleType getSimplifiedValue(const Use &Val) {
/external/llvm/unittests/Support/
DCasting.cpp71 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue() function
264 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue() function
270 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntrusiveRefCntPtr.h218 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
225 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
DOptional.h55 static SimpleType getSimplifiedValue(const Optional<T> &Val) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h255 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) {
263 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) {
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCasting.cpp83 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue() function
339 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue() function
345 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue() function
/external/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h274 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) {
281 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DIntrusiveRefCntPtr.h272 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) {
279 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {

12