Searched refs:SYSTEM (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/llvm/test/tools/llvm-config/ |
| H A D | booleans.test | 19 RUN: llvm-config --build-system 2>&1 | FileCheck --check-prefix=CHECK-BUILD-SYSTEM %s 20 CHECK-BUILD-SYSTEM: {{cmake|gn}} 21 CHECK-BUILD-SYSTEM-NOT: error: 22 CHECK-BUILD-SYSTEM-NOT: warning
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | init-priority-attr.cpp | 6 #if defined(SYSTEM) 35 #if !defined(SYSTEM) 41 #if !defined(SYSTEM)
|
| H A D | cxx2b-p2266-disable-with-msvc-compat.cpp | 62 #define SYSTEM macro 65 #elif !defined(SYSTEM)
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIMemoryLegalizer.cpp | 63 SYSTEM enumerator 865 case SIAtomicScope::SYSTEM: in enableLoadCacheBypass() 984 case SIAtomicScope::SYSTEM: in insertWait() 1001 case SIAtomicScope::SYSTEM: in insertWait() 1024 case SIAtomicScope::SYSTEM: in insertWait() 1078 case SIAtomicScope::SYSTEM: in insertAcquire() 1138 case SIAtomicScope::SYSTEM: in insertAcquire() 1175 case SIAtomicScope::SYSTEM: in enableLoadCacheBypass() 1217 case SIAtomicScope::SYSTEM: in enableStoreCacheBypass() 1252 case SIAtomicScope::SYSTEM: in enableRMWCacheBypass() [all …]
|
| /llvm-project-15.0.7/flang/ |
| H A D | CMakeLists.txt | 88 # Use SYSTEM for the same reasons as for LLVM includes 89 include_directories(SYSTEM ${MLIR_INCLUDE_DIRS}) 104 # Add LLVM include files as if they were SYSTEM because there are complex unused 111 include_directories(SYSTEM ${LLVM_INCLUDE_DIRS}) 203 include_directories(SYSTEM ${MLIR_INCLUDE_DIR}) 204 include_directories(SYSTEM ${MLIR_TABLEGEN_OUTPUT_DIR}) 223 include_directories(SYSTEM ${CLANG_TABLEGEN_OUTPUT_DIR}) 225 include_directories(SYSTEM ${CLANG_INCLUDE_DIR})
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Hexagon/ |
| H A D | system_user.txt | 2 # Hexagon Programmer's Reference Manual 11.9.1 SYSTEM/USER
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonScheduleV60.td | 16 // | SLOT0 | LD ST ALU32 MEMOP NV SYSTEM |
|
| H A D | HexagonIntrinsics.td | 228 // SYSTEM
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | CMakeLists.txt | 7 include_directories(SYSTEM ${MSVC_DIA_SDK_DIR}/include)
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | crashlog.py | 590 SYSTEM = 4 variable in CrashLogParseMode 630 CrashLogParseMode.SYSTEM : self.parse_system, 709 self.parse_mode = CrashLogParseMode.SYSTEM
|
| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | search-path-usage.m | 37 #ifdef SYSTEM
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CMakeLists.txt | 341 target_include_directories(LLVMSupport SYSTEM
|
| /llvm-project-15.0.7/llvm/docs/_static/ |
| H A D | LoopOptWG_invite.ics | 34 ….webex.com/ibm/customer_tollfree_restrictions.pdf\n\n\nJOIN FROM A VIDEO SYSTEM OR APPLICATION\nDi…
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangCommandLineReference.rst | 1153 are searched. If the same directory is in the SYSTEM include search 1175 Add directory to the C++ SYSTEM include search path 1231 Add directory to SYSTEM framework search path 1235 Add directory to SYSTEM framework search path, absolute paths are relative to -isysroot 1263 Add directory to SYSTEM include search path 1267 Add directory to end of the SYSTEM include search path 1275 Set directory to SYSTEM include search path with prefix 1283 Add directory to SYSTEM include search path, absolute paths are relative to -isysroot
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormats.td | 147 def OPC_SYSTEM : RISCVOpcode<"SYSTEM", 0b1110011>;
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 694 are searched. If the same directory is in the SYSTEM include search 919 HelpText<"Add directory to the C++ SYSTEM include search path">, Flags<[CC1Option]>, 3229 HelpText<"Add directory to SYSTEM framework search path">; 3232 HelpText<"Add directory to SYSTEM framework search path, " 3260 HelpText<"Add directory to SYSTEM include search path">, MetaVarName<"<directory>">; 3263 HelpText<"Add directory to end of the SYSTEM include search path">; 3268 HelpText<"Set directory to SYSTEM include search path with prefix">, MetaVarName<"<dir>">; 3270 HelpText<"Add directory to SYSTEM include search path, " 6200 HelpText<"Add directory to the C SYSTEM include search path">; 6203 HelpText<"Add directory to the ObjC SYSTEM include search path">; [all …]
|