Home
last modified time | relevance | path

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

/freebsd/contrib/libdivsufsort/
H A DCHANGELOG.md16 ### Added subsection
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp148 StringRef Added = Color ? "\033[32m+%l\033[0m\n" : "+%l\n"; in runOnFunction() local
H A DMachineInstrBundle.cpp209 SmallSet<Register, 32> Added; in finalizeBundle() local
H A DRegisterCoalescer.cpp795 LiveRange::Segment Added = LiveRange::Segment(S.start, S.end, DstValNo); in addSegmentsWithValNo() local
H A DMachinePipeliner.cpp1654 BitVector Added(SUnits.size()); in createAdjacencyStructure() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp313 bool Added = KillingInstr->addRegisterKilled(KilledOperand, TRI, true); in isSafeToMoveTogether() local
378 bool Added = I1.addRegisterKilled(KilledOperand, TRI); in isSafeToMoveTogether() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h352 bool Added = BlockDFSInfo.try_emplace(Block, ++Counter).second; in dfs() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp26 enum class LVCompareIndex { Header, Expected, Missing, Added }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.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/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h89 enum class LVComparePass { Missing, Added }; enumerator
H A DLVOptions.h201 bool Added = false; // Added elements found during comparison. variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp445 bool Added = false; in CheckForLiveRegDef() local
H A DSelectionDAGISel.cpp854 SmallPtrSet<SDNode *, 16> Added; in ComputeLiveOutVRegInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp635 bool Added = false; in populateReferenceGroups() local
H A DMemorySSAUpdater.cpp931 SmallSetVector<BasicBlock *, 2> Added; in applyInsertUpdates() member
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp326 bool Added = Nodes.insert({From, To}).second; in add() local
335 bool Added = NNSNodes.insert({From, To}).second; in add() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1568 bool Added = false; in addFact() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1347 AddedStructorArgCounts Added; in buildStructorSignature() local
2043 bool Added; in enumerateVBTables() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp2463 bool Added = tryAddEdge(A, B); in link() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2054 bool Added = false; in getFPFusedMultiplyPatterns() local
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1554 const std::string Added = UseColour ? "\033[32m+%l\033[0m\n" : "+%l\n"; in handleFunctionCompare() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp247 bool Added = QueryRegistrations[&JD].insert(std::move(Name)).second; in addQueryDependence() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h485 enum class Kind { Added, Removed, ConditionMismatch }; enumerator