/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | TrackingMDRef.h | 139 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) {
|
D | Use.h | 144 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); } 148 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
|
D | User.h | 273 static SimpleType getSimplifiedValue(User::op_iterator &Val) { 279 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
|
/external/llvm/include/llvm/IR/ |
D | TrackingMDRef.h | 139 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) {
|
D | Use.h | 152 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); } 156 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
|
D | User.h | 260 static SimpleType getSimplifiedValue(User::op_iterator &Val) { 266 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
|
D | ValueHandle.h | 170 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; } 174 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Casting.h | 34 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));
|
D | ValueHandle.h | 158 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/ |
D | TrackingMDRef.h | 149 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) {
|
D | Use.h | 169 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); } 174 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
|
D | ValueHandle.h | 167 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) {
|
D | User.h | 321 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/ |
D | Casting.h | 36 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/ |
D | Casting.h | 36 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/ |
D | Casting.h | 38 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/ |
D | User.h | 147 static SimpleType getSimplifiedValue(const User::op_iterator &Val) { 158 static SimpleType getSimplifiedValue(const User::const_op_iterator &Val) {
|
D | Use.h | 152 static SimpleType getSimplifiedValue(const Use &Val) { 158 static SimpleType getSimplifiedValue(const Use &Val) {
|
/external/llvm/unittests/Support/ |
D | Casting.cpp | 71 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/ |
D | IntrusiveRefCntPtr.h | 218 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) { 225 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
|
D | Optional.h | 55 static SimpleType getSimplifiedValue(const Optional<T> &Val) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 255 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) { 263 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Casting.cpp | 83 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/ |
D | IntrusiveRefCntPtr.h | 274 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) { 281 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 272 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) { 279 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
|