Searched refs:bitsLE (Results 1 – 10 of 10) sorted by relevance
196 bool bitsLE(EVT VT) const { in bitsLE() function
464 bool bitsLE(MVT VT) const { in bitsLE() function
1162 assert(LD->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatRes_LOAD()1192 if (SrcVT.bitsLE(MVT::i32)) { in ExpandFloatRes_XINT_TO_FP()1201 if (SrcVT.bitsLE(MVT::i64)) { in ExpandFloatRes_XINT_TO_FP()1205 } else if (SrcVT.bitsLE(MVT::i128)) { in ExpandFloatRes_XINT_TO_FP()1480 assert(ST->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatOp_STORE()
422 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!"); in PromoteIntRes_INT_EXTEND()567 assert(NVT.bitsLE(SVT) && "Integer type overpromoted?"); in PromoteIntRes_SETCC()1693 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ANY_EXTEND()1869 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntRes_LOAD()2172 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_SIGN_EXTEND()2204 if (EVT.bitsLE(Lo.getValueType())) { in ExpandIntRes_SIGN_EXTEND_INREG()2410 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ZERO_EXTEND()2720 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntOp_STORE()
871 EltVT.bitsLE(I->getValueType()))) && in VerifyNodeCommon()1017 if (VT.bitsLE(Op.getValueType())) in getBoolExtOrTrunc()2891 VT.getVectorElementType().bitsLE(Operand.getValueType()))) && in getNode()3219 assert(EVT.bitsLE(VT) && "Not rounding down!"); in getNode()3227 VT.bitsLE(N1.getValueType()) && in getNode()3240 assert(EVT.bitsLE(VT) && "Not extending!"); in getNode()3255 assert(EVT.bitsLE(VT) && "Not extending!"); in getNode()
1467 isTypeLegal(VT) && VT.bitsLE(N0.getValueType())) { in SimplifySetCC()1639 (isTypeLegal(VT) && VT.bitsLE(N0.getValueType()))) && in SimplifySetCC()
310 bool Smaller = ValueVT.bitsLE(PartEVT); in getCopyFromPartsVector()331 bool Smaller = ValueVT.bitsLE(PartEVT); in getCopyFromPartsVector()511 bool Smaller = PartEVT.bitsLE(ValueVT); in getCopyToPartsVector()521 bool Smaller = ValueVT.bitsLE(PartVT); in getCopyToPartsVector()
10398 EVT MinTy = SclTy0.bitsLE(SclTy1) ? SclTy0 : SclTy1; in visitCONCAT_VECTORS()
275 if (VT.getVectorNumElements() != 1 && VT.getScalarType().bitsLE(MVT::i16)) in getPreferredVectorAction()
1358 assert(VT.bitsLE(MVT::i32)); in LowerSTORE()