Home
last modified time | relevance | path

Searched defs:isVector (Results 1 – 25 of 56) sorted by relevance

123

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h81 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT()
95 bool isVector() const { return isValid() && IsVector; } in isVector() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h110 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT()
129 constexpr bool isVector() const { return isValid() && IsVector; } in isVector() function
DTypeSize.h306 constexpr bool isVector() const { in isVector() function
/external/parameter-framework/upstream/parameter/
DElementHandle.cpp155 struct isVector : std::false_type struct
159 struct isVector<std::vector<T>> : std::true_type struct
/external/flatbuffers/ts/flexbuffers/
Dreference.ts47 isVector(): boolean { return isAVector(this.valueType); } method in Reference
Dbuilder.ts10 isVector: boolean property
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp57 bool isVector) {} in emitRegSave()
DARMELFStreamer.cpp138 bool isVector) { in emitRegSave()
650 bool isVector) { in emitRegSave()
/external/angle/src/compiler/translator/
DTypes.h244 bool isVector() const { return primarySize > 1 && secondarySize == 1; } in isVector() function
461 bool isVector() const { return primarySize > 1 && secondarySize == 1; } in isVector() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp99 bool isVector) {} in emitRegSave()
DARMELFStreamer.cpp158 bool isVector) { in emitRegSave()
750 bool isVector) { in emitRegSave()
/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h186 inline bool isVector() const { return rows()==1 || cols()==1; } in isVector() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp74 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp101 bool isVector) {} in emitRegSave()
DARMELFStreamer.cpp168 bool isVector) { in emitRegSave()
777 bool isVector) { in emitRegSave()
/external/llvm/include/llvm/CodeGen/
DValueTypes.h133 bool isVector() const { in isVector() function
DMachineValueType.h221 bool isVector() const { in isVector() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h151 bool isVector() const { in isVector() function
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp230 bool isVector, raw_ostream &O) { in printAsmRegInClass()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp73 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
/external/skia/src/sksl/ir/
DSkSLType.h524 virtual bool isVector() const { in isVector() function
DSkSLType.cpp116 bool isVector() const override { in isVector() function in SkSL::AliasType
760 bool isVector() const override { in isVector() function in SkSL::VectorType
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dsame_shape_propagation.cc126 bool isVector() const { return is_vector; } in isVector() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DValueTypes.h154 bool isVector() const { in isVector() function
/external/clang/utils/ABITest/
DTypeGen.py117 def __init__(self, index, isVector, elementType, size): argument

123