Searched defs:isVector (Results 1 - 10 of 10) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h160 inline bool isVector() const { return rows()==1 || cols()==1; } function in class:Eigen::SparseMatrixBase
/external/clang/include/clang/AST/
H A DAPValue.h181 bool isVector() const { return Kind == Vector; } function in class:clang::APValue
253 assert(isVector() && "Invalid accessor");
261 assert(isVector() && "Invalid accessor");
350 assert(isVector() && "Invalid accessor");
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DTypes.h201 bool isVector() const { return size > 1 && !matrix; } function in class:TType
H A Dintermediate.h254 bool isVector() const { return type.isVector(); } function in class:TIntermTyped
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h184 /// isVector - Return true if this is a vector value type.
185 bool isVector() const { function in class:llvm::MVT
255 return isVector() ? getVectorElementType() : *this;
633 /// isVector - Return true if this is a vector value type.
634 bool isVector() const { function in struct:llvm::EVT
635 return isSimple() ? V.isVector() : isExtendedVector();
730 return isVector() ? getVectorElementType() : *this;
736 assert(isVector() && "Invalid vector type!");
745 assert(isVector() && "Invalid vector type!");
774 assert(isInteger() && !isVector()
[all...]
/external/llvm/include/llvm/
H A DDebugInfo.h282 bool isVector() const { function in class:llvm::DIType
/external/llvm/lib/Target/R600/
H A DAMDILPeepholeOptimizer.cpp466 bool isVector = aType->isVectorTy(); local
473 if (isVector) {
483 if (isVector) {
613 if (isVector) { name += "_v" + itostr(numEle) + "u32"; } else { name += "_u32"; }
664 bool isVector = aType->isVectorTy(); local
667 if (isVector) {
676 if (isVector) {
704 if (isVector) {
772 if (isVector) {
954 bool isVector local
987 bool isVector = aType->isVectorTy(); local
[all...]
H A DR600InstrInfo.cpp43 bool R600InstrInfo::isVector(const MachineInstr &MI) const { function in class:R600InstrInfo
417 } else if (isVector(*MI)) {
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp38 static inline bool isVector(MVT::SimpleValueType VT) { function
39 return EVT(VT).isVector();
42 return !EVT(VT).isVector();
127 if (isVector(TypeVec[i]))
320 return FillWithPossibleTypes(TP, isVector, "vector");
327 if (!isVector(TypeVec[i])) {
567 assert(isVector(TypeVec[i]) && "EnforceVector didn't work");
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp605 if (!VT.isVector())
1199 if (VT.isVector())
3045 bool isVector, SmallVector<SDValue, 8> &MemOpChains,
3050 if (isVector) {
6877 if (VT.getSimpleVT().isVector())
3042 LowerMemOpCallTo(SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue Arg, SDValue PtrOff, int SPDiff, unsigned ArgOffset, bool isPPC64, bool isTailCall, bool isVector, SmallVector<SDValue, 8> &MemOpChains, SmallVector<TailCallArgumentInfo, 8> &TailCallArguments, DebugLoc dl) argument

Completed in 695 milliseconds