Home
last modified time | relevance | path

Searched defs:isVector (Results 1 – 25 of 58) 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/llvm-project/llvm/include/llvm/Support/
DLowLevelTypeImpl.h82 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT()
96 bool isVector() const { return isValid() && IsVector; } in isVector() function
/external/skia/src/sksl/dsl/
DDSLType.cpp46 bool DSLType::isVector() const { in isVector() function in SkSL::dsl::DSLType
/external/parameter-framework/upstream/parameter/
DElementHandle.cpp155 struct isVector : std::false_type struct
159 struct isVector<std::vector<T>> : std::true_type struct
/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.h240 bool isVector() const { return primarySize > 1 && secondarySize == 1; } in isVector() function
455 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/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp99 bool isVector) {} in emitRegSave()
DARMELFStreamer.cpp158 bool isVector) { in emitRegSave()
742 bool isVector) { in emitRegSave()
/external/swiftshader/src/OpenGL/compiler/
DTypes.h446 bool isVector() const { return primarySize > 1 && !isMatrix(); } in isVector() function
645 bool isVector() const in isVector() function
/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h181 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/llvm/include/llvm/CodeGen/
DValueTypes.h133 bool isVector() const { in isVector() function
DMachineValueType.h221 bool isVector() const { in isVector() function
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp230 bool isVector, raw_ostream &O) { in printAsmRegInClass()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp74 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h151 bool isVector() const { in isVector() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.h146 bool isVector() const { in isVector() function
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dsame_shape_propagation.cc126 bool isVector() const { return is_vector; } in isVector() function
/external/skia/src/sksl/ir/
DSkSLType.h385 bool isVector() const { in isVector() function
/external/clang/utils/ABITest/
DTypeGen.py117 def __init__(self, index, isVector, elementType, size): argument
/external/clang/include/clang/AST/
DAPValue.h187 bool isVector() const { return Kind == Vector; } in isVector() function
/external/llvm-project/clang/utils/ABITest/
DTypeGen.py119 def __init__(self, index, isVector, elementType, size): argument

123