Home
last modified time | relevance | path

Searched refs:Remaining (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DMerge.cpp129 uint32_t Remaining = Req.Limit.value_or(std::numeric_limits<uint32_t>::max()); in refs() local
136 assert(Remaining != 0); in refs()
137 --Remaining; in refs()
139 if (Remaining == 0 && More) in refs()
148 if (Remaining == 0) { in refs()
152 --Remaining; in refs()
169 uint32_t Remaining = Req.Limit.value_or(std::numeric_limits<uint32_t>::max()); in relations() local
177 --Remaining; in relations()
179 if (Remaining == 0) in relations()
182 if (Remaining > 0 && in relations()
[all …]
H A DMemIndex.cpp71 uint32_t Remaining = Req.Limit.value_or(std::numeric_limits<uint32_t>::max()); in refs() local
79 if (Remaining == 0) in refs()
81 --Remaining; in refs()
91 uint32_t Remaining = Req.Limit.value_or(std::numeric_limits<uint32_t>::max()); in relations() local
98 if (Remaining > 0) { in relations()
99 --Remaining; in relations()
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dsimple_packed_serialization.h54 SPSOutputBuffer(char *Buffer, size_t Remaining) in SPSOutputBuffer() argument
55 : Buffer(Buffer), Remaining(Remaining) {} in SPSOutputBuffer()
57 if (Size > Remaining) in write()
61 Remaining -= Size; in write()
67 size_t Remaining = 0; variable
75 : Buffer(Buffer), Remaining(Remaining) {} in SPSInputBuffer()
77 if (Size > Remaining) in read()
81 Remaining -= Size; in read()
87 if (Size > Remaining) in skip()
90 Remaining -= Size; in skip()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimplePackedSerialization.h56 SPSOutputBuffer(char *Buffer, size_t Remaining) in SPSOutputBuffer() argument
57 : Buffer(Buffer), Remaining(Remaining) {} in SPSOutputBuffer()
60 if (Size > Remaining) in write()
64 Remaining -= Size; in write()
70 size_t Remaining = 0; variable
78 : Buffer(Buffer), Remaining(Remaining) {} in SPSInputBuffer()
80 if (Size > Remaining) in read()
84 Remaining -= Size; in read()
90 if (Size > Remaining) in skip()
93 Remaining -= Size; in skip()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/
H A DDex.cpp303 uint32_t Remaining = Req.Limit.value_or(std::numeric_limits<uint32_t>::max()); in refs() local
308 if (Remaining == 0) in refs()
310 --Remaining; in refs()
320 uint32_t Remaining = Req.Limit.value_or(std::numeric_limits<uint32_t>::max()); in relations() local
327 if (Remaining > 0) { in relations()
328 --Remaining; in relations()
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dfunction-count-update-3.ll16 ; Remaining count of e = C3 - 100 = 500 - 100 = 400
17 ; Remaining count of c = C4 - C1 - C5 = 500 - 200 - 300 = 0
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Drelocatable-discard.s10 ## Remaining reference was invalid and caused the crash.
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp572 StringRef Remaining; member in __anon15e480690311::LineConsumer
584 Remaining = ""; in LineConsumer()
587 Remaining = Buffer->getBuffer(); in LineConsumer()
590 bool empty() { return Remaining.empty(); } in empty()
596 std::tie(Line, Remaining) = Remaining.split("\n"); in printNext()
H A DInstrProfReader.cpp587 size_t Remaining = BIEnd - BI; in printBinaryIds() local
590 if (Remaining < sizeof(uint64_t)) in printBinaryIds()
599 if (Remaining < sizeof(BinaryIdLen) + BinaryIdLen) in printBinaryIds()
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dlto-set-conditional.s32 # Remaining conditional symbols are emitted immediately
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp386 Value *Remaining = Builder.CreateSub(Processed, Factor); in InsertVCTPIntrinsic() local
387 Processed->addIncoming(Remaining, L->getLoopLatch()); in InsertVCTPIntrinsic()
/llvm-project-15.0.7/polly/lib/Transform/
H A DFlattenAlgo.cpp257 auto Remaining = scheduleProjectOut(Schedule, 0, 1); in tryFlattenLoop() local
258 auto SubSchedule = flattenSchedule(Remaining); in tryFlattenLoop()
/llvm-project-15.0.7/llvm/test/MC/MachO/
H A Dlto-set-conditional.s41 # Remaining conditional symbols are emitted immediately
/llvm-project-15.0.7/lldb/utils/lldb-dotest/
H A DCMakeLists.txt39 # Remaining ones must be paths to the provided LLVM build-tree.
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dasin.cl33 // accuracy. Remaining argument ranges are handled as follows.
99 // accuracy. Remaining argument ranges are handled as follows.
H A Dasinpi.cl33 // accuracy. Remaining argument ranges are handled as follows.
102 // accuracy. Remaining argument ranges are handled as follows.
H A Dacos.cl32 // Remaining argument ranges are handled as follows.
101 // Remaining argument ranges are handled as follows.
H A Dacospi.cl33 // Remaining argument ranges are handled as follows.
101 // Remaining argument ranges are handled as follows.
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp118 StringRef Token, Remaining; in getTokenForError() local
120 std::tie(Token, Remaining) = parseSymbol(Expr); in getTokenForError()
122 std::tie(Token, Remaining) = parseNumberString(Expr); in getTokenForError()
/llvm-project-15.0.7/lldb/test/API/
H A DCMakeLists.txt139 # Remaining ones must be paths to the provided LLVM build-tree.
/llvm-project-15.0.7/mlir/docs/
H A DSPIRVToLLVMDialectConversion.md691 // Remaining code ^contin…
692 // Remaining code
716 // Remaining code ^remaining:
717 // Remaining code
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAsmStreamer.cpp1262 unsigned Remaining = Size - Emitted; in emitValueImpl() local
1265 unsigned EmissionSize = PowerOf2Floor(std::min(Remaining, Size - 1)); in emitValueImpl()
1269 IsLittleEndian ? Emitted : (Remaining - EmissionSize); in emitValueImpl()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp1144 const StringRef Remaining = ArgString.substr(StartPos); in ExpandBasePaths() local
1145 if (!Remaining.empty()) in ExpandBasePaths()
1146 llvm::sys::path::append(ResponseFile, Remaining); in ExpandBasePaths()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ScheduleSLM.td463 // Remaining SLM instrs.
/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp37 Error Remaining = in checkError() local
45 EXPECT_FALSE(Remaining); in checkError()

12