/llvm-project/libc/benchmarks/automemcpy/include/automemcpy/ |
H A D | FunctionDescriptor.h |
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | CoalescingBitVector.h | 183 for (IntervalT Overlap : Overlaps) variable 197 for (IntervalT Overlap : Overlaps) { in intersectWithComplement() local 423 for (IntervalT Overlap : Overlaps) { in getNonOverlappingParts() local
|
/llvm-project/libc/test/src/string/ |
H A D | bcopy_test.cpp |
|
H A D | memmove_test.cpp | 94 for (int Overlap = -1; Overlap < Size;) { TEST() local
|
/llvm-project/libc/benchmarks/automemcpy/lib/ |
H A D | CodeGen.cpp |
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | InfiniteLoopCheck.cpp | 203 bool ContainsFunc = false, Overlap = false; in overlap() local
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 779 Overlap.Test.ValueCounts[ValueKind]); in overlapValueProfData() argument 748 overlap(InstrProfValueSiteRecord & Input,uint32_t ValueKind,OverlapStats & Overlap,OverlapStats & FuncLevelOverlap) overlap() argument 795 overlap(InstrProfRecord & Other,OverlapStats & Overlap,OverlapStats & FuncLevelOverlap,uint64_t ValueCutoff) overlap() argument [all...] |
H A D | InstrProfWriter.cpp | 214 overlapRecord(NamedInstrProfRecord && Other,OverlapStats & Overlap,OverlapStats & FuncLevelOverlap,const OverlapFuncFilters & FuncFilter) overlapRecord() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSplitModule.cpp | 550 float Overlap = calculateOverlap(CurFn.Dependencies, Fns); doPartitioning() local
|
H A D | SIShrinkInstructions.cpp | 590 LaneBitmask Overlap = TRI->getSubRegIndexLaneMask(SubReg) & instAccessReg() local
|
H A D | SIWholeQuadMode.cpp | 390 LaneBitmask Overlap = (UseLanes & OpLanes); markDefs() local
|
H A D | SIInstrInfo.cpp | 944 const bool Overlap = RI.regsOverlap(SrcReg, DestReg); copyPhysReg() local 1101 const bool Overlap = RI.regsOverlap(SrcReg, DestReg); copyPhysReg() local
|
/llvm-project/clang/lib/Tooling/Core/ |
H A D | Replacement.cpp | 306 auto Overlap = [](const Replacement &R1, const Replacement &R2) -> bool { in add() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FileIndexTests.cpp | 118 TEST(FileSymbolsTest, Overlap) { in TEST() argument
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 1165 bool Overlap = L1.overlaps(L2); coalesceRegisters() local
|
H A D | HexagonLoopIdiomRecognition.cpp | 2054 bool Overlap = false; processCopyingStore() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Selection.cpp | 121 auto Overlap = std::make_pair( in erase() local
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 753 CountSumOrPercent Overlap; global() member
|
/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 628 overlapInput(const std::string & BaseFilename,const std::string & TestFilename,WriterContext * WC,OverlapStats & Overlap,const OverlapFuncFilters & FuncFilter,raw_fd_ostream & OS,bool IsCS) overlapInput() argument 1725 OverlapStats Overlap; overlapInstrProfile() local [all...] |
/llvm-project/bolt/lib/Rewrite/ |
H A D | RewriteInstance.cpp | 424 checkOffsets(const typename ELFT::Phdr & Phdr,const typename ELFT::Shdr & Sec,bool & Overlap) checkOffsets() argument 446 checkVMA(const typename ELFT::Phdr & Phdr,const typename ELFT::Shdr & Sec,bool & Overlap) checkVMA() argument
|
/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 2404 bool Overlap = false; CheckDag() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 1921 Overlap = (Base == Reg); in LoadStoreMultipleOpti() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 761 SVal Overlap = CheckOverlap() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 2043 AggValueSlot::Overlap_t Overlap = AggValueSlot::MayOverlap; EmitExprAsInit() local
|
H A D | CGClass.cpp | 2200 EmitCXXConstructorCall(const CXXConstructorDecl * D,CXXCtorType Type,bool ForVirtualBase,bool Delegating,Address This,CallArgList & Args,AggValueSlot::Overlap_t Overlap,SourceLocation Loc,bool NewPointerIsChecked) EmitCXXConstructorCall() argument
|