| /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/llvm-project/llvm/include/llvm/Support/ |
| D | LowLevelTypeImpl.h | 82 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/ |
| D | DSLType.cpp | 46 bool DSLType::isVector() const { in isVector() function in SkSL::dsl::DSLType
|
| /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/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 | 240 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/ |
| D | ARMTargetStreamer.cpp | 99 bool isVector) {} in emitRegSave()
|
| D | ARMELFStreamer.cpp | 158 bool isVector) { in emitRegSave() 750 bool isVector) { in emitRegSave()
|
| /external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMTargetStreamer.cpp | 99 bool isVector) {} in emitRegSave()
|
| D | ARMELFStreamer.cpp | 158 bool isVector) { in emitRegSave() 742 bool isVector) { in emitRegSave()
|
| /external/swiftshader/src/OpenGL/compiler/ |
| D | Types.h | 446 bool isVector() const { return primarySize > 1 && !isMatrix(); } in isVector() function 645 bool isVector() const in isVector() function
|
| /external/eigen/Eigen/src/SparseCore/ |
| D | SparseMatrixBase.h | 181 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/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/llvm/lib/Target/AArch64/ |
| D | AArch64AsmPrinter.cpp | 230 bool isVector, raw_ostream &O) { in printAsmRegInClass()
|
| /external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalityPredicates.cpp | 74 LegalityPredicate LegalityPredicates::isVector(unsigned TypeIdx) { in isVector() function in LegalityPredicates
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | ValueTypes.h | 151 bool isVector() const { in isVector() function
|
| /external/llvm-project/llvm/include/llvm/CodeGen/ |
| D | ValueTypes.h | 146 bool isVector() const { in isVector() function
|
| /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/skia/src/sksl/ir/ |
| D | SkSLType.h | 385 bool isVector() const { in isVector() function
|
| /external/clang/utils/ABITest/ |
| D | TypeGen.py | 117 def __init__(self, index, isVector, elementType, size): argument
|
| /external/clang/include/clang/AST/ |
| D | APValue.h | 187 bool isVector() const { return Kind == Vector; } in isVector() function
|
| /external/llvm-project/clang/utils/ABITest/ |
| D | TypeGen.py | 119 def __init__(self, index, isVector, elementType, size): argument
|