Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/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/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.cpp190 bool isVector) { in emitRegSave()
679 bool isVector) { in emitRegSave()
/external/chromium_org/third_party/angle/src/compiler/translator/
DTypes.h360 bool isVector() const in isVector() function
559 bool isVector() const in isVector() function
DIntermNode.h282 bool isVector() const { return mType.isVector(); } in isVector() function
/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.h116 bool isVector() const { in isVector() function
DMachineValueType.h185 bool isVector() const { in isVector() function
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp253 bool isVector, raw_ostream &O) { in printAsmRegInClass()
/external/clang/utils/ABITest/
DTypeGen.py113 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/include/llvm/IR/
DDebugInfo.h330 bool isVector() const { return (getFlags() & FlagVector) != 0; } in isVector() function
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp174 bool isVector; member
1588 CreateReg(unsigned RegNum, bool isVector, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateReg()
1875 bool isVector) { in matchRegisterNameAlias()
/external/llvm/lib/Target/R600/
DR600InstrInfo.cpp44 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 __anon7fb122680111::Type
/external/llvm/lib/AsmParser/
DLLParser.cpp2089 bool LLParser::ParseArrayVectorType(Type *&Result, bool isVector) { in ParseArrayVectorType()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp40 static inline bool isVector(MVT::SimpleValueType VT) { in isVector() function
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3282 bool isVector, SmallVectorImpl<SDValue> &MemOpChains, in LowerMemOpCallTo()