/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) {
|
D | Metadata.h | 724 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); } 729 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
|
/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; }
|
D | Metadata.h | 703 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); } 708 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
|
/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) {
|
D | Metadata.h | 755 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); } 761 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
|
/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-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/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-7.0/llvm/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 255 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) { 263 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) {
|
D | ilist_iterator.h | 191 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; }
|
/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) {
|
D | ilist.h | 274 static SimpleType getSimplifiedValue(ilist_iterator<NodeTy> &Node) { 281 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) {
|
/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) {
|
D | ilist_iterator.h | 177 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; }
|