| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | subst.td | 19 Name<!subst("FIRST", "John", !subst("LAST", "Smith", name)), 22 def JohnSmith : AName<"FIRST LAST", TVAR>; 23 def JaneSmith : AName<"Jane LAST", Ms>; 24 def JohnSmithJones : AName<"FIRST LAST-Jones", Mr>; 29 // CHECK-NEXT: string name = !subst("FIRST", "John", !subst("LAST", "Smith", AName:name));
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/X86/latency/ |
| H A D | max-configs.test | 12 CHECK-LAST: ... 24 CHECK2-LAST: ...
|
| H A D | latency-IN16rr.s | 15 CHECK-LAST: ...
|
| H A D | latency-CMOV32rr.s | 10 CHECK-LAST: ...
|
| H A D | latency-SQRTSSr.s | 13 CHECK-LAST: ...
|
| H A D | latency-by-opcode-name.s | 12 CHECK-LAST: ...
|
| H A D | latency-SBB8rr.s | 12 CHECK-LAST: ...
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | BitFieldsTest.cpp | 120 enum Enum : unsigned { Zero = 0, Two = 2, LAST = Two }; in TEST() enumerator 123 using OrderingField = Bitfield::Element<Enum, 1, 2, LAST>; in TEST() 132 enum class Enum : unsigned { Zero = 0, Two = 2, LAST = Two }; in TEST() enumerator 135 using OrderingField = Bitfield::Element<Enum, 1, 2, Enum::LAST>; in TEST()
|
| /llvm-project-15.0.7/llvm/test/Transforms/GCOVProfiling/ |
| H A D | exit-block.ll | 12 ; RUN: llvm-cov gcov -n -dump %t/exit-block.gcno 2>&1 | FileCheck --check-prefixes=CHECK,EXIT-LAST … 69 ; EXIT-LAST: Destination Edges 73 ; EXIT-LAST-NOT: Destination Edges
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/Mips/ |
| H A D | latency-GPR64.s | 11 CHECK-LAST: ...
|
| H A D | latency-by-opcode-name.s | 11 CHECK-LAST: ...
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/PowerPC/ |
| H A D | latency-by-opcode-name.s | 11 CHECK-LAST: ...
|
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | DataflowAnalysis.h | 384 const MCInst *LAST = nullptr; in run() local 386 LAST = &*BB->rbegin(); in run() 388 LAST = &*BB->begin(); in run() 409 if (&Inst == LAST) in run()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ |
| H A D | ptr_diff.ll | 37 ; CHECK: [[LAST:%.*]] = getelementptr i8, ptr %ptr, i32 42 39 ; CHECK-NEXT: [[LAST_INT:%.*]] = ptrtoint ptr [[LAST]] to i64
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/X86/lbr/ |
| H A D | mov-add.s | 18 CHECK-LAST: ...
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | program-header.yaml | 119 LastSec: [[LAST=<none>]] 132 # RUN: FileCheck %s --check-prefix=ONLY-LAST-ERR 134 # ONLY-LAST-ERR: error: the "LastSec" key can't be used without the "FirstSec" key
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/X86/uops/ |
| H A D | uops-CMOV16rm-noreg.s | 14 CHECK-YAML-LAST: ...
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Comment.h | 189 #define COMMENT_RANGE(BASE, FIRST, LAST) \ argument 190 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind, 191 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \ argument 192 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Cuda.h | 106 LAST, enumerator
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | debug_line_invalid.test | 23 # RUN: | FileCheck %s --check-prefixes=HEADER,FIRST,NONFATAL,LAST,SOME-ERR,MORE-ERR \ 26 # RUN: | FileCheck %s --check-prefixes=HEADER,FIRST,VERBOSE,NONFATAL,LAST,SOME-ERR,MORE-ERR \ 37 # RUN: | FileCheck %s --check-prefixes=HEADER,LAST,SOME-ERR --implicit-check-not='debug_line[{{.*… 249 # LAST: debug_line[0x000003ed]
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | AtomicOrdering.h | 65 LAST = SequentiallyConsistent enumerator
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/HWAddressSanitizer/ |
| H A D | basic.ll | 38 ; RECOVER: %[[LAST:[^ ]*]] = add i8 %[[LOWBITS_I8]], 0 39 ; RECOVER: %[[OOB:[^ ]*]] = icmp uge i8 %[[LAST]], %[[MEMTAG]] 88 ; RECOVER: %[[LAST:[^ ]*]] = add i8 %[[LOWBITS_I8]], 1 89 ; RECOVER: %[[OOB:[^ ]*]] = icmp uge i8 %[[LAST]], %[[MEMTAG]]
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Cuda.h | 42 mutable std::bitset<(int)CudaArch::LAST> ArchsWithBadVersion;
|
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | NVPTX.cpp | 225 case CudaArch::LAST: in getTargetDefines()
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/Archives/ |
| H A D | regular.yaml | 115 LastModified: '[[LAST=""]]'
|