HomeSort by relevance Sort by last modified time
    Searched full:isvector (Results 1 - 25 of 98) 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/chromium_org/third_party/angle_dx11/src/compiler/
VariableInfo.cpp 28 } else if (type.isVector()) {
41 } else if (type.isVector()) {
54 } else if (type.isVector()) {
Intermediate.cpp 159 if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) {
166 if (left->getBasicType() != EbtBool || left->isMatrix() || left->isArray() || left->isVector()) {
288 if (child->getType().getBasicType() != EbtBool || child->getType().isMatrix() || child->getType().isArray() || child->getType().isVector()) {
930 if (left->isVector())
937 if (right->isVector()) {
946 if (left->isVector() && right->isVector()) {
948 } else if (left->isVector() || right->isVector()) {
959 if (left->isVector())
    [all...]
BuiltInFunctionEmulator.cpp 348 if (param.isVector())
359 if (param1.isVector() != param2.isVector() ||
380 if (param1.isVector())
intermediate.h 261 bool isVector() const { return type.isVector(); }
SymbolTable.cpp 37 else if (isVector())
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ExpandSpecialInstrs.cpp 64 bool IsVector = TII->isVector(MI);
66 if (!IsReduction && !IsVector && !IsCube) {
AMDILPeepholeOptimizer.cpp 471 bool isVector = aType->isVectorTy();
478 if (isVector) {
488 if (isVector) {
659 if (isVector) { name += "_v" + itostr(numEle) + "u32"; } else { name += "_u32"; }
711 bool isVector = aType->isVectorTy();
714 if (isVector) {
723 if (isVector) {
751 if (isVector) {
819 if (isVector) {
    [all...]
R600InstrInfo.h 53 /// isVector - Vector instructions are instructions that must fill all
55 bool isVector(const MachineInstr &MI) const;
  /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/mesa3d/src/gallium/drivers/radeon/
R600ExpandSpecialInstrs.cpp 64 bool IsVector = TII->isVector(MI);
66 if (!IsReduction && !IsVector && !IsCube) {
AMDILPeepholeOptimizer.cpp 471 bool isVector = aType->isVectorTy();
478 if (isVector) {
488 if (isVector) {
659 if (isVector) { name += "_v" + itostr(numEle) + "u32"; } else { name += "_u32"; }
711 bool isVector = aType->isVectorTy();
714 if (isVector) {
723 if (isVector) {
751 if (isVector) {
819 if (isVector) {
    [all...]
R600InstrInfo.h 53 /// isVector - Vector instructions are instructions that must fill all
55 bool isVector(const MachineInstr &MI) const;
  /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();
  /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;
635 /// isVector - Return true if this is a vector value type.
636 bool isVector() const {
637 return isSimple() ? V.isVector() : isExtendedVector();
732 return isVector() ? getVectorElementType() : *this;
738 assert(isVector() && "Invalid vector type!");
747 assert(isVector() && "Invalid vector type!");
776 assert(isInteger() && !isVector() && "Invalid integer type!")
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 84 bool isVector);
466 bool IsVector) {
473 assert(Reg < (IsVector ? 32U : 16U) && "Register out of range");
485 SPOffset -= Count * (IsVector ? 8 : 4);
489 if (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 299 assert(N->getValueType(0).isVector() ==
300 N->getOperand(0).getValueType().isVector() &&
303 if (N->getValueType(0).isVector()) return ScalarizeVecRes_VSETCC(N);
327 assert(N->getValueType(0).isVector() &&
328 N->getOperand(0).getValueType().isVector() &&
844 assert(N->getValueType(0).isVector() &&
845 N->getOperand(0).getValueType().isVector() &&
    [all...]
SelectionDAG.cpp 791 assert(!VT.isVector() && (VT.isInteger() || VT.isFloatingPoint()) &&
804 assert(N->getValueType(0).isVector() && "Wrong return type!");
    [all...]
  /external/llvm/lib/Target/R600/
R600ExpandSpecialInstrs.cpp 213 bool IsVector = TII->isVector(MI);
215 if (!IsReduction && !IsVector && !IsCube) {
R600EmitClauseMarkers.cpp 50 if(TII->isVector(*MI) ||
68 if (TII->isVector(*MI) || TII->isCubeOp(MI->getOpcode()))
  /external/chromium_org/third_party/angle_dx11/src/third_party/compiler/
ArrayBoundsClamper.cpp 55 if (left->isArray() || left->isVector() || left->isMatrix())
  /external/clang/include/clang/AST/
APValue.h 188 bool isVector() const { return Kind == Vector; }
260 assert(isVector() && "Invalid accessor");
268 assert(isVector() && "Invalid accessor");
357 assert(isVector() && "Invalid accessor");

Completed in 4973 milliseconds

1 2 3 4