| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | BDCE.cpp | 41 assert(I->getType()->isIntOrIntVectorTy() && in clearAssumptionsOfUsers() 51 if (J && J->getType()->isIntOrIntVectorTy() && in clearAssumptionsOfUsers() 82 if (K && Visited.insert(K).second && K->getType()->isIntOrIntVectorTy() && in clearAssumptionsOfUsers() 102 (I.getType()->isIntOrIntVectorTy() && in bitTrackingDCE() 114 if (!U->getType()->isIntOrIntVectorTy()) in bitTrackingDCE()
|
| D | Reassociate.cpp | 235 if (S1->getType()->isIntOrIntVectorTy()) in CreateAdd() 247 if (S1->getType()->isIntOrIntVectorTy()) in CreateMul() 259 if (S1->getType()->isIntOrIntVectorTy()) in CreateNeg() 275 Constant *NegOne = Ty->isIntOrIntVectorTy() ? in LowerNegateToMultiply() 1461 Constant *C = Ty->isIntOrIntVectorTy() ? in OptimizeAdd() 1598 I->getType()->isIntOrIntVectorTy() in OptimizeAdd() 1731 if (LHS->getType()->isIntOrIntVectorTy()) in buildMultiplyTree()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | DemandedBits.cpp | 330 if (T->isIntOrIntVectorTy()) { in performAnalysis() 341 if (T->isIntOrIntVectorTy()) in performAnalysis() 361 if (UserI->getType()->isIntOrIntVectorTy()) { in performAnalysis() 385 if (T->isIntOrIntVectorTy()) { in performAnalysis() 441 if (!(*U)->getType()->isIntOrIntVectorTy()) in isUseDead() 455 if (UserI->getType()->isIntOrIntVectorTy()) { in isUseDead()
|
| D | InstructionSimplify.cpp | 660 if (MaxRecurse && Op0->getType()->isIntOrIntVectorTy(1)) in SimplifyAddInst() 849 if (MaxRecurse && Op0->getType()->isIntOrIntVectorTy(1)) in SimplifySubInst() 895 if (MaxRecurse && Op0->getType()->isIntOrIntVectorTy(1)) in SimplifyMulInst() 979 if (match(Op1, m_One()) || Ty->isIntOrIntVectorTy(1) || in simplifyDivRem() 980 (match(Op1, m_ZExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1))) in simplifyDivRem() 1182 if (match(Op1, m_SExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1)) in SimplifySRemInst() 1250 (match(Op1, m_SExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1))) in SimplifyShift() 2532 if (!OpTy->isIntOrIntVectorTy(1)) in simplifyICmpOfBools() 4000 assert(Cond->getType()->isIntOrIntVectorTy(1) && in SimplifySelectInst() 5494 if (!Result && I->getType()->isIntOrIntVectorTy()) { in SimplifyInstruction()
|
| D | ValueTracking.cpp | 197 assert(LHS->getType()->isIntOrIntVectorTy() && in haveNoCommonBitsSet() 1727 assert((V->getType()->isIntOrIntVectorTy(BitWidth) || in computeKnownBits() 2371 if (V1->getType()->isIntOrIntVectorTy()) { in isKnownNonEqual() 5534 assert(OpTy->isIntOrIntVectorTy(1) && "Expected integer type only!"); in isImpliedCondition() 5566 assert(Cond->getType()->isIntOrIntVectorTy(1) && "Condition must be bool"); in isImpliedByDomCondition() 5865 assert(V->getType()->isIntOrIntVectorTy() && "Expected integer instruction"); in computeConstantRange()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Constants.cpp | 675 assert(Ty->isIntOrIntVectorTy(1) && "Type not i1 or vector of i1."); in getTrue() 683 assert(Ty->isIntOrIntVectorTy(1) && "Type not i1 or vector of i1."); in getFalse() 1688 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) && in getPointerCast() 1691 if (Ty->isIntOrIntVectorTy()) in getPointerCast() 1713 assert(C->getType()->isIntOrIntVectorTy() && in getIntegerCast() 1714 Ty->isIntOrIntVectorTy() && "Invalid cast"); in getIntegerCast() 1742 assert(C->getType()->isIntOrIntVectorTy() && "Trunc operand must be integer"); in getTrunc() 1743 assert(Ty->isIntOrIntVectorTy() && "Trunc produces only integral"); in getTrunc() 1756 assert(C->getType()->isIntOrIntVectorTy() && "SExt operand must be integral"); in getSExt() 1757 assert(Ty->isIntOrIntVectorTy() && "SExt produces only integer"); in getSExt() [all …]
|
| D | Instructions.cpp | 2273 assert(getType()->isIntOrIntVectorTy() && in AssertOK() 2288 assert(getType()->isIntOrIntVectorTy() && in AssertOK() 2301 assert(getType()->isIntOrIntVectorTy() && in AssertOK() 2315 assert(getType()->isIntOrIntVectorTy() && in AssertOK() 2322 assert(getType()->isIntOrIntVectorTy() && in AssertOK() 2708 SrcTy->isIntOrIntVectorTy() && in isEliminableCastPair() 2722 DstTy->isIntOrIntVectorTy() && in isEliminableCastPair() 2835 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) && in CreatePointerCast() 2842 if (Ty->isIntOrIntVectorTy()) in CreatePointerCast() 2853 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) && in CreatePointerCast() [all …]
|
| D | Verifier.cpp | 2577 Assert(SrcTy->isIntOrIntVectorTy(), "Trunc only operates on integer", &I); in visitTruncInst() 2578 Assert(DestTy->isIntOrIntVectorTy(), "Trunc only produces integer", &I); in visitTruncInst() 2592 Assert(SrcTy->isIntOrIntVectorTy(), "ZExt only operates on integer", &I); in visitZExtInst() 2593 Assert(DestTy->isIntOrIntVectorTy(), "ZExt only produces an integer", &I); in visitZExtInst() 2613 Assert(SrcTy->isIntOrIntVectorTy(), "SExt only operates on integer", &I); in visitSExtInst() 2614 Assert(DestTy->isIntOrIntVectorTy(), "SExt only produces an integer", &I); in visitSExtInst() 2667 Assert(SrcTy->isIntOrIntVectorTy(), in visitUIToFPInst() 2690 Assert(SrcTy->isIntOrIntVectorTy(), in visitSIToFPInst() 2715 Assert(DestTy->isIntOrIntVectorTy(), in visitFPToUIInst() 2738 Assert(DestTy->isIntOrIntVectorTy(), in visitFPToSIInst() [all …]
|
| D | Type.cpp | 560 if (!V->getType()->isIntOrIntVectorTy(32)) in indexValid() 570 return V->getType()->isIntOrIntVectorTy(); in indexValid()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | DerivedTypes.h | 478 assert(VTy->isIntOrIntVectorTy() && "VTy expected to be a vector of ints."); in getExtendedElementVectorType() 617 isIntOrIntVectorTy() && in getExtendedType() 627 isIntOrIntVectorTy() && in getWithNewBitWidth()
|
| D | Type.h | 203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); } in isIntOrIntVectorTy() function 207 bool isIntOrIntVectorTy(unsigned BitWidth) const { in isIntOrIntVectorTy() function
|
| D | IRBuilder.h | 2021 assert(V->getType()->isIntOrIntVectorTy() && 2022 DestTy->isIntOrIntVectorTy() && 2036 assert(V->getType()->isIntOrIntVectorTy() && 2037 DestTy->isIntOrIntVectorTy() && 2183 if (V->getType()->isPtrOrPtrVectorTy() && DestTy->isIntOrIntVectorTy()) 2185 if (V->getType()->isIntOrIntVectorTy() && DestTy->isPtrOrPtrVectorTy())
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 332 if (I.getType()->isIntOrIntVectorTy(1)) in visitMul() 359 if (match(Op0, m_ZExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1)) in visitMul() 361 if (match(Op1, m_ZExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1)) in visitMul() 765 assert(!Ty->isIntOrIntVectorTy(1) && "i1 divide not removed?"); in commonIDivTransforms() 991 if (match(Op1, m_SExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1)) { in visitUDiv() 1065 (match(Op1, m_SExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1))) in visitSDiv() 1396 if (match(Op1, m_SExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1)) { in visitURem()
|
| D | InstCombineAndOrXor.cpp | 1548 if (!SrcTy->isIntOrIntVectorTy()) in foldCastedBitwiseLogic() 1956 A->getType()->isIntOrIntVectorTy(1)) in visitAnd() 1959 A->getType()->isIntOrIntVectorTy(1)) in visitAnd() 2113 if (!Ty->isIntOrIntVectorTy() || !B->getType()->isIntOrIntVectorTy()) in getSelectCondition() 2123 if (Ty->isIntOrIntVectorTy(1)) in getSelectCondition() 2139 Cond->getType()->isIntOrIntVectorTy(1) && in getSelectCondition() 2156 Cond->getType()->isIntOrIntVectorTy(1) && in getSelectCondition() 2680 A->getType()->isIntOrIntVectorTy(1)) in visitOr() 2683 A->getType()->isIntOrIntVectorTy(1)) in visitOr() 2824 LHS0->getType()->isIntOrIntVectorTy()) { in foldXorOfICmps()
|
| D | InstCombineSelect.cpp | 545 if (!CmpRHS->getType()->isIntOrIntVectorTy()) in foldSelectICmpLshrAshr() 592 if (!TrueVal->getType()->isIntOrIntVectorTy() || in foldSelectICmpAndOr() 1892 if (!SmallType->isIntOrIntVectorTy(1) && in foldSelectExtConst() 2221 if (!LHS->getType()->isIntOrIntVectorTy()) in factorizeMinMaxTree() 2375 if (SelType->isIntOrIntVectorTy(1) && in visitSelectInst() 2417 if (SelType->isIntOrIntVectorTy() && in visitSelectInst() 2535 if (SelType->isIntOrIntVectorTy() || SelType->isFPOrFPVectorTy()) { in visitSelectInst()
|
| D | InstCombineAddSub.cpp | 1274 if (Ty->isIntOrIntVectorTy(1)) in visitAdd() 1710 if (I.getType()->isIntOrIntVectorTy(1)) in visitSub() 1739 if (match(Op1, m_ZExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1)) { in visitSub() 1746 if (match(Op1, m_SExt(m_Value(X))) && X->getType()->isIntOrIntVectorTy(1)) { in visitSub() 2003 if (match(Op1, m_ZExt(m_Value(Y))) && Y->getType()->isIntOrIntVectorTy(1)) { in visitSub()
|
| D | InstCombineSimplifyDemanded.cpp | 126 (!VTy->isIntOrIntVectorTy() || VTy->getScalarSizeInBits() == BitWidth) && in SimplifyDemandedUseBits() 405 if (!I->getOperand(0)->getType()->isIntOrIntVectorTy()) in SimplifyDemandedUseBits()
|
| /third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
| D | metadata.hpp | 113 if (type->isIntOrIntVectorTy()) { in get_type_kernel_metadata()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | Type.h | 201 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); } in isIntOrIntVectorTy() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
| D | AggressiveInstCombine.cpp | 270 if (!Ty->isIntOrIntVectorTy()) in tryToRecognizePopCount()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 891 if (Opcode == Instruction::InsertElement && Val->isIntOrIntVectorTy(64)) in getVectorInstrCost() 898 if (Index == 0 && Val->isIntOrIntVectorTy()) in getVectorInstrCost()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | LoadStoreVectorizer.cpp | 948 if (StoreTy->isIntOrIntVectorTy()) in vectorizeStoreChain() 1099 if (LoadTy->isIntOrIntVectorTy()) in vectorizeLoadChain()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | IntrinsicLowering.cpp | 55 assert(V->getType()->isIntOrIntVectorTy() && "Can't bswap a non-integer type!"); in LowerBSWAP()
|
| D | ValueTypes.cpp | 50 return LLVMTy->isIntOrIntVectorTy(); in isExtendedInteger()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 3411 if (!Val0->getType()->isIntOrIntVectorTy() && in ParseValID() 3500 if (!Val0->getType()->isIntOrIntVectorTy()) in ParseValID() 3538 if (!Val0->getType()->isIntOrIntVectorTy()) in ParseValID() 3594 if (!ValTy->isIntOrIntVectorTy()) in ParseValID() 6342 : LHS->getType()->isIntOrIntVectorTy(); in ParseUnaryOp() 6487 : LHS->getType()->isIntOrIntVectorTy(); in ParseArithmetic() 6506 if (!LHS->getType()->isIntOrIntVectorTy()) in ParseLogical() 6534 if (!LHS->getType()->isIntOrIntVectorTy() && in ParseCompare() 7235 if (!Val->getType()->isIntOrIntVectorTy()) in ParseGetElementPtr()
|