HomeSort by relevance Sort by last modified time
    Searched full:isvector (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/eigen/test/
mapstaticmethods.cpp 17 bool IsVector = PlainObjectType::IsVectorAtCompileTime
21 template<typename PlainObjectType, bool IsVector>
22 struct mapstaticmethods_impl<PlainObjectType, false, IsVector>
26 mapstaticmethods_impl<PlainObjectType, true, IsVector>::run(m);
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 187 bool isvector,iscomplex; local
188 if(!getMarketHeader(curfile,m_sym,iscomplex,isvector)) continue;
189 if(isvector) continue;
MarketIO.h 109 inline bool getMarketHeader(const std::string& filename, int& sym, bool& iscomplex, bool& isvector)
112 isvector = false;
124 if(substr[2].compare("array") == 0) isvector = true;
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
VariableInfo.cpp 28 } else if (type.isVector()) {
41 } else if (type.isVector()) {
54 } else if (type.isVector()) {
Intermediate.cpp 158 if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) {
165 if (left->getBasicType() != EbtBool || left->isMatrix() || left->isArray() || left->isVector()) {
293 if (child->getType().getBasicType() != EbtBool || child->getType().isMatrix() || child->getType().isArray() || child->getType().isVector()) {
943 if (left->isVector())
950 if (right->isVector()) {
959 if (left->isVector() && right->isVector()) {
961 } else if (left->isVector() || right->isVector()) {
972 if (left->isVector())
    [all...]
intermediate.h 254 bool isVector() const { return type.isVector(); }
SymbolTable.cpp 27 else if (isVector())
Types.h 201 bool isVector() const { return size > 1 && !matrix; }
  /external/clang/utils/ABITest/
TypeGen.py 113 def __init__(self, index, isVector, elementType, size):
114 if isVector:
120 self.isVector = isVector
123 if isVector:
131 if self.isVector:
140 if self.isVector:
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 87 if (MVT(V1).isVector() != MVT(V2).isVector())
88 return MVT(V2).isVector();
DAGISelMatcher.cpp 353 return !MVT(T2).isInteger() || MVT(T2).isVector();
356 return !MVT(T1).isInteger() || MVT(T1).isVector();
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 466 bool isVector = aType->isVectorTy();
473 if (isVector) {
483 if (isVector) {
613 if (isVector) { name += "_v" + itostr(numEle) + "u32"; } else { name += "_u32"; }
664 bool isVector = aType->isVectorTy();
667 if (isVector) {
676 if (isVector) {
704 if (isVector) {
772 if (isVector) {
954 bool isVector = aType->isVectorTy()
    [all...]
R600ExpandSpecialInstrs.cpp 188 bool IsVector = TII->isVector(MI);
190 if (!IsReduction && !IsVector && !IsCube) {
R600InstrInfo.h 61 bool isVector(const MachineInstr &MI) const;
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 184 /// isVector - Return true if this is a vector value type.
185 bool isVector() const {
255 return isVector() ? getVectorElementType() : *this;
633 /// isVector - Return true if this is a vector value type.
634 bool isVector() const {
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() && "Invalid integer type!")
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 292 if (vtparts[i].isVector()) {
320 if (vtparts[i].isVector()) {
387 if (vtparts[i].isVector()) {
503 if (vtparts[j].isVector()) {
536 if (vtparts[j].isVector()) {
584 if (resvtparts[i].isVector()) {
752 if (Ins[i].VT.isVector()) {
772 if (Ins[i].VT.isVector())
    [all...]
NVPTXISelLowering.h 104 if (VT.isVector())
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 96 HasVectors |= J->isVector();
157 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) {
167 if (StVT.isVector() && ST->isTruncatingStore())
185 HasVectorValue |= J->isVector();
327 if (Op.getOperand(j).getValueType().isVector())
366 if (Op.getOperand(j).getValueType().isVector())
583 assert(VT.isVector() && !Mask.getValueType().isVector()
601 assert(MaskTy.isVector() && "Invalid CC type");
LegalizeVectorTypes.cpp 298 assert(N->getValueType(0).isVector() ==
299 N->getOperand(0).getValueType().isVector() &&
302 if (N->getValueType(0).isVector()) return ScalarizeVecRes_VSETCC(N);
326 assert(N->getValueType(0).isVector() &&
327 N->getOperand(0).getValueType().isVector() &&
841 assert(N->getValueType(0).isVector() &&
842 N->getOperand(0).getValueType().isVector() &&
    [all...]
SelectionDAG.cpp 795 assert(!VT.isVector() && (VT.isInteger() || VT.isFloatingPoint()) &&
808 assert(N->getValueType(0).isVector() && "Wrong return type!");
    [all...]
DAGCombiner.cpp 805 if (VT.isVector() || !VT.isInteger())
    [all...]
LegalizeIntegerTypes.cpp 218 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector())
230 if (!NOutVT.isVector())
255 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector())
521 assert(SVT.isVector() == N->getOperand(0).getValueType().isVector() &&
536 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt;
560 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt;
568 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt;
589 assert(InVT.isVector() && "Cannot split scalar types")
    [all...]
  /external/clang/include/clang/AST/
APValue.h 181 bool isVector() const { return Kind == Vector; }
253 assert(isVector() && "Invalid accessor");
261 assert(isVector() && "Invalid accessor");
350 assert(isVector() && "Invalid accessor");
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 76 bool isVector);
399 bool IsVector) {
  /external/eigen/Eigen/src/Geometry/
RotationBase.h 17 template<typename RotationDerived, typename MatrixType, bool IsVector=MatrixType::IsVectorAtCompileTime>

Completed in 799 milliseconds

1 2 3 4