Home
last modified time | relevance | path

Searched defs:IsVector (Results 1 – 11 of 11) sorted by relevance

/third_party/flatbuffers/src/
Dbfbs_gen.h91 static bool IsVector(const reflection::BaseType base_type) { in IsVector() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ExpandSpecialInstrs.cpp176 bool IsVector = TII->isVector(MI); in runOnMachineFunction() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/utils/
Dkernel_util.cc213 bool IsVector(const std::vector<int64_t> &shape) { return (shape.size() == 1); } in IsVector() function
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h417 bool IsVector() const { in IsVector() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp1907 const bool IsVector = isVectorType(Ty); in emitSingleDestSingleSource() local
2253 const bool IsVector = isVectorType(Ty); in emit() local
2281 const bool IsVector = isVectorType(Ty); in emit() local
2309 const bool IsVector = isVectorType(Ty); in emit() local
/third_party/flatbuffers/include/flatbuffers/
Didl.h143 inline bool IsVector (BaseType t) { return t == BASE_TYPE_VECTOR || in IsVector() function
540 inline bool IsVector(const Type &type) { return IsVector(type.base_type); } in IsVector() function
Dflexbuffers.h430 bool IsVector() const { return type_ == FBT_VECTOR || type_ == FBT_MAP; } in IsVector() function
/third_party/vixl/src/aarch64/
Dregisters-aarch64.h260 bool IsVector() const { return HasLaneSize() && (size_ != lane_size_); } in IsVector() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1453 bool IsVector) { in emitRegSave()
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py767 def IsVector(self): member in Ref
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp11203 bool ARMAsmParser::parseDirectiveRegSave(SMLoc L, bool IsVector) { in parseDirectiveRegSave()