/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
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
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
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
|
D | TypeSize.h | 306 constexpr bool isVector() const { in isVector() function
|
/external/parameter-framework/upstream/parameter/ |
D | ElementHandle.cpp | 155 struct isVector : std::false_type struct 159 struct isVector<std::vector<T>> : std::true_type struct
|
/external/flatbuffers/ts/flexbuffers/ |
D | reference.ts | 47 isVector(): boolean { return isAVector(this.valueType); } method in Reference
|
D | builder.ts | 10 isVector: boolean property
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMTargetStreamer.cpp | 57 bool isVector) {} in emitRegSave()
|
D | ARMELFStreamer.cpp | 138 bool isVector) { in emitRegSave() 650 bool isVector) { in emitRegSave()
|
/external/angle/src/compiler/translator/ |
D | Types.h | 244 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/ |
D | ARMTargetStreamer.cpp | 99 bool isVector) {} in emitRegSave()
|
D | ARMELFStreamer.cpp | 158 bool isVector) { in emitRegSave() 750 bool isVector) { in emitRegSave()
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseMatrixBase.h | 186 inline bool isVector() const { return rows()==1 || cols()==1; } in isVector() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalityPredicates.cpp | 74 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMTargetStreamer.cpp | 101 bool isVector) {} in emitRegSave()
|
D | ARMELFStreamer.cpp | 168 bool isVector) { in emitRegSave() 777 bool isVector) { in emitRegSave()
|
/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 133 bool isVector() const { in isVector() function
|
D | MachineValueType.h | 221 bool isVector() const { in isVector() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 151 bool isVector() const { in isVector() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AsmPrinter.cpp | 230 bool isVector, raw_ostream &O) { in printAsmRegInClass()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalityPredicates.cpp | 73 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
|
/external/skia/src/sksl/ir/ |
D | SkSLType.h | 524 virtual bool isVector() const { in isVector() function
|
D | SkSLType.cpp | 116 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/ |
D | same_shape_propagation.cc | 126 bool isVector() const { return is_vector; } in isVector() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 154 bool isVector() const { in isVector() function
|
/external/clang/utils/ABITest/ |
D | TypeGen.py | 117 def __init__(self, index, isVector, elementType, size): argument
|