Home
last modified time | relevance | path

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

12

/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
DMachineValueType.h310 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/skia/src/sksl/dsl/
DDSLType.cpp208 bool DSLType::isVector() const { in isVector() function in SkSL::dsl::DSLType
/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.h238 bool isVector() const { return primarySize > 1 && secondarySize == 1; } in isVector() function
453 bool isVector() const { return primarySize > 1 && secondarySize == 1; } in isVector() function
DIntermNode.h178 bool isVector() const { return getType().isVector(); } 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/skia/src/sksl/ir/
DSkSLType.h441 virtual bool isVector() const { in isVector() function
DSkSLType.cpp91 bool isVector() const override { in isVector() function in SkSL::AliasType
504 bool isVector() const override { in isVector() function in SkSL::VectorType
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h151 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/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/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java329 public boolean isVector() { in isVector() method in FlexBuffers.Reference
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp139 bool isVector (void) const { return numElements > 1; } in isVector() function
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp672 bool HexagonMCInstrInfo::isVector(MCInstrInfo const &MCII, MCInst const &MCI) { in isVector() function in llvm::HexagonMCInstrInfo
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.h210 bool isVector(Id resultId) const { return isVectorType(getTypeId(resultId)); } in isVector() function

12