| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | AddressRanges.h | 107 size_t InputSize = Ranges.size(); in insert() local 115 if (InputSize < Ranges.size()) in insert() 117 else if (InputSize > Ranges.size()) in insert() 118 Values.erase(ValuesIt, ValuesIt + InputSize - Ranges.size()); in insert()
|
| H A D | APFloat.h | 672 unsigned int InputSize, bool IsSigned, 675 unsigned int InputSize, bool IsSigned, 1118 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger() argument 1121 convertFromSignExtendedInteger(Input, InputSize, IsSigned, RM)); in convertFromSignExtendedInteger() 1124 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger() argument 1127 convertFromZeroExtendedInteger(Input, InputSize, IsSigned, RM)); in convertFromZeroExtendedInteger()
|
| H A D | StringExtras.h | 239 size_t InputSize = Input.size(); in tryGetFromHex() local 240 assert(InputSize % 2 == 0); in tryGetFromHex() 242 for (size_t OutputIndex = 0; OutputIndex < InputSize / 2; ++OutputIndex) { in tryGetFromHex()
|
| /llvm-project-15.0.7/clang/lib/Interpreter/ |
| H A D | IncrementalParser.cpp | 225 size_t InputSize = input.size(); // don't include trailing 0 in Parse() local 228 llvm::WritableMemoryBuffer::getNewUninitMemBuffer(InputSize + 1, in Parse() 231 memcpy(MBStart, input.data(), InputSize); in Parse() 232 MBStart[InputSize] = '\n'; in Parse()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | APFloat.cpp | 4712 unsigned int InputSize, in convertFromSignExtendedInteger() argument 4716 auto Ret = Tmp.convertFromSignExtendedInteger(Input, InputSize, IsSigned, RM); in convertFromSignExtendedInteger() 4723 unsigned int InputSize, in convertFromZeroExtendedInteger() argument 4727 auto Ret = Tmp.convertFromZeroExtendedInteger(Input, InputSize, IsSigned, RM); in convertFromZeroExtendedInteger()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2450 uint64_t InputSize = getContext().getTypeSize(InputTy); in EmitAsmStmt() local 2451 if (getContext().getTypeSize(OutputType) < InputSize) { in EmitAsmStmt()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 6423 unsigned InputSize = IntTy->getScalarSizeInBits(); in foldFCmpIntToFPConst() local 6428 if ((int)InputSize > MantissaWidth) { in foldFCmpIntToFPConst() 6433 if (MaxExponent < (int)InputSize - !LHSUnsigned) in foldFCmpIntToFPConst() 6439 if (MantissaWidth <= Exp && Exp <= (int)InputSize - !LHSUnsigned) in foldFCmpIntToFPConst()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 14291 int InputSize = Input.getValueType().getScalarSizeInBits(); in combineBVOfVecSExt() local 14293 if (InputSize + OutputSize == 40) in combineBVOfVecSExt() 14295 else if (InputSize + OutputSize == 72) in combineBVOfVecSExt() 14297 else if (InputSize + OutputSize == 48) in combineBVOfVecSExt() 14299 else if (InputSize + OutputSize == 80) in combineBVOfVecSExt() 14301 else if (InputSize + OutputSize == 96) in combineBVOfVecSExt()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 9436 unsigned InputSize = Sources[S].Vec.getScalarValueSizeInBits(); in ReconstructShuffle() local 9437 unsigned InputBase = 16 * S + Lane * InputSize / 8; in ReconstructShuffle()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 15698 unsigned InputSize = (int)SrcVT.getScalarSizeInBits() - IsInputSigned; in FoldIntToFPToInt() local 15700 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt()
|