Searched refs:OutputSize (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TFUtils.cpp | 114 EvaluationResultImpl(size_t OutputSize) in EvaluationResultImpl() argument 115 : OutputSize(OutputSize), Output(OutputSize){}; in EvaluationResultImpl() 128 const size_t OutputSize; member in llvm::EvaluationResultImpl 140 size_t OutputSize() const { return OutputFeed.size(); } in OutputSize() function in llvm::TFModelEvaluatorImpl 377 std::make_unique<EvaluationResultImpl>(Impl->OutputSize()); in evaluate()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinarySection.h | 86 uint64_t OutputSize{0}; // Section size in the rewritten binary. 135 OutputSize = NewSize; in update() 176 OutputSize(Size), OutputContents(Contents) { in BinarySection() 390 uint64_t getOutputSize() const { return OutputSize; } in getOutputSize()
|
| H A D | BinaryFunction.h | 233 uint64_t OutputSize{0}; 1051 uint64_t getOutputSize() const { return OutputSize; } in getOutputSize() 1720 OutputSize = Size; in setOutputSize()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.cpp | 288 size_t OutputSize = std::min(OutStringSize-1, InsnStr.size()); in LLVMDisasmInstruction() local 289 std::memcpy(OutString, InsnStr.data(), OutputSize); in LLVMDisasmInstruction() 290 OutString[OutputSize] = '\0'; // Terminate string. in LLVMDisasmInstruction()
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/ |
| H A D | ranges_partial_sort_copy.pass.cpp | 132 constexpr size_t OutputSize = N + 1; in test_one() local 139 std::array<int, OutputSize> out; in test_one() 154 std::array<int, OutputSize> out; in test_one()
|
| /llvm-project-15.0.7/llvm/lib/Demangle/ |
| H A D | RustDemangle.cpp | 1112 size_t OutputSize = Output.getCurrentPosition(); in decodePunycode() local 1188 size_t NumPoints = (Output.getCurrentPosition() - OutputSize) / 4 + 1; in decodePunycode() 1200 Output.insert(OutputSize + I * 4, UTF8, 4); in decodePunycode() 1203 removeNullBytes(Output, OutputSize); in decodePunycode()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinarySection.cpp | 260 OutputSize = Contents.size(); in reorderContents()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1994 int OutputSize = (int)DestType->getScalarSizeInBits(); in foldItoFPtoI() local 1995 if (OutputSize > OpI->getType()->getFPMantissaWidth()) in foldItoFPtoI()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 14292 int OutputSize = N->getValueType(0).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/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 15699 unsigned OutputSize = (int)VT.getScalarSizeInBits(); in FoldIntToFPToInt() local 15700 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt()
|