Home
last modified time | relevance | path

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

/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/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1453 bool IsVector) { in emitRegSave()
/third_party/flatbuffers/include/flatbuffers/
Didl.h478 inline bool IsVector(const Type &type) { in IsVector() function
Dflexbuffers.h404 bool IsVector() const { return type_ == FBT_VECTOR || type_ == FBT_MAP; } in IsVector() function
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py758 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()