Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp471 bool isVector = aType->isVectorTy(); in optimizeBitInsert() local
711 bool isVector = aType->isVectorTy(); in optimizeBitExtract() local
1007 bool isVector = aType->isVectorTy(); in expandSigned24BitOps() local
1040 bool isVector = aType->isVectorTy(); in expandSigned24BitOps() local
DR600InstrInfo.cpp43 bool R600InstrInfo::isVector(const MachineInstr &MI) const in isVector() function in R600InstrInfo
/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.cpp54 bool isVector) {} in emitRegSave()
DARMELFStreamer.cpp138 bool isVector) { in emitRegSave()
644 bool isVector) { in emitRegSave()
/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h163 inline bool isVector() const { return rows()==1 || cols()==1; } in isVector() function
/external/llvm/include/llvm/CodeGen/
DValueTypes.h128 bool isVector() const { in isVector() function
DMachineValueType.h214 bool isVector() const { in isVector() function
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp239 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/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp557 bool HexagonMCInstrInfo::isVector(MCInstrInfo const &MCII, MCInst const &MCI) { in isVector() function in llvm::HexagonMCInstrInfo
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp177 bool isVector; member
1640 CreateReg(unsigned RegNum, bool isVector, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateReg()
1957 bool isVector) { in matchRegisterNameAlias()
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp42 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
/external/opencv3/modules/ts/src/
Dts_perf.cpp294 bool Regression::isVector(cv::InputArray a) in isVector() function in Regression
/external/clang/utils/TableGen/
DNeonEmitter.cpp173 bool isVector() const { return NumVectors > 0; } in isVector() function in __anon985e31310111::Type
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp41 static inline bool isVector(MVT::SimpleValueType VT) { in isVector() function
/external/llvm/lib/AsmParser/
DLLParser.cpp2237 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4038 bool isVector, SmallVectorImpl<SDValue> &MemOpChains, in LowerMemOpCallTo()