Home
last modified time | relevance | path

Searched refs:bitsGE (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h265 bool bitsGE(EVT VT) const { in bitsGE() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DMachineValueType.h1121 bool bitsGE(MVT VT) const { in bitsGE() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp406 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
4173 if (NVT.bitsGE(SVT)) in ConvertNodeToLibcall()
4216 if (NVT.bitsGE(RVT)) in ConvertNodeToLibcall()
H A DLegalizeFloatTypes.cpp772 if (NVT.bitsGE(SVT)) in SoftenFloatRes_XINT_TO_FP()
935 if (Promoted.bitsGE(RetVT)) in findFPToIntLibcall()
H A DSelectionDAG.cpp6514 assert(NVT.bitsGE(VT)); in getMemcpyLoadsAndStores()
9586 assert(CVT.bitsGE(VecEltVT) && "Illegal splat_vector element extension"); in isConstOrConstSplat()
9601 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat()
9625 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat()
H A DLegalizeIntegerTypes.cpp580 if (SVT.bitsGE(NVT)) { in PromoteIntRes_EXTRACT_VECTOR_ELT()
2050 if (VT.bitsGE(EltVT)) in PromoteIntOp_VECREDUCE()
H A DSelectionDAGBuilder.cpp666 PartEVT.getVectorElementType().bitsGE( in getCopyToPartsVector()
732 } else if (BuiltVectorTy.getVectorElementType().bitsGE( in getCopyToPartsVector()
7347 assert(EVLParamVT.isScalarInteger() && EVLParamVT.bitsGE(MVT::i32) && in visitVectorPredicationIntrinsic()
H A DDAGCombiner.cpp5377 ExtVT.bitsGE(Load->getMemoryVT())) in SearchForAndLoads()
5398 if (ExtVT.bitsGE(VT)) in SearchForAndLoads()
22363 if (!isNullConstant(N3) || !XType.bitsGE(AType)) in foldSelectCCToShiftAnd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1223 } else if (Ptr->getOpcode() != AMDGPUISD::DWORDADDR && VT.bitsGE(MVT::i32)) { in LowerSTORE()
H A DAMDGPUISelLowering.cpp3090 if (SrcVT.bitsGE(ExtVT)) { in performAssertSZExtCombine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2081 if (LaneT.bitsGE(MVT::i32)) in unrollVectorShift()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4633 if (VT.bitsGE(IndexVT)) { in lowerMGATHER()
4714 if (VT.bitsGE(IndexVT)) { in lowerMSCATTER()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45145 if (!N->hasOneUse() || !N->getSimpleValueType(0).bitsGE(MVT::i32) || in combineOrCmpEqZeroToCtlzSrl()
45155 N->getOperand(1).getValueType().bitsGE(MVT::i32); in combineOrCmpEqZeroToCtlzSrl()