| /llvm-project-15.0.7/libcxx/src/experimental/ |
| H A D | memory_resource.cpp | 73 } resources; member 75 _LIBCPP_CONSTEXPR_AFTER_CXX11 ResourceInitHelper() : resources() {} in ResourceInitHelper() 87 return &res_init.resources.new_delete_res; in new_delete_resource() 91 return &res_init.resources.null_res; in null_memory_resource() 100 static constinit atomic<memory_resource*> __res{&res_init.resources.new_delete_res}; in __default_memory_resource() 112 static constinit memory_resource *res = &res_init.resources.new_delete_res; in __default_memory_resource() 125 static constinit memory_resource *res = &res_init.resources.new_delete_res; in __default_memory_resource()
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/ |
| H A D | CMakeLists.txt | 96 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/lib/libscanbuild/resources/${resource} 102 ${CMAKE_BINARY_DIR}/lib/libscanbuild/resources 104 ${CMAKE_CURRENT_SOURCE_DIR}/lib/libscanbuild/resources/${resource} 105 ${CMAKE_BINARY_DIR}/lib/libscanbuild/resources 106 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/lib/libscanbuild/resources/${resource}) 107 list(APPEND Depends ${CMAKE_BINARY_DIR}/lib/libscanbuild/resources/${resource}) 108 install(PROGRAMS lib/libscanbuild/resources/${resource} 109 DESTINATION lib/libscanbuild/resources
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | combined-resources.test | 4 // > rc /fo combined-resources.res /nologo combined-resources.rc 5 // > rc /fo combined-resources-2.res /nologo combined-resources-2.rc 8 // > x86_64-w64-mingw32-windres combined-resources.res combined-resources.o 9 // > cvtres -machine:x64 -out:combined-resources-2.o combined-resources.res 13 # RUN: %p/Inputs/combined-resources.res %p/Inputs/combined-resources-2.res 15 # RUN: llvm-readobj --coff-resources --file-headers --section-data %t.exe | \ 18 # RUN: yaml2obj %p/Inputs/combined-resources.yaml -o %t-combined-resources.o 19 # RUN: yaml2obj %p/Inputs/combined-resources-2.yaml -o %t-combined-resources-2.o 22 # RUN: %t-combined-resources.o %t-combined-resources-2.o 24 // As input resources are traversed in a slightly different order, the [all …]
|
| H A D | merge-resource-manifest.test | 8 # RUN: llvm-readobj --coff-resources %t.exe | FileCheck %s 11 # RUN: llvm-readobj --coff-resources %t.exe | FileCheck %s 14 # RUN: llvm-readobj --coff-resources %t.exe | FileCheck %s 17 # RUN: llvm-readobj --coff-resources %t.exe | FileCheck %s 21 # RUN: llvm-readobj --coff-resources %t.exe | FileCheck %s
|
| H A D | mixed-resource-obj.yaml | 6 # file that contains both, while merging resources from another object 10 # RUN: llvm-readobj --coff-resources %t.exe | FileCheck %s --check-prefix=CHECK-RESOURCES
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/tool/ |
| H A D | CMakeLists.txt | 25 COMMENT "Bundling HTMLForest resources" 28 add_custom_target(clang-pseudo-resources DEPENDS HTMLForestResources.inc) 29 add_dependencies(clang-pseudo clang-pseudo-resources)
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetSchedule.td | 27 // processor resources and latency with each SchedReadWrite type. 85 // Per-cycle resources tables. 136 // resources implies using one of the super resources. 201 list<ProcResource> Resources = resources; 249 // SchedModel ties these resources to a processor. 251 list<ProcResourceKind> ProcResources = resources; 274 // resources. 289 // unbuffered resources. 304 : ProcWriteResources<resources> { 312 ProcWriteResources<resources>; [all …]
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/ |
| H A D | UnifyAliasedResourcePass.cpp | 176 ArrayRef<spirv::GlobalVariableOp> resources); 251 const Descriptor &descriptor, ArrayRef<spirv::GlobalVariableOp> resources) { in recordIfUnifiable() argument 254 for (spirv::GlobalVariableOp resource : resources) { in recordIfUnifiable() 271 resourceMap[descriptor].assign(resources.begin(), resources.end()); in recordIfUnifiable() 272 canonicalResourceMap[descriptor] = resources[*index]; in recordIfUnifiable() 273 for (const auto &resource : llvm::enumerate(resources)) { in recordIfUnifiable() 539 const auto &resources = dr.second; in runOnOperation() local 540 if (resources.size() == 1) in runOnOperation() 541 resources.front()->removeAttr("aliased"); in runOnOperation()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/ |
| H A D | windres-target.test | 21 ; RUN: llvm-readobj --coff-resources %t.o | FileCheck %s --check-prefixes=CHECK-OBJ,CHECK-OBJ-I686 23 ; RUN: llvm-readobj --coff-resources %t.o | FileCheck %s --check-prefixes=CHECK-OBJ,CHECK-OBJ-X86-64 25 ; RUN: llvm-readobj --coff-resources %t.o | FileCheck %s --check-prefixes=CHECK-OBJ,CHECK-OBJ-ARMV7 27 ; RUN: llvm-readobj --coff-resources %t.o | FileCheck %s --check-prefixes=CHECK-OBJ,CHECK-OBJ-AARCH…
|
| H A D | windres-format.test | 10 ; RUN: llvm-readobj --coff-resources %t.o | FileCheck %s --check-prefix=CHECK-OBJ 14 ; RUN: llvm-readobj --coff-resources %t.obj | FileCheck %s --check-prefix=CHECK-OBJ 26 ; RUN: llvm-readobj --coff-resources %t-anonymous3 | FileCheck %s --check-prefix=CHECK-OBJ
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | index.rst | 28 There are also multiple resources on how to script LLDB using Python `Python 103 See the :doc:`LLDB Build Page <resources/build>` for build instructions. 150 resources/contributing 151 resources/build 152 resources/test 153 resources/bots 154 resources/caveats
|
| H A D | .htaccess | 2 Redirect 301 /architecture/index.html https://lldb.llvm.org/resources/architecture.html 10 Redirect 301 /source.html https://lldb.llvm.org/resources/contributing.html 15 Redirect 301 /resources/source.html https://lldb.llvm.org/resources/contributing.html 16 Redirect 301 /resources/download.html https://lldb.llvm.org/status/releases.html 17 Redirect 301 /use/architecture.html https://lldb.llvm.org/resources/architecture.html 18 Redirect 301 /resources/architecture.html https://lldb.llvm.org/design/overview.html 19 Redirect 301 /resources/reproducers.html https://lldb.llvm.org/design/reproducers.html 20 Redirect 301 /resources/sbapi.html https://lldb.llvm.org/design/sbapi.html
|
| /llvm-project-15.0.7/lld/test/COFF/Inputs/ |
| H A D | combined-resources.rc | 12 cursor BITMAP "combined-resources-cursor.bmp" 13 okay BITMAP "combined-resources-okay.bmp"
|
| H A D | combined-resources-2.yaml | 13 - 'Z:\home\martin\code\llvm\tools\lld\test\COFF\Inputs\combined-resources-2.res' 16 … - FileName: 'Z:\home\martin\code\llvm\tools\lld\test\COFF\Inputs\combined-resources-2.res' 24 … ObjectName: 'Z:\home\martin\code\llvm\tools\lld\test\COFF\Inputs\combined-resources-2.o'
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | owning-memory.rst | 7 static analysis on code, that uses raw pointers to handle resources like 24 ``malloc()``-like resource functions are considered to produce resources. 89 resources but cannot introduce ``gsl::owner<>``. 164 // Two owners with assigned resources 176 for dynamic memory, but not for general types of resources.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVAttributes.td | 13 // the execution environment regarding the resources that are used in the SPIR-V 17 // attributes to resources and other suitable places. 67 // This attribute specifies the limits for various resources on the target
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsXCore.td | 97 // If any of the resources owned by the thread are ready this returns the 98 // vector of one of the ready resources. If no resources owned by the thread
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | shared-ptr-array-mismatch.rst | 34 `MEM51-CPP. Properly deallocate dynamically allocated resources 35 ….edu/confluence/display/cplusplus/MEM51-CPP.+Properly+deallocate+dynamically+allocated+resources>`_
|
| /llvm-project-15.0.7/lldb/cmake/modules/ |
| H A D | LLDBFramework.cmake | 3 message(STATUS "LLDB.framework: resources subdirectory is 'Versions/${LLDB_FRAMEWORK_VERSION}/Resou… 21 MACOSX_FRAMEWORK_INFO_PLIST ${LLDB_SOURCE_DIR}/resources/LLDB-Info.plist.in 35 MACOSX_FRAMEWORK_INFO_PLIST ${LLDB_SOURCE_DIR}/resources/LLDB-Info.plist.in
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSchedule.td | 9 // Scheduler resources 11 // These resources are used to express decoder grouping rules. The number of
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMSchedule.td | 11 // Here we define the subtarget independent read/write per-operand resources. 29 // We will do this by assigning (abstract) resources to register defs/uses. 37 // ReadAdvance read resources allow us to define "pipeline by-passes" or 40 // Next, the subtarget td file assigns resources to the abstract resources 51 // // cycle because these resources happen to be pipelined.
|
| /llvm-project-15.0.7/libc/utils/buildbot/ |
| H A D | README.txt | 1 This folder contains resources needed to create a docker container for
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-mca/AArch64/Cortex/IPC/ |
| H A D | A55-2-skewed-alu.s | 9 # resources. Results from the skewed ALU are available 1 cycle earlier.
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-mca.rst | 48 throughput, but also to understand what processor resources are available 218 processor resources are printed as members of special top level JSON objects. 417 dispatch rate, and the availability of hardware resources. 438 lack of hardware resources. 500 concentrated on a few resources should, in general, be avoided. Ideally, 501 pressure should be uniformly distributed between multiple resources. 563 sub-optimal usage of hardware resources. 662 caused by contention on processor resources JFPA/JFPU0. 835 hardware resources. The processor dispatch width defaults to the value 862 of buffered resources consumed by an instruction. Buffered resources are [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | resources.test | 7 RUN: llvm-readobj --coff-resources --section-data %p/Inputs/zero-string-table.obj.coff-i386 \ 9 RUN: llvm-readobj --coff-resources %p/Inputs/resources/test_resource.obj.coff \
|