Home
last modified time | relevance | path

Searched refs:LAST (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/TableGen/
H A Dsubst.td19 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 Dmax-configs.test12 CHECK-LAST: ...
24 CHECK2-LAST: ...
H A Dlatency-IN16rr.s15 CHECK-LAST: ...
H A Dlatency-CMOV32rr.s10 CHECK-LAST: ...
H A Dlatency-SQRTSSr.s13 CHECK-LAST: ...
H A Dlatency-by-opcode-name.s12 CHECK-LAST: ...
H A Dlatency-SBB8rr.s12 CHECK-LAST: ...
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DBitFieldsTest.cpp120 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 Dexit-block.ll12 ; 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 Dlatency-GPR64.s11 CHECK-LAST: ...
H A Dlatency-by-opcode-name.s11 CHECK-LAST: ...
/llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/PowerPC/
H A Dlatency-by-opcode-name.s11 CHECK-LAST: ...
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DDataflowAnalysis.h384 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 Dptr_diff.ll37 ; 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 Dmov-add.s18 CHECK-LAST: ...
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dprogram-header.yaml119 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 Duops-CMOV16rm-noreg.s14 CHECK-YAML-LAST: ...
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h189 #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 DCuda.h106 LAST, enumerator
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug_line_invalid.test23 # 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 DAtomicOrdering.h65 LAST = SequentiallyConsistent enumerator
/llvm-project-15.0.7/llvm/test/Instrumentation/HWAddressSanitizer/
H A Dbasic.ll38 ; 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 DCuda.h42 mutable std::bitset<(int)CudaArch::LAST> ArchsWithBadVersion;
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DNVPTX.cpp225 case CudaArch::LAST: in getTargetDefines()
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/Archives/
H A Dregular.yaml115 LastModified: '[[LAST=""]]'

12