Home
last modified time | relevance | path

Searched refs:SYSTEM (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-config/
H A Dbooleans.test19 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 Dinit-priority-attr.cpp6 #if defined(SYSTEM)
35 #if !defined(SYSTEM)
41 #if !defined(SYSTEM)
H A Dcxx2b-p2266-disable-with-msvc-compat.cpp62 #define SYSTEM macro
65 #elif !defined(SYSTEM)
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp63 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 DCMakeLists.txt88 # 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 Dsystem_user.txt2 # Hexagon Programmer's Reference Manual 11.9.1 SYSTEM/USER
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonScheduleV60.td16 // | SLOT0 | LD ST ALU32 MEMOP NV SYSTEM |
H A DHexagonIntrinsics.td228 // SYSTEM
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt7 include_directories(SYSTEM ${MSVC_DIA_SDK_DIR}/include)
/llvm-project-15.0.7/lldb/examples/python/
H A Dcrashlog.py590 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 Dsearch-path-usage.m37 #ifdef SYSTEM
/llvm-project-15.0.7/llvm/lib/Support/
H A DCMakeLists.txt341 target_include_directories(LLVMSupport SYSTEM
/llvm-project-15.0.7/llvm/docs/_static/
H A DLoopOptWG_invite.ics34 ….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 DClangCommandLineReference.rst1153 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 DRISCVInstrFormats.td147 def OPC_SYSTEM : RISCVOpcode<"SYSTEM", 0b1110011>;
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td694 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 …]