Searched defs:InputSize (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalParser.cpp | 314 size_t InputSize = input.size(); // don't include trailing 0 in Parse() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | DXContainer.cpp | 348 size_t InputSize = SigInputElements.Stride * InputCount; parse() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 1198 convertFromSignExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromSignExtendedInteger() argument 1204 convertFromZeroExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromZeroExtendedInteger() argument
|
H A D | StringExtras.h | 252 size_t InputSize = Input.size(); in tryGetFromHex() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 5033 convertFromSignExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromSignExtendedInteger() argument 5044 convertFromZeroExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromZeroExtendedInteger() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2594 uint64_t InputSize = getContext().getTypeSize(InputTy); EmitAsmStmt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 7275 unsigned InputSize = IntTy->getScalarSizeInBits(); foldFCmpIntToFPConst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 14746 int InputSize = Input.getValueType().getScalarSizeInBits(); combineBVOfVecSExt() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 11105 unsigned InputSize = Sources[S].Vec.getScalarValueSizeInBits(); ReconstructShuffle() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 17492 unsigned InputSize = (int)SrcVT.getScalarSizeInBits() - IsInputSigned; FoldIntToFPToInt() local [all...] |