Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DAMDILPeepholeOptimizer.cpp466 bool isVector = aType->isVectorTy(); in optimizeBitInsert() local
664 bool isVector = aType->isVectorTy(); in optimizeBitExtract() local
954 bool isVector = aType->isVectorTy(); in expandSigned24BitOps() local
987 bool isVector = aType->isVectorTy(); in expandSigned24BitOps() local
DR600InstrInfo.cpp43 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
/external/eigen/Eigen/src/SparseCore/
DSparseMatrixBase.h160 inline bool isVector() const { return rows()==1 || cols()==1; } in isVector() function
/external/llvm/include/llvm/CodeGen/
DValueTypes.h185 bool isVector() const { in isVector() function
634 bool isVector() const { in isVector() function
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DTypes.h201 bool isVector() const { return size > 1 && !matrix; } in isVector() function
Dintermediate.h254 bool isVector() const { return type.isVector(); } in isVector() function
/external/clang/include/clang/AST/
DAPValue.h181 bool isVector() const { return Kind == Vector; } in isVector() function
/external/clang/utils/ABITest/
DTypeGen.py113 def __init__(self, index, isVector, elementType, size): argument
/external/llvm/include/llvm/
DDebugInfo.h282 bool isVector() const { in isVector() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp1344 bool isVector) { in EmitRegSave()
/external/llvm/lib/AsmParser/
DLLParser.cpp1877 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp38 static inline bool isVector(MVT::SimpleValueType VT) { in isVector() function
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3045 bool isVector, SmallVector<SDValue, 8> &MemOpChains, in LowerMemOpCallTo()