HomeSort by relevance Sort by last modified time
    Searched full:isvector (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 330 if (LHSTy.isVector())
814 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() &&
528 !LHS.getValueType().isVector())
531 !RHS.getValueType().isVector())
547 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt;
571 Amt = Amt.getValueType().isVector() ? ZExtPromotedInteger(Amt) : Amt
    [all...]
LegalizeTypesGeneric.cpp 95 if (InVT.isVector() && OutVT.isInteger()) {
312 if (N->getValueType(0).isVector()) {
491 if (Cond.getValueType().isVector()) {
LegalizeDAG.cpp 316 ST->getMemoryVT().isVector()) {
393 !ST->getMemoryVT().isVector() &&
436 if (VT.isFloatingPoint() || VT.isVector()) {
516 assert(LoadedVT.isInteger() && !LoadedVT.isVector() &&
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 106 if (VT.isVector())
NVPTXISelLowering.cpp 87 if (VT.isVector())
385 if (vtparts[i].isVector()) {
557 if (vtparts[j].isVector()) {
788 if (vtparts[j].isVector()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 609 assert(LHS.getValueType().isVector() == RHS.getValueType().isVector() &&
611 assert(LHS.getValueType().isVector() == VT.isVector() &&
624 assert(VT.isVector() == LHS.getValueType().isVector() &&
626 return getNode(Cond.getValueType().isVector() ? ISD::VSELECT : ISD::SELECT, DL, VT,
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
intermediate.h 268 bool isVector() const { return type.isVector(); }
Types.h 167 bool isVector() const { return size > 1 && !matrix; }
ParseContext.cpp 588 if (type->getBasicType() != EbtBool || type->isArray() || type->isMatrix() || type->isVector()) {
    [all...]
OutputHLSL.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600InstrFormats.td 22 bit isVector = 0;
46 let TSFlags{6} = isVector;
R600ISelLowering.cpp     [all...]
R600InstrInfo.h 129 bool isVector(const MachineInstr &MI) const;
AMDILISelLowering.cpp 338 EVT IVT = genIntType(32, DVT.isVector() ? DVT.getVectorNumElements() : 1);
399 if (!OVT.isVector()) {
SIISelLowering.cpp 164 if (Info->ShaderType != ShaderType::COMPUTE && Arg.VT.isVector()) {
242 if (Arg.VT.isVector()) {
328 if (!VT.isVector()) {
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 353 return !MVT(T2).isInteger() || MVT(T2).isVector();
356 return !MVT(T1).isInteger() || MVT(T1).isVector();
  /external/eigen/Eigen/src/Core/
Array.h 54 template <typename Derived, typename OtherDerived, bool IsVector>
Matrix.h 344 template <typename Derived, typename OtherDerived, bool IsVector>
  /external/eigen/doc/
SparseQuickReference.dox 82 sm1.isVector(); // Check if sm1 is a sparse vector or a sparse matrix
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.cpp 43 bool R600InstrInfo::isVector(const MachineInstr &MI) const
R600Instructions.td 23 bit isVector = 0;
39 let TSFlags{6} = isVector;
1071 let isVector = 1 in {
1080 } // End isVector = 1
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrixBase.h 160 inline bool isVector() const { return rows()==1 || cols()==1; }
  /external/llvm/lib/AsmParser/
LLParser.h 259 bool ParseArrayVectorType(Type *&Result, bool isVector);
  /external/llvm/lib/IR/
ValueTypes.cpp 109 if (isVector())

Completed in 724 milliseconds

12 3 4