Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DValueTypes.h264 bool bitsGE(EVT VT) const { in bitsGE() function
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DMachineValueType.h1203 bool bitsGE(MVT VT) const { in bitsGE() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp784 if (NVT.bitsGE(SVT)) in SoftenFloatRes_XINT_TO_FP()
956 if (Promoted.bitsGE(RetVT)) in findFPToIntLibcall()
H A DLegalizeDAG.cpp406 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
4294 if (NVT.bitsGE(SVT)) in ConvertNodeToLibcall()
4337 if (NVT.bitsGE(RVT)) in ConvertNodeToLibcall()
H A DLegalizeIntegerTypes.cpp655 if (SVT.bitsGE(NVT)) { in PromoteIntRes_EXTRACT_VECTOR_ELT()
2304 if (ResVT.bitsGE(EltVT)) in PromoteIntOp_VECREDUCE()
2333 if (VT.bitsGE(EltVT)) in PromoteIntOp_VP_REDUCE()
H A DSelectionDAG.cpp7104 assert(NVT.bitsGE(VT)); in getMemcpyLoadsAndStores()
11009 assert(CVT.bitsGE(VecEltVT) && "Illegal splat_vector element extension"); in isConstOrConstSplat()
11025 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat()
H A DSelectionDAGBuilder.cpp674 PartEVT.getVectorElementType().bitsGE( in getCopyToPartsVector()
7678 assert(EVLParamVT.isScalarInteger() && EVLParamVT.bitsGE(MVT::i32) && in visitVPCmp()
7706 assert(EVLParamVT.isScalarInteger() && EVLParamVT.bitsGE(MVT::i32) && in visitVectorPredicationIntrinsic()
H A DDAGCombiner.cpp5888 ExtVT.bitsGE(Load->getMemoryVT())) in SearchForAndLoads()
5909 if (ExtVT.bitsGE(VT)) in SearchForAndLoads()
20273 MaxEltVT = MaxEltVT.bitsGE(EltVT) ? MaxEltVT : EltVT; in visitINSERT_VECTOR_ELT()
25339 if (!isNullConstant(N3) || !XType.bitsGE(AType)) in foldSelectCCToShiftAnd()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1194 } else if (Ptr->getOpcode() != AMDGPUISD::DWORDADDR && VT.bitsGE(MVT::i32)) { in LowerSTORE()
H A DAMDGPUISelLowering.cpp3103 if (SrcVT.bitsGE(ExtVT)) { in performAssertSZExtCombine()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2258 if (LaneT.bitsGE(MVT::i32)) in unrollVectorShift()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8945 cast<VTSDNode>(N->getOperand(1))->getVT().bitsGE(MVT::i16)) in performSIGN_EXTEND_INREGCombine()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23617 if (VT.bitsGE(SrcVT)) { in LowerFixedLengthIntToFPToSVE()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49571 if (!N->hasOneUse() || !N->getSimpleValueType(0).bitsGE(MVT::i32) || in combineOrCmpEqZeroToCtlzSrl()
49581 N->getOperand(1).getValueType().bitsGE(MVT::i32); in combineOrCmpEqZeroToCtlzSrl()