Home
last modified time | relevance | path

Searched refs:HalfWidth (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.h40 HalfWidth = 16; in AVRTargetInfo()
H A DNVPTX.cpp108 HalfWidth = HostTarget->getHalfWidth(); in NVPTXTargetInfo()
H A DSPIR.h118 HalfWidth = HostTarget->getHalfWidth(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp110 HalfWidth = 16; in TargetInfo()
416 HalfWidth = HalfAlign = 16; in adjust()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h88 unsigned char HalfWidth, HalfAlign; member
735 unsigned getHalfWidth() const { return HalfWidth; } in getHalfWidth()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2918 unsigned HalfWidth = Width / 2; in matchOrConcat() local
2931 if (*C != HalfWidth || LowerSrc->getType() != UpperSrc->getType() || in matchOrConcat()
2932 LowerSrc->getType()->getScalarSizeInBits() != HalfWidth) in matchOrConcat()
2938 NewUpper = Builder.CreateShl(NewUpper, HalfWidth); in matchOrConcat()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1835 unsigned HalfWidth = BitWidth / 2; in SimplifyDemandedBits() local
1836 if ((BitWidth % 2) == 0 && !VT.isVector() && ShAmt < HalfWidth && in SimplifyDemandedBits()
1837 DemandedBits.countLeadingOnes() >= HalfWidth) { in SimplifyDemandedBits()
1838 EVT HalfVT = EVT::getIntegerVT(*TLO.DAG.getContext(), HalfWidth); in SimplifyDemandedBits()
1846 if (bool IsNUW = (Known.countMinLeadingZeros() >= HalfWidth)) { in SimplifyDemandedBits()
1847 bool IsNSW = Known.countMinSignBits() > HalfWidth; in SimplifyDemandedBits()