/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 651 overlap(InstrProfValueSiteRecord & Input,uint32_t ValueKind,OverlapStats & Overlap,OverlapStats & FuncLevelOverlap) overlap() argument 682 overlapValueProfData(uint32_t ValueKind,InstrProfRecord & Other,OverlapStats & Overlap,OverlapStats & FuncLevelOverlap) overlapValueProfData() argument 698 overlap(InstrProfRecord & Other,OverlapStats & Overlap,OverlapStats & FuncLevelOverlap,uint64_t ValueCutoff) overlap() argument [all...] |
H A D | InstrProfWriter.cpp | 208 overlapRecord(NamedInstrProfRecord && Other,OverlapStats & Overlap,OverlapStats & FuncLevelOverlap,const OverlapFuncFilters & FuncFilter) overlapRecord() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Core/ |
H A D | Replacement.cpp | 306 auto Overlap = [](const Replacement &R1, const Replacement &R2) -> bool { in add() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIShrinkInstructions.cpp | 570 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 indirectCopyToAGPR(*this, MBB, MI, DL, DestReg, SrcReg, KillSrc, RS, Overlap); in copyPhysReg() local 1101 const bool CanKillSuperReg = KillSrc && !Overlap; in copyPhysReg() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 1162 bool Overlap = L1.overlaps(L2); coalesceRegisters() local
|
H A D | HexagonLoopIdiomRecognition.cpp | 2060 bool Overlap = false; processCopyingStore() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 620 CountSumOrPercent Overlap; global() member
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 590 overlapInput(const std::string & BaseFilename,const std::string & TestFilename,WriterContext * WC,OverlapStats & Overlap,const OverlapFuncFilters & FuncFilter,raw_fd_ostream & OS,bool IsCS) overlapInput() argument 1668 OverlapStats Overlap; overlapInstrProfile() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 2402 bool Overlap = false; CheckDag() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 1920 bool Overlap = false; LoadStoreMultipleOpti() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 1063 findRegisterDefOperandIdx(Register Reg,bool isDead,bool Overlap,const TargetRegisterInfo * TRI) const findRegisterDefOperandIdx() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 617 SVal Overlap = CheckOverlap() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 2024 AggValueSlot::Overlap_t Overlap = AggValueSlot::MayOverlap; EmitExprAsInit() local
|
H A D | CGClass.cpp | 2191 EmitCXXConstructorCall(const CXXConstructorDecl * D,CXXCtorType Type,bool ForVirtualBase,bool Delegating,Address This,CallArgList & Args,AggValueSlot::Overlap_t Overlap,SourceLocation Loc,bool NewPointerIsChecked) EmitCXXConstructorCall() argument
|