Home
last modified time | relevance | path

Searched defs:Added (Results 1 – 23 of 23) sorted by relevance

/freebsd-14-stable/contrib/libdivsufsort/
HDCHANGELOG.md16 ### Added subsection
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunctionPass.cpp148 StringRef Added = Color ? "\033[32m+%l\033[0m\n" : "+%l\n"; in runOnFunction() local
HDMachineInstrBundle.cpp209 SmallSet<Register, 32> Added; in finalizeBundle() local
HDRegisterCoalescer.cpp795 LiveRange::Segment Added = LiveRange::Segment(S.start, S.end, DstValNo); in addSegmentsWithValNo() local
HDMachinePipeliner.cpp1654 BitVector Added(SUnits.size()); in createAdjacencyStructure() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonCopyToCombine.cpp313 bool Added = KillingInstr->addRegisterKilled(KilledOperand, TRI, true); in isSafeToMoveTogether() local
378 bool Added = I1.addRegisterKilled(KilledOperand, TRI); in isSafeToMoveTogether() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDGenericCycleImpl.h352 bool Added = BlockDFSInfo.try_emplace(Block, ++Counter).second; in dfs() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVCompare.cpp26 enum class LVCompareIndex { Header, Expected, Missing, Added }; enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDWindowsResource.cpp431 bool Added = Node.addDataChild(Entry.Identifier.ID, Table.MajorVersion, in addChildren() local
503 bool Added = addDataChild(Entry.getLanguage(), Entry.getMajorVersion(), in addLanguageNode() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVObject.h89 enum class LVComparePass { Missing, Added }; enumerator
HDLVOptions.h201 bool Added = false; // Added elements found during comparison. variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopCacheAnalysis.cpp635 bool Added = false; in populateReferenceGroups() local
HDMemorySSAUpdater.cpp931 SmallSetVector<BasicBlock *, 2> Added; in applyInsertUpdates() member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDScheduleDAGFast.cpp445 bool Added = false; in CheckForLiveRegDef() local
HDSelectionDAGISel.cpp854 SmallPtrSet<SDNode *, 16> Added; in ComputeLiveOutVRegInfo() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDBuildTree.cpp326 bool Added = Nodes.insert({From, To}).second; in add() local
335 bool Added = NNSNodes.insert({From, To}).second; in add() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDConstraintElimination.cpp1568 bool Added = false; in addFact() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp1347 AddedStructorArgCounts Added; in buildStructorSignature() local
2043 bool Added; in enumerateVBTables() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUIGroupLP.cpp2463 bool Added = tryAddEdge(A, B); in link() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.cpp2054 bool Added = false; in getFPFusedMultiplyPatterns() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Passes/
HDStandardInstrumentations.cpp1554 const std::string Added = UseColour ? "\033[32m+%l\033[0m\n" : "+%l\n"; in handleFunctionCompare() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDCore.cpp247 bool Added = QueryRegistrations[&JD].insert(std::move(Name)).second; in addQueryDependence() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h485 enum class Kind { Added, Removed, ConditionMismatch }; enumerator