Home
last modified time | relevance | path

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

/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/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h181 inline bool isVector() const { return rows()==1 || cols()==1; } in isVector() function
/external/swiftshader/src/OpenGL/compiler/
DTypes.h399 bool isVector() const { return primarySize > 1 && !isMatrix(); } in isVector() function
601 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/clang/utils/ABITest/
DTypeGen.py117 def __init__(self, index, isVector, elementType, size): argument
/external/clang/include/clang/AST/
DAPValue.h187 bool isVector() const { return Kind == Vector; } in isVector() function
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp126 bool isVector (void) const { return numElements > 1; } in isVector() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmStreamer.cpp1214 bool isVector) { in EmitRegSave()
/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/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp38 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
/external/clang/utils/TableGen/
DNeonEmitter.cpp175 bool isVector() const { return NumVectors > 0; } in isVector() function in __anon66c363900111::Type
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp1589 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp35 static inline bool isVector(MVT::SimpleValueType VT) { in isVector() function
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp41 static inline bool isVector(MVT::SimpleValueType VT) { in isVector() function
/external/llvm/lib/AsmParser/
DLLParser.cpp2401 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp2483 bool isVector, SmallVector<SDValue, 8> &MemOpChains, in LowerMemOpCallTo()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4279 bool isTailCall, bool isVector, SmallVectorImpl<SDValue> &MemOpChains, in LowerMemOpCallTo()