Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h74 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT()
88 bool isVector() const { return isValid() && IsVector; } in isVector() function
DMachineValueType.h315 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/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp57 bool isVector) {} in emitRegSave()
DARMELFStreamer.cpp138 bool isVector) { in emitRegSave()
650 bool isVector) { in emitRegSave()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h158 bool isVector() const { in isVector() function
479 bool isVector() const { in isVector() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp100 bool isVector) {} in emitRegSave()
DARMELFStreamer.cpp159 bool isVector) { in emitRegSave()
744 bool isVector) { in emitRegSave()
/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h181 inline bool isVector() const { return rows()==1 || cols()==1; } in isVector() function
/external/swiftshader/src/OpenGL/compiler/
DTypes.h446 bool isVector() const { return primarySize > 1 && !isMatrix(); } in isVector() function
645 bool isVector() const in isVector() function
Dintermediate.h323 bool isVector() const { return type.isVector(); } in isVector() function
/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-7.0/llvm/include/llvm/CodeGen/
DValueTypes.h151 bool isVector() const { in isVector() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp308 bool isVector, raw_ostream &O) { in printAsmRegInClass()
/external/clang/include/clang/AST/
DAPValue.h187 bool isVector() const { return Kind == Vector; } in isVector() function
/external/clang/utils/ABITest/
DTypeGen.py117 def __init__(self, index, isVector, elementType, size): argument
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp139 bool isVector (void) const { return numElements > 1; } in isVector() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmStreamer.cpp1214 bool isVector) { in EmitRegSave()
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h179 bool isVector(Id resultId) const { return isVectorType(getTypeId(resultId)); } 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/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp179 bool isVector; member
1626 CreateReg(unsigned RegNum, bool isVector, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateReg()
1943 bool isVector) { in matchRegisterNameAlias()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp757 bool HexagonMCInstrInfo::isVector(MCInstrInfo const &MCII, MCInst const &MCI) { in isVector() function in HexagonMCInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp58 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo

12