| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | prep-diag1.td | 7 // DIAG1: error: Only comments are supported after #define NAME 19 // DIAG2: error: Only comments are supported after #ifdef NAME 22 // DIAG3: error: Only comments are supported after #ifdef NAME
|
| H A D | prep-diag2.td | 5 // DIAG1: error: Only comments are supported after #else 8 // DIAG2: error: Only comments are supported after #else
|
| H A D | prep-diag3.td | 5 // DIAG1: error: Only comments are supported after #endif 8 // DIAG2: error: Only comments are supported after #endif
|
| H A D | prep-ifndef-diag-2.td | 3 // CHECK: error: Only comments are supported after #ifndef NAME
|
| /llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 94 static inline SourcePred onlyType(Type *Only) { in onlyType() argument 95 auto Pred = [Only](ArrayRef<Value *>, const Value *V) { in onlyType() 96 return V->getType() == Only; in onlyType() 98 auto Make = [Only](ArrayRef<Value *>, ArrayRef<Type *>) { in onlyType() 99 return makeConstantsWithType(Only); in onlyType()
|
| /llvm-project-15.0.7/clang/test/Driver/XRay/ |
| H A D | lit.local.cfg | 5 # Only run the tests in platforms where XRay instrumentation is supported. 11 # Only on platforms we support.
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/System/usr/include/ |
| H A D | module.map | 2 // Only in compiler support directory 7 // Only in system headers directory
|
| /llvm-project-15.0.7/libcxx/utils/ci/ |
| H A D | apple-install-libcxx.sh | 23 --llvm-root <DIR> Path to the root of the LLVM monorepo. Only the libcxx 38 --headers-only Only install the header part of the library -- don't actually
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/AMDGPU/ |
| H A D | kd-sgpr.s | 22 ;; Only set next_free_sgpr. 32 ;; Only set other directives.
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | target-abi-invalid.s | 74 # RV32E-ILP32: Only the ilp32e ABI is supported for RV32E (ignoring target-abi) 75 # RV32EF-ILP32F: Only the ilp32e ABI is supported for RV32E (ignoring target-abi) 76 # RV32EFD-ILP32F: Only the ilp32e ABI is supported for RV32E (ignoring target-abi) 77 # RV32EFD-ILP32D: Only the ilp32e ABI is supported for RV32E (ignoring target-abi)
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | ephemeral.ll | 6 ; Only the load and ret should be included in the instruction count, not 29 ; Only the ret should be included in the instruction count, the load and icmp
|
| /llvm-project-15.0.7/libc/cmake/modules/ |
| H A D | LLVMLibCFlagRules.cmake | 15 # - FLAG_NAME__ONLY: Only generate 1 target `TARGET_NAME` that has `FLAG_NAME` 17 # - FLAG_NAME__NO: Only generate 1 target `TARGET_NAME` that depends on 118 # Only target with `flag` has `.__NO_flag` target, `flag__NO` and
|
| /llvm-project-15.0.7/llvm/test/CodeGen/XCore/ |
| H A D | ladd_lsub_combine.ll | 3 ; Only needs one ladd 16 ; Only needs one lsub and one neg
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperands.td | 636 def shift12only : BDMode <"BDAddr", "32", "12", "Only">; 637 def shift20only : BDMode <"BDAddr", "32", "20", "Only">; 638 def bdaddr12only : BDMode <"BDAddr", "64", "12", "Only">; 640 def bdaddr20only : BDMode <"BDAddr", "64", "20", "Only">; 644 def bdxaddr12only : BDXMode<"BDXAddr", "64", "12", "Only">; 646 def bdxaddr20only : BDXMode<"BDXAddr", "64", "20", "Only">; 649 def dynalloc12only : BDXMode<"DynAlloc", "64", "12", "Only">; 652 def bdladdr12onlylen4 : BDLMode<"BDLAddr", "64", "12", "Only", "4">; 653 def bdladdr12onlylen8 : BDLMode<"BDLAddr", "64", "12", "Only", "8">; 654 def bdraddr12only : BDRMode<"BDRAddr", "64", "12", "Only">;
|
| /llvm-project-15.0.7/libc/test/src/__support/OSUtil/linux/x86_64/ |
| H A D | CMakeLists.txt | 6 -Wno-unused-variable # Only signature tests, declared variables are unused.
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/crash-recovery/usr/include/ |
| H A D | module.map | 2 // Only in system headers directory
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/python/ |
| H A D | lit.local.cfg | 3 # Only run when python bindings are enabled.
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/ |
| H A D | lit.local.cfg | 3 # Only run when python bindings are enabled.
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | llvm.used-invalid-type2.ll | 4 ; CHECK: Only global arrays can have appending linkage!
|
| H A D | SelfReferential.ll | 2 ; CHECK: Only PHI nodes may reference their own value
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/ |
| H A D | elf-disassemble-dynamic-symbols.test | 4 ## Case 1: Both static and dynamic symbols are present. Only static 8 ## Case 2: Only the dynamic symbols are present. These should be displayed, if
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SPARC/ |
| H A D | spill.ll | 17 ; The clobber list has all registers except g0/o0. (Only o0 is usable.) 31 ; The clobber list has all registers except g0,g1,o0,o1. (Only o0/o1 are a usable pair)
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_posix.cpp | 16 #error Only Posix supported
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | thumb1_return_sequence.ll | 158 ; Only r1 to r3 are available to pop LR. 165 ; Only r1 to r3 are available to pop LR. 205 ; Only r1 to r3 are available to pop LR. 211 ; Only r1 to r3 are available to pop LR.
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | P9InstrResources.td | 104 // Standard Dispatch ALU operation for 3 cycles. Only one slice used. 121 // Standard Dispatch ALU operation for 2 cycles. Only one slice used. 523 // Three Cycle PM operation. Only one PM unit per superslice so we use the whole 633 // 12 Cycle DFU operation. Only one DFU unit per CPU so we use a whole 657 // 23 Cycle DFU operation. Only one DFU unit per CPU so we use a whole 665 // 24 Cycle DFU operation. Only one DFU unit per CPU so we use a whole 682 // 37 Cycle DFU operation. Only one DFU unit per CPU so we use a whole 690 // 58 Cycle DFU operation. Only one DFU unit per CPU so we use a whole 699 // 76 Cycle DFU operation. Only one DFU unit per CPU so we use a whole 917 // 5 Cycle DIV operation. Only one DIV unit per superslice so we use the whole [all …]
|