/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | LowLevelTypeImpl.h | 81 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 D | LowLevelTypeImpl.h | 110 explicit constexpr LLT(bool isPointer, bool isVector, bool isScalar, in LLT() 129 constexpr bool isVector() const { return isValid() && IsVector; } in isVector() function
|
H A D | TypeSize.h | 306 constexpr bool isVector() const { in isVector() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | LowLevelType.h | 126 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/ |
D | LowLevelType.h | 126 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/ |
D | LowLevelType.h | 134 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/ |
D | LowLevelType.h | 126 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 D | ElementHandle.cpp | 155 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 D | Types.h | 243 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/ |
D | GetElementPtrTypeIterator.h | 146 bool isVector() const { return isa<VectorType *>(CurTy); } in isVector() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 146 bool isVector() const { return isa<VectorType *>(CurTy); } in isVector() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 146 bool isVector() const { return isa<VectorType *>(CurTy); } in isVector() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Support/ |
D | RISCVVIntrinsicUtils.h | 301 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/ |
D | RISCVVIntrinsicUtils.h | 301 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/ |
D | RISCVVIntrinsicUtils.h | 301 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 D | reference.ts | 47 isVector(): boolean { return isAVector(this.valueType); } method in Reference
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Support/ |
D | RISCVVIntrinsicUtils.h | 301 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 D | ARMTargetStreamer.cpp | 57 bool isVector) {} in emitRegSave()
|
H A D | ARMELFStreamer.cpp | 138 bool isVector) { in emitRegSave() 650 bool isVector) { in emitRegSave()
|
/aosp_15_r20/system/tools/aidl/ |
D | aidl_to_cpp.cpp | 71 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 D | ARMTargetStreamer.cpp | 99 bool isVector) {} in emitRegSave()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | TypeSize.h | 323 constexpr bool isVector() const { in isVector() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | TypeSize.h | 311 constexpr bool isVector() const { in isVector() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | TypeSize.h | 311 constexpr bool isVector() const { in isVector() function
|
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/ |
H A D | SparseMatrixBase.h | 186 inline bool isVector() const { return rows()==1 || cols()==1; } in isVector() function
|