Home
last modified time | relevance | path

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

1234567891011

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h81 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT()
95 bool isVector() const { return isValid() && IsVector; } in isVector() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h110 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT()
129 constexpr bool isVector() const { return isValid() && IsVector; } in isVector() function
H A DTypeSize.h306 constexpr bool isVector() const { in isVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DLowLevelType.h126 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT()
145 constexpr bool isVector() const { return isValid() && IsVector; } in isVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGenTypes/
DLowLevelType.h126 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT()
147 constexpr bool isVector() const { return IsVector; } in isVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGenTypes/
DLowLevelType.h134 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT()
148 constexpr bool isVector() const { return isValid() && IsVector; } in isVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGenTypes/
DLowLevelType.h126 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT()
147 constexpr bool isVector() const { return IsVector; } in isVector() function
/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DElementHandle.cpp155 struct isVector : std::false_type struct
159 struct isVector<std::vector<T>> : std::true_type struct
/aosp_15_r20/external/angle/src/compiler/translator/
H A DTypes.h243 bool isVector() const { return primarySize > 1 && secondarySize == 1; } in isVector() function
460 bool isVector() const { return primarySize > 1 && secondarySize == 1; } in isVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DGetElementPtrTypeIterator.h146 bool isVector() const { return isa<VectorType *>(CurTy); } in isVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DGetElementPtrTypeIterator.h146 bool isVector() const { return isa<VectorType *>(CurTy); } in isVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DGetElementPtrTypeIterator.h146 bool isVector() const { return isa<VectorType *>(CurTy); } in isVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Support/
DRISCVVIntrinsicUtils.h301 bool isVector() const { return Scale && *Scale != 0; } in isVector() function
302 bool isVector(unsigned Width) const { in isVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Support/
DRISCVVIntrinsicUtils.h301 bool isVector() const { return Scale && *Scale != 0; } in isVector() function
302 bool isVector(unsigned Width) const { in isVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Support/
DRISCVVIntrinsicUtils.h301 bool isVector() const { return Scale && *Scale != 0; } in isVector() function
302 bool isVector(unsigned Width) const { in isVector() function
/aosp_15_r20/external/flatbuffers/ts/flexbuffers/
H A Dreference.ts47 isVector(): boolean { return isAVector(this.valueType); } method in Reference
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Support/
DRISCVVIntrinsicUtils.h301 bool isVector() const { return Scale && *Scale != 0; } in isVector() function
302 bool isVector(unsigned Width) const { in isVector() function
/aosp_15_r20/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp57 bool isVector) {} in emitRegSave()
H A DARMELFStreamer.cpp138 bool isVector) { in emitRegSave()
650 bool isVector) { in emitRegSave()
/aosp_15_r20/system/tools/aidl/
Daidl_to_cpp.cpp71 const bool isVector = type.IsArray() || typenames.IsList(type); in RawParcelMethod() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp99 bool isVector) {} in emitRegSave()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DTypeSize.h323 constexpr bool isVector() const { in isVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DTypeSize.h311 constexpr bool isVector() const { in isVector() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DTypeSize.h311 constexpr bool isVector() const { in isVector() function
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h186 inline bool isVector() const { return rows()==1 || cols()==1; } in isVector() function

1234567891011