Home
last modified time | relevance | path

Searched defs:CanMove (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/promise/
H A Dpoll_test.cc52 TEST(PollTest, CanMove) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dtf_tensor.cc202 bool TensorInterface::CanMove() const { in CanMove() function in tensorflow::TensorInterface
/aosp_15_r20/external/grpc-grpc/test/core/transport/
H A Dparsed_metadata_test.cc195 TYPED_TEST_P(TraitSpecializedTest, CanMove) { in TYPED_TEST_P() argument
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp778 bool CanMove = SameBlock && IsSafeToMove(Def, Insert, AA, LIS, MRI) && in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp877 bool CanMove = SameBlock && isSafeToMove(Def, &Use, Insert, MFI, MRI) && in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp857 bool CanMove = SameBlock && isSafeToMove(Def, Insert, AA, MRI) && in runOnMachineFunction() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dc_api_tfrt.cc335 bool TensorInterface::CanMove() const { in CanMove() function in tfrt::tf::TensorInterface