Home
last modified time | relevance | path

Searched refs:pop_val (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DRecycler.h44 FreeNode *pop_val() { in pop_val() function
69 T *t = reinterpret_cast<T *>(pop_val()); in clear()
87 return FreeList ? reinterpret_cast<SubClass *>(pop_val()) in Allocate()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRecycler.h42 FreeNode *pop_val() { in pop_val() function
70 T *t = reinterpret_cast<T *>(pop_val()); in clear()
88 return FreeList ? reinterpret_cast<SubClass *>(pop_val()) in Allocate()
/external/llvm-project/llvm/include/llvm/Support/
DRecycler.h42 FreeNode *pop_val() { in pop_val() function
70 T *t = reinterpret_cast<T *>(pop_val()); in clear()
88 return FreeList ? reinterpret_cast<SubClass *>(pop_val()) in Allocate()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dstack_ops_decomposition.cc458 auto pop_val = cutil::GetElement(new_size, stack_val, builder, pop.getLoc()); in HandleStackPopV2Op() local
459 pop.replaceAllUsesWith(pop_val); in HandleStackPopV2Op()