Searched defs:MaxWidth (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 246 unsigned MaxWidth = std::max(RowIdx->getType()->getScalarSizeInBits(), variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 868 CheckARMBuiltinExclusiveCall(unsigned BuiltinID,CallExpr * TheCall,unsigned MaxWidth) CheckARMBuiltinExclusiveCall() argument
|
H A D | SemaChecking.cpp | 9414 GetValueRange(ASTContext & C,llvm::APSInt & value,unsigned MaxWidth) GetValueRange() argument 9427 GetValueRange(ASTContext & C,APValue & result,QualType Ty,unsigned MaxWidth) GetValueRange() argument 9470 GetExprRange(ASTContext & C,const Expr * E,unsigned MaxWidth,bool InConstantContext,bool Approximate) GetExprRange() argument [all...] |
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 2733 size_t MaxWidth = 13; getMaxSectionNameWidth() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 2338 unsigned MaxWidth = std::max(Width0, Width1); typeExtendToWider() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5119 unsigned MaxWidth = 8; getSmallestAndWidestTypes() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 4724 unsigned MaxWidth = IsSigned LowerINT_TO_FP() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 11712 unsigned MaxWidth = ((SizeInBits == 512) && !Subtarget.hasBWI() ? 64 : 128); matchShuffleAsShift() local [all...] |