Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4752 unsigned MinWidth = -1U; in getSmallestAndWidestTypes() local
4773 MinWidth = std::min<unsigned>( in getSmallestAndWidestTypes()
4774 MinWidth, DL.getTypeSizeInBits(T->getScalarType()).getFixedValue()); in getSmallestAndWidestTypes()
4779 return {MinWidth, MaxWidth}; in getSmallestAndWidestTypes()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4778 unsigned MinWidth = NegMaskVal.getSignificantBits(); in shrinkAndImmediate() local
4779 if (MinWidth > 32 || (MinWidth > 8 && MaskVal.getSignificantBits() <= 32)) in shrinkAndImmediate()
/src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1707 unsigned MinWidth = Target->getLargeArrayMinWidth(); in getDeclAlign() local
1708 if (!ForAlignof && MinWidth) { in getDeclAlign()
1712 MinWidth <= getTypeSize(cast<ConstantArrayType>(arrayType))) in getDeclAlign()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1060 unsigned MinWidth = in combineShiftToAVG() local
1062 EVT NVT = EVT::getIntegerVT(*DAG.getContext(), llvm::bit_ceil(MinWidth)); in combineShiftToAVG()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp792 unsigned MinWidth = Type.Width + (Signed && !Type.Signed); in EncompassingIntegerType() local
793 if (Width < MinWidth) { in EncompassingIntegerType()
794 Width = MinWidth; in EncompassingIntegerType()