Home
last modified time | relevance | path

Searched refs:bitsLE (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h281 bool bitsLE(EVT VT) const { in bitsLE() function
H A DSelectionDAG.h812 VT.getVectorElementType().bitsLE(Op.getValueType()))) &&
828 VT.getVectorElementType().bitsLE(Op.getValueType()))) &&
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1625 assert(LD->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatRes_LOAD()
1662 if (SrcVT.bitsLE(MVT::i32)) { in ExpandFloatRes_XINT_TO_FP()
1674 if (SrcVT.bitsLE(MVT::i64)) { in ExpandFloatRes_XINT_TO_FP()
1678 } else if (SrcVT.bitsLE(MVT::i128)) { in ExpandFloatRes_XINT_TO_FP()
1694 if (isSigned || SrcVT.bitsLE(MVT::i32)) { in ExpandFloatRes_XINT_TO_FP()
1985 assert(ST->getMemoryVT().bitsLE(NVT) && "Float type not round?"); in ExpandFloatOp_STORE()
H A DLegalizeVectorOps.cpp1004 if (SrcVT.bitsLE(VT)) { in ExpandANY_EXTEND_VECTOR_INREG()
1063 if (SrcVT.bitsLE(VT)) { in ExpandZERO_EXTEND_VECTOR_INREG()
H A DLegalizeIntegerTypes.cpp666 assert(Res.getValueType().bitsLE(NVT) && "Extension doesn't make sense!"); in PromoteIntRes_INT_EXTEND()
2864 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ANY_EXTEND()
3227 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntRes_LOAD()
3879 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_SIGN_EXTEND()
3911 if (EVT.bitsLE(Lo.getValueType())) { in ExpandIntRes_SIGN_EXTEND_INREG()
4147 if (Op.getValueType().bitsLE(NVT)) { in ExpandIntRes_ZERO_EXTEND()
4584 if (N->getMemoryVT().bitsLE(NVT)) { in ExpandIntOp_STORE()
4719 assert(PromEltVT.bitsLE(NOutVTElem) && in PromoteIntRes_EXTRACT_SUBVECTOR()
H A DSelectionDAG.cpp954 EltVT.bitsLE(Op.getValueType()))) && in VerifySDNode()
1283 if (VT.bitsLE(Op.getValueType())) in getBoolExtOrTrunc()
1300 assert(VT.bitsLE(OpVT) && "Not extending!"); in getZeroExtendInReg()
4984 assert(Operand.getValueType().bitsLE(VT) && in getNode()
5025 VT.getVectorElementType().bitsLE(Operand.getValueType()))) && in getNode()
5720 VT.bitsLE(N1.getValueType()) && in getNode()
5734 assert(EVT.bitsLE(VT.getScalarType()) && "Not extending!"); in getNode()
5749 assert(EVT.bitsLE(VT) && "Not extending!"); in getNode()
5793 assert(cast<VTSDNode>(N2)->getVT().bitsLE(VT.getScalarType()) && in getNode()
H A DTargetLowering.cpp3807 isTypeLegal(VT) && VT.bitsLE(N0.getValueType()) && in SimplifySetCC()
4107 (VT == ShValTy || (isTypeLegal(VT) && VT.bitsLE(ShValTy))) && in SimplifySetCC()
H A DDAGCombiner.cpp5381 if (ExtVT.bitsLE(Load->getMemoryVT())) in SearchForAndLoads()
11719 assert(BigA_AssertVT.bitsLE(N0.getValueType()) && in visitAssertExt()
11739 assert(BigA_AssertVT.bitsLE(N0.getValueType()) && in visitAssertExt()
20074 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT; in visitCONCAT_VECTORS()
H A DLegalizeDAG.cpp2294 (DestVT.bitsLE(MVT::f64) || in ExpandLegalINT_TO_FP()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DMachineValueType.h1135 bool bitsLE(MVT VT) const { in bitsLE() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td880 return cast<VTSDNode>(N->getOperand(1))->getVT().bitsLE(MVT::i32);
884 return cast<VTSDNode>(N->getOperand(1))->getVT().bitsLE(MVT::i32);
H A DRISCVISelLowering.cpp1677 assert((ViaIntVT.bitsLE(XLenVT) || in lowerBUILD_VECTOR()
1680 if (ViaIntVT.bitsLE(XLenVT) || isInt<32>(SplatValue)) { in lowerBUILD_VECTOR()
1804 if (Scalar.getValueType().bitsLE(XLenVT)) { in lowerScalarSplat()
3602 if (Scalar.getValueType().bitsLE(XLenVT)) { in LowerINTRINSIC_WO_CHAIN()
3651 if (Scalar.getValueType().bitsLE(XLenVT)) in LowerINTRINSIC_WO_CHAIN()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1188 assert(VT.bitsLE(MVT::i32)); in LowerSTORE()
H A DAMDGPUISelLowering.cpp3419 if (Subtarget->has16BitInsts() && VT.getScalarType().bitsLE(MVT::i16)) in performMulCombine()
H A DSIISelLowering.cpp1612 VT.getScalarType().bitsLE(MVT::i16)) in getPreferredVectorAction()
5158 return Op.getValueType().bitsLE(VT) ? in getFPExtOrFPRound()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1364 return VT.bitsLE(MVT::i32) || Subtarget.atLeastM68020(); in decomposeMulByConstant()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15997 AVT.bitsLE(Ty); in PerformVECREDUCE_ADDCombine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25052 assert(MaskVT.bitsLE(Mask.getSimpleValueType()) && "Unexpected mask size!"); in getMaskNode()
28302 assert(EltVT.bitsLE(MVT::i64) && "Unexpected element type!"); in LowerScalarVariableShift()