Home
last modified time | relevance | path

Searched refs:MinWidth (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4521 unsigned MinWidth = -1U; in getSmallestAndWidestTypes() local
4532 MinWidth = std::min( in getSmallestAndWidestTypes()
4533 MinWidth, in getSmallestAndWidestTypes()
4541 MinWidth = std::min<unsigned>( in getSmallestAndWidestTypes()
4542 MinWidth, DL.getTypeSizeInBits(T->getScalarType()).getFixedValue()); in getSmallestAndWidestTypes()
4547 return {MinWidth, MaxWidth}; in getSmallestAndWidestTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4844 unsigned MinWidth = NegMaskVal.getSignificantBits(); in shrinkAndImmediate() local
4845 if (MinWidth > 32 || (MinWidth > 8 && MaskVal.getSignificantBits() <= 32)) in shrinkAndImmediate()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp894 unsigned MinWidth = Type.Width + (Signed && !Type.Signed); in EncompassingIntegerType() local
895 if (Width < MinWidth) { in EncompassingIntegerType()
896 Width = MinWidth; in EncompassingIntegerType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1861 unsigned MinWidth = Target->getLargeArrayMinWidth(); in getDeclAlign() local
1862 if (!ForAlignof && MinWidth) { in getDeclAlign()
1866 MinWidth <= getTypeSize(cast<ConstantArrayType>(arrayType))) in getDeclAlign()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1115 unsigned MinWidth = in combineShiftToAVG() local
1117 EVT NVT = EVT::getIntegerVT(*DAG.getContext(), llvm::bit_ceil(MinWidth)); in combineShiftToAVG()