Home
last modified time | relevance | path

Searched defs:IsSplit (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h220 bool IsSplit() const { return split_offset_ != -1; } in IsSplit() function
222 bool IsSplit(const FieldDescriptor* field) const { in IsSplit() function
Dmessage.h1048 bool IsSplit(const FieldDescriptor* field) const { in IsSplit() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h36 unsigned IsSplit : 1; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/mem_reuse/
Dmem_dynamic_allocator.cc575 bool DynamicMemPoolBestFit::IsSplit(size_t tensor_size, size_t mem_buf_size) const { in IsSplit() function in mindspore::device::DynamicMemPoolBestFit
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp3604 bool IsSplit; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2304 bool IsSplit = false; member in llvm::sroa::AllocaSliceRewriter