Home
last modified time | relevance | path

Searched refs:Tracking (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXILPointerType.cpp40 std::shared_ptr<TypedPointerTracking> Tracking = in get() local
46 ? Tracking->PointerTypes[EltTy] in get()
47 : Tracking->ASPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h43 bool Tracking = false; variable
108 if (!Tracking && MBB->begin() != I) forward(); in forward()
126 Tracking = false; in skipTo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp79 Tracking = false; in init()
94 Tracking = true; in enterBasicBlockEnd()
109 assert(Tracking && "Must be tracking to determine kills and defs"); in determineKillsAndDefs()
157 if (!Tracking) { in forward()
159 Tracking = true; in forward()
240 assert(Tracking && "Must be tracking to determine kills and defs"); in backward()
255 Tracking = false; in backward()
/llvm-project-15.0.7/llvm/docs/
H A DGitHub.rst10 `Issue Tracking <https://github.com/llvm/llvm-project/issues>`_.
H A DBugLifeCycle.rst20 `the LLVM Bug Tracking System <https://github.com/llvm/llvm-project/issues>`_,
H A DLexicon.rst236 Problem report. A bug filed on `the LLVM Bug Tracking System
H A DHowToSubmitABug.rst22 Once you have a reduced test-case, go to `the LLVM Bug Tracking System
H A DTestSuiteGuide.md292 ### Continuous Tracking with LNT
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A DO0-pipeline.ll63 ; CHECK-NEXT: X86 Indirect Branch Tracking
H A Dopt-pipeline.ll189 ; CHECK-NEXT: X86 Indirect Branch Tracking
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A Dnullability.rst91 Tracking multiple levels of annotations for pointers pointing to pointers would make the checker mo…
H A DDebugChecks.rst41 Path Tracking
/llvm-project-15.0.7/clang/docs/
H A DMemorySanitizer.rst115 Origin Tracking
H A DDataFlowSanitizer.rst320 Origin Tracking
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.td183 /// Disable Indirect Branch Tracking.
H A DIntrinsicsX86.td4958 // TSXLDTRK - TSX Suspend Load Address Tracking
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DMLIRForGraphAlgorithms.md184 ### Infrastructure for Warnings and Error Diagnostics and Location Tracking
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp3607 TEST_F(MDTupleAllocationTest, Tracking) { in TEST_F() argument
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.td2979 // TSXLDTRK - TSX Suspend Load Address Tracking
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttrDocs.td4692 X86 Supports Indirect Branch Tracking (IBT) as part of Control-Flow