Home
last modified time | relevance | path

Searched defs:isVector (Results 1 – 16 of 16) 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/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp54 bool isVector) {} in emitRegSave()
DARMELFStreamer.cpp205 bool isVector) { in emitRegSave()
713 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.h115 bool isVector() const { in isVector() function
DMachineValueType.h197 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/AArch64/AsmParser/
DAArch64AsmParser.cpp174 bool isVector; member
1542 CreateReg(unsigned RegNum, bool isVector, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateReg()
1840 bool isVector) { in matchRegisterNameAlias()
/external/llvm/lib/Target/R600/
DR600InstrInfo.cpp42 bool R600InstrInfo::isVector(const MachineInstr &MI) const { in isVector() function in R600InstrInfo
/external/clang/utils/TableGen/
DNeonEmitter.cpp170 bool isVector() const { return NumVectors > 0; } in isVector() function in __anon67a52ed10111::Type
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp40 static inline bool isVector(MVT::SimpleValueType VT) { in isVector() function
/external/llvm/lib/AsmParser/
DLLParser.cpp2061 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3821 bool isVector, SmallVectorImpl<SDValue> &MemOpChains, in LowerMemOpCallTo()