HomeSort by: relevance | last modified time | path
    Searched refs:isVectorTy (Results 1 - 25 of 106) sorted by relevancy

1 2 3 4 5

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
MatrixBuilder.h 39 assert((LHS->getType()->isVectorTy() || RHS->getType()->isVectorTy()) &&
41 if (LHS->getType()->isVectorTy() && !RHS->getType()->isVectorTy()) {
47 } else if (!LHS->getType()->isVectorTy() && RHS->getType()->isVectorTy()) {
162 assert(LHS->getType()->isVectorTy() || RHS->getType()->isVectorTy());
163 if (LHS->getType()->isVectorTy() && !RHS->getType()->isVectorTy()) {
    [all...]
Type.h 235 inline bool isVectorTy() const {
259 isPointerTy() || isVectorTy() || isX86_AMXTy();
280 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && !isVectorTy())
318 if (isVectorTy())
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
Local.h 64 if (IntIdxTy->isVectorTy() && !OpC->getType()->isVectorTy())
76 if (IntIdxTy->isVectorTy() && !Op->getType()->isVectorTy())
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsCCState.cpp 63 if (Ty->isVectorTy() && Ty->isFPOrFPVectorTy())
140 OriginalArgWasFloatVector.push_back(FuncArg.Ty->isVectorTy());
173 OriginalArgWasFloatVector.push_back(FuncArg->getType()->isVectorTy());
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 423 (C->getType()->isVectorTy()
434 if (!Ty->isVectorTy()) {
612 assert (SrcTy->isVectorTy() && DstTy->isVectorTy());
654 assert (SrcTy->isVectorTy() && DstTy->isVectorTy() &&
689 assert (!OpTy->isVectorTy() && "Expected scalar type");
734 if (!Src->isVectorTy()) {
735 assert (!Dst->isVectorTy());
880 if (!ValTy->isVectorTy()) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 382 assert(!Rem->getType()->isVectorTy() && "Div over vectors not supported");
440 assert(!Div->getType()->isVectorTy() && "Div over vectors not supported");
491 assert(!RemTy->isVectorTy() && "Div over vectors not supported");
540 assert(!RemTy->isVectorTy() && "Div over vectors not supported");
589 assert(!DivTy->isVectorTy() && "Div over vectors not supported");
637 assert(!DivTy->isVectorTy() && "Div over vectors not supported");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
TruncInstCombine.cpp 220 if (DstTy->isVectorTy())
234 if (!DstTy->isVectorTy() && FromLegal && !ToLegal)
290 assert(Ty && !Ty->isVectorTy() && "Expect Scalar Type");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 130 if (S->getType()->isVectorTy()) return false;
231 if (!Condition->getType()->isVectorTy()) {
604 if (V->getType()->isVectorTy()) continue;
675 if (Instr->getType()->isVectorTy())
729 if (Instr->getType()->isVectorTy())
770 if (SDI->getType()->isVectorTy())
826 if (SDI->getType()->isVectorTy())
879 if (Instr->getType()->isVectorTy())
894 if (SDI->getType()->isVectorTy())
912 if (SDI->getType()->isVectorTy())
    [all...]
Scalarizer.cpp 544 if (OpI->getType()->isVectorTy()) {
591 if (SI.getOperand(0)->getType()->isVectorTy()) {
642 if (!Op0->getType()->isVectorTy())
653 if (!Op->getType()->isVectorTy())
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.cpp 173 if (Src->isVectorTy()) {
254 if (ValTy->isVectorTy() && CostKind == TTI::TCK_RecipThroughput) {
274 if (Ty->isVectorTy()) {
308 Type *ElemTy = Val->isVectorTy() ? cast<VectorType>(Val)->getElementType()
HexagonVectorLoopCarriedReuse.cpp 340 if (I1->getType()->isVectorTy() && I2->getType()->isVectorTy()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 551 if (Src->isVectorTy() && ST->hasNEON() &&
793 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy()
805 ValTy->isVectorTy() && ValTy->getScalarSizeInBits() <= 32)
817 if (ValTy->isVectorTy() &&
845 ST->isThumb() && !ValTy->isVectorTy()) {
874 if (Sel && ValTy->isVectorTy() &&
914 if (ST->hasNEON() && ValTy->isVectorTy() && ISD == ISD::SELECT && CondTy) {
936 if (ST->hasMVEIntegerOps() && ValTy->isVectorTy() &&
975 if (ST->hasMVEIntegerOps() && ValTy->isVectorTy())
993 if (Ty->isVectorTy() && SE &
    [all...]
MVELaneInterleavingPass.cpp 384 if (I.getType()->isVectorTy() &&
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 2842 Assert(SrcTy->isVectorTy() == DestTy->isVectorTy(),
2857 Assert(SrcTy->isVectorTy() == DestTy->isVectorTy(),
2878 Assert(SrcTy->isVectorTy() == DestTy->isVectorTy(),
2895 Assert(SrcTy->isVectorTy() == DestTy->isVectorTy(),
2913 Assert(SrcTy->isVectorTy() == DestTy->isVectorTy(),
    [all...]
ConstantFold.cpp 581 !CE->getType()->isVectorTy()) {
600 DestTy->isVectorTy() &&
681 if (DestTy->isVectorTy())
743 if (V->getType()->isVectorTy())
835 if (C->getType()->isVectorTy())
888 if (Op->getType()->isVectorTy()) {
1063 (!C->getType()->isVectorTy() || IsScalableVector) && isa<UndefValue>(C);
1144 (!C1->getType()->isVectorTy() || IsScalableVector) &&
2276 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy() &
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CodeMetrics.cpp 169 if (isa<ExtractElementInst>(I) || I.getType()->isVectorTy())
  /src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
llvm-stress.cpp 239 } else if (Tp->isVectorTy()) {
270 if (V->getType()->isVectorTy())
364 if (ValTy->isVectorTy() && ValTy->getScalarSizeInBits() == 1)
422 if (Ty->isVectorTy()) {
552 if (VTy->isVectorTy()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 241 if (CstTy->isVectorTy())
356 if (Cst->getType()->isVectorTy())
  /src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
OpDescriptor.h 184 return V->getType()->isVectorTy();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 179 !X->getType()->isVectorTy() ||
630 assert(V->getType()->isVectorTy() && "Invalid shuffle!");
1374 VecSrc->getType()->isVectorTy() && !ScalarSrc->getType()->isVectorTy() &&
1522 if (ITy->isVectorTy() &&
1633 assert(V->getType()->isVectorTy() && "can't reorder non-vector elements");
1688 if (I->getOperand(i)->getType()->isVectorTy())
2022 if (!SrcType->isVectorTy() || !SrcType->isIntOrIntVectorTy() ||
2311 X->getType()->isVectorTy() && X->getType() == Y->getType() &&
2330 X->getType()->isVectorTy() && VWidth == LHSWidth)
    [all...]
InstCombineSelect.cpp 134 if (SelType->isVectorTy() != Cmp->getType()->isVectorTy())
287 if (!FIOpndTy->isVectorTy() ||
396 if (CondTy->isVectorTy() && (!OtherOpT->getType()->isVectorTy() ||
397 !OtherOpF->getType()->isVectorTy()))
602 TrueVal->getType()->isVectorTy() != IC->getType()->isVectorTy())
961 if (!SelEltTy || SelTy->isVectorTy() != Cmp.getType()->isVectorTy())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 69 if (Ty->isVectorTy()) {
420 if (TY->isVectorTy()) { \
448 if (Ty->isVectorTy())
524 if (TY->isVectorTy()) { \
591 if(Ty->isVectorTy()) {
622 if(Ty->isVectorTy()) {
653 if(Ty->isVectorTy()) {
744 if (Ty->isVectorTy()) {
848 if(Ty->isVectorTy()) {
1193 if (Ty->isVectorTy()) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 329 if (U->getType()->isVectorTy()) {
947 if (!ST->vectorsUseTwoUnits() || !Ty1->isVectorTy())
1043 assert(Val->isVectorTy() && "This must be a vector type");
1181 if (Src->isVectorTy() && Opcode == Instruction::Store)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PoisonChecking.cpp 190 if (isa<BinaryOperator>(I) && !I.getType()->isVectorTy())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 318 PtrATy->isVectorTy() != PtrBTy->isVectorTy() ||
822 if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy())
863 if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy())

Completed in 47 milliseconds

1 2 3 4 5