Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.h235 bool bitsGE(EVT VT) const { in bitsGE() function
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DMachineValueType.h777 bool bitsGE(MVT VT) const { in bitsGE() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp614 assert(WideVT.bitsGE(SrcEltVT) && in ExpandLoad()
H A DLegalizeFloatTypes.cpp722 if (NVT.bitsGE(SVT)) in SoftenFloatRes_XINT_TO_FP()
946 if (NVT.bitsGE(RVT)) in SoftenFloatOp_FP_TO_XINT()
H A DLegalizeIntegerTypes.cpp457 if (SVT.bitsGE(NVT)) { in PromoteIntRes_EXTRACT_VECTOR_ELT()
H A DLegalizeDAG.cpp390 (EltVT.isInteger() && Val.getValueType().bitsGE(EltVT))) { in ExpandINSERT_VECTOR_ELT()
H A DDAGCombiner.cpp4345 ExtVT.bitsGE(Load->getMemoryVT())) in SearchForAndLoads()
4366 if (ExtVT.bitsGE(VT)) in SearchForAndLoads()
18434 if (!isNullConstant(N3) || !XType.bitsGE(AType)) in foldSelectCCToShiftAnd()
H A DSelectionDAG.cpp5777 assert(NVT.bitsGE(VT)); in getMemcpyLoadsAndStores()
H A DSelectionDAGBuilder.cpp666 PartEVT.getVectorElementType().bitsGE( in getCopyToPartsVector()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1164 if (LaneT.bitsGE(MVT::i32)) in UnrollVectorShift()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1309 } else if (Ptr->getOpcode() != AMDGPUISD::DWORDADDR && VT.bitsGE(MVT::i32)) { in LowerSTORE()
H A DAMDGPUISelLowering.cpp2914 if (SrcVT.bitsGE(ExtVT)) { in performAssertSZExtCombine()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36625 if (!N->hasOneUse() || !N->getSimpleValueType(0).bitsGE(MVT::i32) || in combineOrCmpEqZeroToCtlzSrl()
36635 N->getOperand(1).getValueType().bitsGE(MVT::i32); in combineOrCmpEqZeroToCtlzSrl()