| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | Merge.cpp | 129 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 D | MemIndex.cpp | 71 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 D | simple_packed_serialization.h | 54 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 D | SimplePackedSerialization.h | 56 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 D | Dex.cpp | 303 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 D | function-count-update-3.ll | 16 ; 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 D | relocatable-discard.s | 10 ## Remaining reference was invalid and caused the crash.
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 572 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 D | InstrProfReader.cpp | 587 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 D | lto-set-conditional.s | 32 # Remaining conditional symbols are emitted immediately
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | MVETailPredication.cpp | 386 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 D | FlattenAlgo.cpp | 257 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 D | lto-set-conditional.s | 41 # Remaining conditional symbols are emitted immediately
|
| /llvm-project-15.0.7/lldb/utils/lldb-dotest/ |
| H A D | CMakeLists.txt | 39 # Remaining ones must be paths to the provided LLVM build-tree.
|
| /llvm-project-15.0.7/libclc/generic/lib/math/ |
| H A D | asin.cl | 33 // accuracy. Remaining argument ranges are handled as follows. 99 // accuracy. Remaining argument ranges are handled as follows.
|
| H A D | asinpi.cl | 33 // accuracy. Remaining argument ranges are handled as follows. 102 // accuracy. Remaining argument ranges are handled as follows.
|
| H A D | acos.cl | 32 // Remaining argument ranges are handled as follows. 101 // Remaining argument ranges are handled as follows.
|
| H A D | acospi.cl | 33 // 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 D | RuntimeDyldChecker.cpp | 118 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 D | CMakeLists.txt | 139 # Remaining ones must be paths to the provided LLVM build-tree.
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | SPIRVToLLVMDialectConversion.md | 691 // Remaining code ^contin… 692 // Remaining code 716 // Remaining code ^remaining: 717 // Remaining code
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 1262 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 D | CommandLine.cpp | 1144 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 D | X86ScheduleSLM.td | 463 // Remaining SLM instrs.
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/ |
| H A D | GSYMTest.cpp | 37 Error Remaining = in checkError() local 45 EXPECT_FALSE(Remaining); in checkError()
|