/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) {
|
/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-project/llvm/include/llvm/IR/ |
D | TrackingMDRef.h | 148 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); } 154 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) { 162 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) { 170 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
|
D | Use.h | 119 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); } 124 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
|
D | ValueHandle.h | 170 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; } 175 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; } 234 static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; } 239 static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) {
|
D | User.h | 325 static SimpleType getSimplifiedValue(User::op_iterator &Val) { 332 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | TrackingMDRef.h | 148 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); } 154 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) { 162 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) { 170 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
|
D | Use.h | 168 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); } 173 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
|
D | ValueHandle.h | 166 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; } 171 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; } 230 static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; } 235 static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) {
|
D | User.h | 320 static SimpleType getSimplifiedValue(User::op_iterator &Val) { 327 static SimpleType getSimplifiedValue(User::const_op_iterator &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-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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Casting.h | 37 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function 47 static RetType getSimplifiedValue(const From& Val) { 48 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val)); 124 simplify_type<const From>::getSimplifiedValue(Val)); 221 simplify_type<From>::getSimplifiedValue(Val));
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Casting.h | 37 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue() function 47 static RetType getSimplifiedValue(const From& Val) { 48 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val)); 123 simplify_type<const From>::getSimplifiedValue(Val)); 226 simplify_type<From>::getSimplifiedValue(Val));
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | AssumptionCache.h | 255 static SimpleType getSimplifiedValue(AssumptionCache::ResultElem &Val) { 262 static SimpleType getSimplifiedValue(const AssumptionCache::ResultElem &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-10.0/llvm/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 254 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) { 262 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) {
|
/external/llvm/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 274 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) { 281 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 287 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) { 295 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) {
|
/external/llvm-project/llvm/unittests/Support/ |
D | Casting.cpp | 82 static SimpleType getSimplifiedValue(foo &Val) { return 0; } in getSimplifiedValue() function 344 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) { in getSimplifiedValue() function 350 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) { in getSimplifiedValue() function
|