Searched refs:bitsGE (Results 1 – 16 of 16) sorted by relevance
287 bool bitsGE(EVT VT) const { in bitsGE() function
413 bool bitsGE(MVT VT) const { in bitsGE() function
1193 if (Ptr->getOpcode() != AMDGPUISD::DWORDADDR && VT.bitsGE(MVT::i32)) { in LowerSTORE()
3989 if (SrcVT.bitsGE(ExtVT)) { in performAssertSZExtCombine()
403 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()5036 if (NVT.bitsGE(SVT)) in ConvertNodeToLibcall()5078 if (NVT.bitsGE(RVT)) in ConvertNodeToLibcall()
1092 if (NVT.bitsGE(SVT)) in SoftenFloatRes_XINT_TO_FP()1272 if (Promoted.bitsGE(RetVT)) in findFPToIntLibcall()
843 if (SVT.bitsGE(NVT)) { in PromoteIntRes_EXTRACT_VECTOR_ELT()2792 if (ResVT.bitsGE(EltVT)) in PromoteIntOp_VECREDUCE()2821 if (VT.bitsGE(EltVT)) in PromoteIntOp_VP_REDUCE()
706 PartEVT.getVectorElementType().bitsGE( in getCopyToPartsVector()8639 assert(EVLParamVT.isScalarInteger() && EVLParamVT.bitsGE(MVT::i32) && in visitVPCmp()8667 assert(EVLParamVT.isScalarInteger() && EVLParamVT.bitsGE(MVT::i32) && in visitVectorPredicationIntrinsic()
8506 assert(NVT.bitsGE(VT)); in getMemcpyLoadsAndStores()12585 assert(CVT.bitsGE(VecEltVT) && "Illegal splat_vector element extension"); in isConstOrConstSplat()12601 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat()
6959 ExtVT.bitsGE(Load->getMemoryVT())) in SearchForAndLoads()6980 if (ExtVT.bitsGE(VT)) in SearchForAndLoads()23216 MaxEltVT = MaxEltVT.bitsGE(EltVT) ? MaxEltVT : EltVT; in visitINSERT_VECTOR_ELT()28568 if (!isNullConstant(N3) || !XType.bitsGE(AType)) in foldSelectCCToShiftAnd()
3902 assert(N->getValueType(0).bitsGE(EltVT) && "Illegal EXTRACT_VECTOR_ELT."); in SplitVecOp_EXTRACT_VECTOR_ELT()
2775 if (LaneT.bitsGE(MVT::i32)) in unrollVectorShift()
7861 ContainerVT.bitsGE(RISCVTargetLowering::getM1VT(ContainerVT))) { in LowerOperation()16445 if (Opc == RISCVISD::FMV_X_ANYEXTH && SrcVT.bitsGE(MVT::i16) && in performSIGN_EXTEND_INREGCombine()
29488 if (VT.bitsGE(MVT::i32)) { in LowerABD()52095 if (!N->hasOneUse() || !N->getSimpleValueType(0).bitsGE(MVT::i32) || in combineOrCmpEqZeroToCtlzSrl()52105 N->getOperand(1).getValueType().bitsGE(MVT::i32); in combineOrCmpEqZeroToCtlzSrl()
29546 if (VT.bitsGE(SrcVT)) { in LowerFixedLengthIntToFPToSVE()
14448 {"_ZNK4llvm3EVT6bitsGEES0_", "llvm::EVT::bitsGE(llvm::EVT) const"},