Home
last modified time | relevance | path

Searched defs:user_end (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h102 user_iterator user_end() { return Users.end(); } in user_end() function
103 const_user_iterator user_end() const { return Users.end(); } in user_end() function
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanValue.h146 user_iterator user_end() { return Users.end(); } in user_end() function
147 const_user_iterator user_end() const { return Users.end(); } in user_end() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h353 user_iterator user_end() { return user_iterator(); } in user_end() function
354 const_user_iterator user_end() const { return const_user_iterator(); } in user_end() function
/external/llvm/include/llvm/IR/
DValue.h344 user_iterator user_end() { return user_iterator(); } in user_end() function
345 const_user_iterator user_end() const { return const_user_iterator(); } in user_end() function
/external/llvm-project/mlir/include/mlir/IR/
DUseDefLists.h85 user_iterator user_end() const { return user_iterator(use_end()); } in user_end() function
DValue.h198 user_iterator user_end() const { return use_end(); } in user_end() function
DOperation.h602 user_iterator user_end() { return user_iterator(use_end()); } in user_end() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h404 user_iterator user_end() { return user_iterator(); } in user_end() function
405 const_user_iterator user_end() const { return const_user_iterator(); } in user_end() function
/external/llvm-project/llvm/include/llvm/IR/
DValue.h404 user_iterator user_end() { return user_iterator(); } in user_end() function
405 const_user_iterator user_end() const { return const_user_iterator(); } in user_end() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc394 uptr user_end = user_beg + size; in Allocate() local
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp576 uptr user_end = user_beg + size; in Allocate() local
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp564 uptr user_end = user_beg + size; in Allocate() local