Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h257 bool bitsGE(EVT VT) const { in bitsGE() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMachineValueType.h1073 bool bitsGE(MVT VT) const { in bitsGE() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp404 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
4184 if (NVT.bitsGE(SVT)) in ConvertNodeToLibcall()
4227 if (NVT.bitsGE(RVT)) in ConvertNodeToLibcall()
H A DLegalizeFloatTypes.cpp764 if (NVT.bitsGE(SVT)) in SoftenFloatRes_XINT_TO_FP()
927 if (Promoted.bitsGE(RetVT)) in findFPToIntLibcall()
H A DSelectionDAG.cpp6443 assert(NVT.bitsGE(VT)); in getMemcpyLoadsAndStores()
9501 assert(CVT.bitsGE(VecEltVT) && "Illegal splat_vector element extension"); in isConstOrConstSplat()
9516 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat()
9540 assert(CVT.bitsGE(NSVT) && "Illegal build vector element extension"); in isConstOrConstSplat()
H A DLegalizeIntegerTypes.cpp576 if (SVT.bitsGE(NVT)) { in PromoteIntRes_EXTRACT_VECTOR_ELT()
2017 if (VT.bitsGE(EltVT)) in PromoteIntOp_VECREDUCE()
H A DSelectionDAGBuilder.cpp666 PartEVT.getVectorElementType().bitsGE( in getCopyToPartsVector()
732 } else if (BuiltVectorTy.getVectorElementType().bitsGE( in getCopyToPartsVector()
H A DDAGCombiner.cpp5347 ExtVT.bitsGE(Load->getMemoryVT())) in SearchForAndLoads()
5368 if (ExtVT.bitsGE(VT)) in SearchForAndLoads()
22128 if (!isNullConstant(N3) || !XType.bitsGE(AType)) in foldSelectCCToShiftAnd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1978 if (LaneT.bitsGE(MVT::i32)) in unrollVectorShift()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1223 } else if (Ptr->getOpcode() != AMDGPUISD::DWORDADDR && VT.bitsGE(MVT::i32)) { in LowerSTORE()
H A DAMDGPUISelLowering.cpp2991 if (SrcVT.bitsGE(ExtVT)) { in performAssertSZExtCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4381 if (VT.bitsGE(IndexVT)) { in lowerMGATHER()
4462 if (VT.bitsGE(IndexVT)) { in lowerMSCATTER()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44824 if (!N->hasOneUse() || !N->getSimpleValueType(0).bitsGE(MVT::i32) || in combineOrCmpEqZeroToCtlzSrl()
44834 N->getOperand(1).getValueType().bitsGE(MVT::i32); in combineOrCmpEqZeroToCtlzSrl()