| /llvm-project-15.0.7/utils/bazel/llvm_configs/ |
| H A D | config.h.cmake | 13 /* Define to 1 to enable backtraces, and to 0 otherwise. */ 26 /* Define to 1 if you have the `backtrace' function. */ 80 /* Define if libffi is available on this platform. */ 104 /* Define to 1 if you have the `isatty' function. */ 155 /* Define to 1 if you have the `pread' function. */ 167 /* Define to 1 if you have the `sbrk' function. */ 311 /* Define to the full name of this package. */ 317 /* Define to the version of this package. */ 320 /* Define to the vendor of this package. */ 326 /* Define to a function implementing stricmp */ [all …]
|
| H A D | llvm-config.h.cmake | 17 /* Define if LLVM_ENABLE_DUMP is enabled */ 24 /* Define if threads enabled */ 57 /* Define if this is Unixish platform */ 66 /* Define if we have the perf JIT-support library */ 86 /* Define if we have z3 and want to build it */ 89 /* Define if we have curl and want to use it */ 92 /* Define if we have cpp-httplib and want to use it */ 95 /* Define if zlib compression is available */ 98 /* Define if zstd compression is available */ 110 /* Define if building libLLVM shared library */ [all …]
|
| H A D | abi-breaking.h.cmake | 15 /* Define to enable checks that alter the LLVM C++ ABI */ 18 /* Define to enable reverse iteration of unordered llvm containers */
|
| /llvm-project-15.0.7/llvm/include/llvm/Config/ |
| H A D | config.h.cmake | 13 /* Define to 1 to enable backtraces, and to 0 otherwise. */ 26 /* Define to 1 if you have the `backtrace' function. */ 80 /* Define if libffi is available on this platform. */ 104 /* Define to 1 if you have the `isatty' function. */ 155 /* Define to 1 if you have the `pread' function. */ 167 /* Define to 1 if you have the `sbrk' function. */ 311 /* Define to the full name of this package. */ 317 /* Define to the version of this package. */ 320 /* Define to the vendor of this package. */ 326 /* Define to a function implementing stricmp */ [all …]
|
| H A D | llvm-config.h.cmake | 17 /* Define if LLVM_ENABLE_DUMP is enabled */ 24 /* Define if threads enabled */ 57 /* Define if this is Unixish platform */ 66 /* Define if we have the perf JIT-support library */ 86 /* Define if we have z3 and want to build it */ 89 /* Define if we have curl and want to use it */ 92 /* Define if we have cpp-httplib and want to use it */ 95 /* Define if zlib compression is available */ 98 /* Define if zstd compression is available */ 110 /* Define if building libLLVM shared library */ [all …]
|
| H A D | abi-breaking.h.cmake | 15 /* Define to enable checks that alter the LLVM C++ ABI */ 18 /* Define to enable reverse iteration of unordered llvm containers */
|
| /llvm-project-15.0.7/polly/lib/External/ |
| H A D | isl_config.h.cmake | 8 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 11 /* Define to 1 if you have the declaration of `__builtin_ffs', and to 0 if you 15 /* Define to 1 if you have the declaration of `_BitScanForward', and to 0 if 20 /* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you 24 /* Define to 1 if you have the declaration of `_stricmp', and to 0 if you 29 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you 33 /* Define to 1 if you have the declaration of `_strnicmp', and to 0 if you 38 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 42 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRExpandPseudoInsts.cpp | 712 .addReg(SrcReg, RegState::Define) in expand() 745 .addReg(SrcReg, RegState::Define) in expand() 895 .addReg(DstReg, RegState::Define) in expand() 926 .addReg(SCRATCH_REGISTER, RegState::Define) in expandAtomic() 1104 .addReg(DstReg, RegState::Define) in expand() 1139 .addReg(DstReg, RegState::Define) in expand() 1176 .addReg(DstReg, RegState::Define) in expand() 2036 .addReg(DstHiReg, RegState::Define) in expandASRW15Rd() 2295 .addReg(DstHiReg, RegState::Define) in expand() 2302 .addReg(DstHiReg, RegState::Define) in expand() [all …]
|
| /llvm-project-15.0.7/llvm/tools/yaml2obj/ |
| H A D | yaml2obj.cpp | 62 for (StringRef Define : D) { in preprocess() local 64 std::tie(Macro, Definition) = Define.split('='); in preprocess() 65 if (!Define.count('=') || Macro.empty()) { in preprocess() 66 ErrHandler("invalid syntax for -D: " + Define); in preprocess()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA57WriteRes.td | 27 // Define Generic 1 micro-op types 61 // Define Generic 2 micro-op types 196 // Define Generic 3 micro-op types 267 // Define Generic 4 micro-op types 334 // Define Generic 5 micro-op types 378 // Define Generic 6 micro-op types 425 // Define Generic 7 micro-op types 462 // Define Generic 8 micro-op types 488 // Define Generic 9 micro-op types 515 // Define Generic 10 micro-op types [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 44 Define = 0x2, enumerator 62 DefineNoRead = Define | Undef, 63 ImplicitDefine = Implicit | Define, 102 flags & RegState::Define, 118 return addReg(RegNo, Flags | RegState::Define, SubReg); 125 assert(!(Flags & RegState::Define) && 338 .addReg(DestReg, RegState::Define); in BuildMI() 351 return MachineInstrBuilder(MF, MI).addReg(DestReg, RegState::Define); in BuildMI() 367 return MachineInstrBuilder(MF, MI).addReg(DestReg, RegState::Define); in BuildMI() 503 return B ? RegState::Define : 0; in getDefRegState()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/ |
| H A D | PDLOps.td | 113 // Define an attribute: 116 // Define an attribute with an expected type: 120 // Define an attribute with a constant value: 181 // Define an external operand: 220 // Define a range of input operands: 265 // Define an instance of a `foo.op` operation. 319 // Define an instance with single range of types. 390 let summary = "Define a rewrite pattern"; 630 // Define a type: 633 // Define a type with a constant value: [all …]
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | config.h.cmake | 4 /* Define to 1 if you have the `strerror_r' function. */ 7 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | GlobalISelEmitterSubreg.td | 57 …EXT: GIR_AddTempRegister, /*InsnID*/1, /*TempRegID*/0, /*TempRegFlags*/RegState::Define, 77 …EXT: GIR_AddTempRegister, /*InsnID*/2, /*TempRegID*/1, /*TempRegFlags*/RegState::Define, 80 …EXT: GIR_AddTempRegister, /*InsnID*/1, /*TempRegID*/0, /*TempRegFlags*/RegState::Define, 111 …-NEXT: GIR_AddTempRegister, /*InsnID*/2, /*TempRegID*/1, /*TempRegFlags*/RegState::Define, 115 …-NEXT: GIR_AddTempRegister, /*InsnID*/1, /*TempRegID*/0, /*TempRegFlags*/RegState::Define, 135 // CHECK-NEXT: GIR_AddTempRegister, /*InsnID*/1, /*TempRegID*/0, /*TempRegFlags*/RegState::Define, 151 // CHECK-NEXT: GIR_AddTempRegister, /*InsnID*/1, /*TempRegID*/0, /*TempRegFlags*/RegState::Define, 171 // CHECK-NEXT: GIR_AddTempRegister, /*InsnID*/2, /*TempRegID*/1, /*TempRegFlags*/RegState::Define, 175 // CHECK-NEXT: GIR_AddTempRegister, /*InsnID*/1, /*TempRegID*/0, /*TempRegFlags*/RegState::Define, 205 …CK-NEXT: GIR_AddTempRegister, /*InsnID*/1, /*TempRegID*/0, /*TempRegFlags*/RegState::Define,
|
| H A D | GlobalISelEmitterRegSequence.td | 45 // CHECK-NEXT: GIR_AddTempRegister, /*InsnID*/2, /*TempRegID*/1, /*TempRegFlags*/RegState::Define, 49 // CHECK-NEXT: GIR_AddTempRegister, /*InsnID*/1, /*TempRegID*/0, /*TempRegFlags*/RegState::Define, 69 // CHECK-NEXT: GIR_AddTempRegister, /*InsnID*/1, /*TempRegID*/0, /*TempRegFlags*/RegState::Define,
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | HeaderGuard.cpp | 94 SourceLocation Define = MacroEntry.first.getLocation(); in EndOfMainFile() local 104 Ifndef, Define, EndIf, FileName, CurHeaderGuard, FixIts); in EndOfMainFile() 161 SourceLocation Define, in checkHeaderGuardDefinition() argument 181 Define, Define.getLocWithOffset(CurHeaderGuard.size())), in checkHeaderGuardDefinition()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsVE.td | 1 // Define intrinsics written by hand 31 // Define intrinsics automatically generated
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_activation_flags.inc | 13 # error "Define ASAN_ACTIVATION_FLAG prior to including this file!" 17 # error "Define COMMON_ACTIVATION_FLAG prior to including this file!"
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.cpp | 79 .addReg(ScratchReg, RegState::Define).addReg(SrcReg) in expandMEMCPY() 93 .addReg(ScratchReg, RegState::Define).addReg(SrcReg).addImm(Offset); in expandMEMCPY() 100 .addReg(ScratchReg, RegState::Define).addReg(SrcReg).addImm(Offset); in expandMEMCPY() 107 .addReg(ScratchReg, RegState::Define).addReg(SrcReg).addImm(Offset); in expandMEMCPY()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMExpandPseudoInsts.cpp | 1116 CLRM.addReg(R, RegState::Define); in CMSEClearGPRegs() 1117 CLRM.addReg(ARM::APSR, RegState::Define); in CMSEClearGPRegs() 1314 VSCCLRM.addReg(ARM::VPR, RegState::Define); in CMSEClearFPRegsV81() 1325 VSCCLRM.addReg(ARM::VPR, RegState::Define); in CMSEClearFPRegsV81() 1683 .addReg(ARM::VPR, RegState::Define); in CMSERestoreFPRegsV81() 1710 VPOP.addReg(Reg, RegState::Define); in CMSERestoreFPRegsV81() 2038 PopMIB.addReg(Reg, RegState::Define); in CMSEPopCalleeSaves() 2090 RegState::Define | in ExpandMI() 2263 .addReg(ARM::CPSR, RegState::Define) in ExpandMI() 2465 .addReg(ARM::CPSR, RegState::Define); in ExpandMI() [all …]
|
| H A D | Thumb1FrameLowering.cpp | 678 MIB.addReg(ARM::PC, RegState::Define); in emitPopSpecialFixUp() 758 .addReg(PopReg, RegState::Define) in emitPopSpecialFixUp() 765 .addReg(ARM::LR, RegState::Define) in emitPopSpecialFixUp() 782 .addReg(TemporaryReg, RegState::Define) in emitPopSpecialFixUp() 816 .addReg(PopReg, RegState::Define) in emitPopSpecialFixUp() 823 .addReg(ARM::LR, RegState::Define) in emitPopSpecialFixUp() 830 .addReg(PopReg, RegState::Define) in emitPopSpecialFixUp() 931 .addReg(*CopyRegIt, RegState::Define) in pushRegsToStack() 991 .addReg(ARM::R12, RegState::Define) in popRegsFromStack() 1013 PopMIB.addReg(*CopyReg, RegState::Define); in popRegsFromStack() [all …]
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/ve/ |
| H A D | CMakeLists.txt | 20 # Define macro to be used as prefix of the runtime messages for this target. 23 # Define macro with the ELF ID for this target.
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/Directive/ |
| H A D | DirectiveBase.td | 74 // Define an alternative name return in get<LanguageName>ClauseName function. 77 // Define aliases used in the parser. 98 // Define a default value such as "*". 135 // Define an alternative name return in get<LanguageName>DirectiveName
|
| /llvm-project-15.0.7/libcxxabi/src/demangle/ |
| H A D | ItaniumNodes.def | 9 // Define the demangler's node names 12 #error Define NODE to handle nodes
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | ItaniumNodes.def | 9 // Define the demangler's node names 12 #error Define NODE to handle nodes
|