Home
last modified time | relevance | path

Searched full:pr (Results 1 – 25 of 561) sorted by relevance

12345678910>>...23

/llvm-project/llvm/test/CodeGen/PowerPC/
H A Daix-xcoff-funcsect.ll53 ; ASM: .csect ..text..[PR],5
54 ; ASM-NEXT: .rename ..text..[PR],""
55 ; ASM: .csect .foo[PR],5
57 ; ASM-NEXT: .globl .foo[PR]
61 ; ASM-NEXT: .vbyte {{[0-9]+}}, .foo[PR]
64 ; ASM-NEXT: .csect .foo[PR],5
68 ; ASM: .csect .hidden_foo[PR],5
70 ; ASM-NEXT: .globl .hidden_foo[PR],hidden
73 ; ASM-NEXT: .vbyte {{[0-9]+}}, .hidden_foo[PR] # @hidden_foo
76 ; ASM-NEXT: .csect .hidden_foo[PR]
[all …]
H A Daix-text.ll20 ; CHECKFS32: 00000000 l .text 00000000 (idx: {{[[:digit:]]*}}) [PR]
21 ; CHECKFS32-NEXT: 00000000 g F .text {{([[:xdigit:]]{8})}} (idx: {{[[:digit:]]*}}) .text[PR]
22 …EXT: {{([[:xdigit:]]{8})}} g F .text {{([[:xdigit:]]{8})}} (idx: {{[[:digit:]]*}}) .text2[PR]
25 …S64-NEXT: 0000000000000000 g F .text {{([[:xdigit:]]{16})}} (idx: {{[[:digit:]]*}}) .text[PR]
26 …T: {{([[:xdigit:]]{16})}} g F .text {{([[:xdigit:]]{16})}} (idx: {{[[:digit:]]*}}) .text2[PR]
28 ; CHECK32: 00000000 l .text {{([[:xdigit:]]{8})}} (idx: {{[[:digit:]]*}}) [PR]
29 ; CHECK32-NEXT: {{([[:xdigit:]]{8})}} g F .text (csect: (idx: {{[[:digit:]]*}}) [PR]) 0000000…
30 ; CHECK32-NEXT: {{([[:xdigit:]]{8})}} g F .text (csect: (idx: {{[[:digit:]]*}}) [PR]) 0000000…
32 ; CHECK64: 0000000000000000 l .text {{([[:xdigit:]]{16})}} (idx: {{[[:digit:]]*}}) [PR]
33 ; CHECK64-NEXT: {{([[:xdigit:]]{16})}} g F .text (csect: (idx: {{[[:digit:]]*}}) [PR]) 000000…
[all …]
/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp106 dispatch_private_info_template<T> *pr, in __kmp_initialize_self_buffer() argument
112 if (pr->flags.use_hybrid) { in __kmp_initialize_self_buffer()
116 T pchunks = pr->u.p.pchunks; in __kmp_initialize_self_buffer()
118 T num_procs_with_pcore = pr->u.p.num_procs_with_pcore; in __kmp_initialize_self_buffer()
120 T first_thread_with_ecore = pr->u.p.first_thread_with_ecore; in __kmp_initialize_self_buffer()
185 dispatch_private_info_template<T> *pr, in __kmp_dispatch_init_algorithm() argument
209 "pr:%%p lb:%%%s ub:%%%s st:%%%s " in __kmp_dispatch_init_algorithm()
214 KD_TRACE(10, (buff, gtid, pr, lb, ub, st, schedule, chunk, nproc, tid)); in __kmp_dispatch_init_algorithm()
231 use_hier = pr->flags.use_hier; in __kmp_dispatch_init_algorithm()
242 pr->flags.nomerge = TRUE; in __kmp_dispatch_init_algorithm()
[all …]
/llvm-project/clang/test/CodeGenCXX/
H A Dcopy-assign-synthesis.cpp10 void pr() { in pr() function
24 void pr() { in pr() function
37 void pr() { in pr() function
39 B::pr(); in pr()
47 void pr() { in pr() function
59 void pr() { in pr() function
61 M::pr(); N::pr(); in pr()
62 q1.pr(); q2.pr(); in pr()
75 srcX.pr(); in main()
76 dstX.pr(); in main()
[all …]
H A Dcopy-assign-synthesis-1.cpp12 void pr() { in pr() function
28 void pr() { in pr() function
41 void pr() { in pr() function
46 B::pr(); in pr()
62 void pr() { in pr() function
74 void pr() { in pr() function
76 M::pr(); N::pr(); in pr()
77 q1.pr(); q2.pr(); in pr()
90 srcX.pr(); in main()
91 dstX.pr(); in main()
[all …]
/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/
H A D04-wasm-missing-nested-enumerators.test5 ; pr-46466.cpp
29 ; RUN: %p/Inputs/pr-46466-clang.s -o %t.pr-46466-clang.o
34 ; RUN: %t.pr-46466-clang.o \
35 ; RUN: %p/../DWARF/Inputs/pr-46466-dwarf-gcc.o 2>&1 | \
39 ; ONE-NEXT: [000] {File} '{{.*}}pr-46466-clang.o' -> WASM
41 ; ONE-NEXT: [001] {CompileUnit} 'pr-46466.cpp'
48 ; ONE-NEXT: [000] {File} 'pr-46466-dwarf-gcc.o' -> elf64-x86-64
50 ; ONE-NEXT: [001] {CompileUnit} 'pr-46466.cpp'
69 ; RUN: %t.pr-46466-clang.o \
70 ; RUN: %p/../DWARF/Inputs/pr-46466-dwarf-gcc.o 2>&1 | \
[all …]
H A DREADME.txt14 clang --target=wasm32 -S -g Inputs/pr-43860.cpp -o Inputs/pr-43860-clang.s
15 clang --target=wasm32 -S -g Inputs/pr-44884.cpp -o Inputs/pr-44884-clang.s
16 clang --target=wasm32 -S -g Inputs/pr-46466.cpp -o Inputs/pr-46466-clang.s
25 llvm-mc -arch=wasm32 -filetype=obj %p/Inputs/pr-43860-clang.s -o pr-43860-clang.o
26 llvm-mc -arch=wasm32 -filetype=obj %p/Inputs/pr-44884-clang.s -o pr-44884-clang.o
27 llvm-mc -arch=wasm32 -filetype=obj %p/Inputs/pr-46466-clang.s -o pr-46466-clang.o
H A D05-wasm-incorrect-lexical-scope-variable.test5 ; pr-43860.cpp
35 ; RUN: %p/Inputs/pr-43860-clang.s -o %t.pr-43860-clang.o
40 ; RUN: %t.pr-43860-clang.o \
41 ; RUN: %p/../DWARF/Inputs/pr-43860-dwarf-gcc.o 2>&1 | \
45 ; ONE-NEXT: [000] {File} '{{.*}}pr-43860-clang.o' -> WASM
47 ; ONE-NEXT: [001] {CompileUnit} 'pr-43860.cpp'
65 ; ONE-NEXT: [000] {File} 'pr-43860-dwarf-gcc.o' -> elf64-x86-64
67 ; ONE-NEXT: [001] {CompileUnit} 'pr-43860.cpp'
94 ; RUN: %t.pr-43860-clang.o \
95 ; RUN: %p/../DWARF/Inputs/pr-43860-dwarf-gcc.o 2>&1 | \
[all …]
H A D03-wasm-incorrect-lexical-scope-typedef.test5 ; pr-44884.cpp
34 ; RUN: %p/Inputs/pr-44884-clang.s -o %t.pr-44884-clang.o
39 ; RUN: %t.pr-44884-clang.o \
40 ; RUN: %p/../DWARF/Inputs/pr-44884-dwarf-gcc.o 2>&1 | \
44 ; ONE-NEXT: [000] {File} '{{.*}}pr-44884-clang.o' -> WASM
46 ; ONE-NEXT: [001] {CompileUnit} 'pr-44884.cpp'
83 ; ONE-NEXT: [000] {File} 'pr-44884-dwarf-gcc.o' -> elf64-x86-64
85 ; ONE-NEXT: [001] {CompileUnit} 'pr-44884.cpp'
119 ; RUN: %t.pr-44884-clang.o \
120 ; RUN: %p/../DWARF/Inputs/pr-44884-dwarf-gcc.o 2>&1 | \
[all …]
/llvm-project/llvm/utils/git/
H A Dgithub-automation.py115 self.pr = self.repo.get_issue(pr_number).as_pull_request()
116 self._team_name = "pr-subscribers-{}".format(
119 self.COMMENT_TAG = "<!--LLVM PR SUMMARY COMMENT-->\n"
122 for comment in self.pr.as_issue().get_comments():
140 diff_stats = f"{self.pr.changed_files} Files Affected:\n\n"
141 for file in self.pr.get_files():
156 patch = requests.get(self.pr.diff_url).text
160 patch_link = f"Full diff: {self.pr.diff_url}\n"
162 patch_link = f"\nPatch is {human_readable_size(len(patch))}, truncated to {human_readable_size(DIFF_LIMIT)} below, full version: {self.pr.diff_url}\n"
166 body = escape_description(self.pr
[all...]
/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/DWARF/
H A D04-dwarf-missing-nested-enumerators.test5 ; pr-46466.cpp
31 ; RUN: %p/Inputs/pr-46466-dwarf-clang.o \
32 ; RUN: %p/Inputs/pr-46466-dwarf-gcc.o 2>&1 | \
36 ; ONE-NEXT: [000] {File} 'pr-46466-dwarf-clang.o' -> elf64-x86-64
38 ; ONE-NEXT: [001] {CompileUnit} 'pr-46466.cpp'
45 ; ONE-NEXT: [000] {File} 'pr-46466-dwarf-gcc.o' -> elf64-x86-64
47 ; ONE-NEXT: [001] {CompileUnit} 'pr-46466.cpp'
66 ; RUN: %p/Inputs/pr-46466-*.o 2>&1 | \
70 ; TWO-NEXT: [000] {File} 'pr-46466-dwarf-clang.o' -> elf64-x86-64
72 ; TWO-NEXT: [001] {CompileUnit} 'pr-46466.cpp'
[all …]
H A Dpr-57040-incorrect-function-compare.test42 ; RUN: %p/Inputs/pr-57040-test-dwarf-clang.o \
43 ; RUN: %p/Inputs/pr-57040-test-dwarf-gcc.o 2>&1 | \
46 ; ONE: Reference: 'pr-57040-test-dwarf-clang.o'
47 ; ONE-NEXT: Target: 'pr-57040-test-dwarf-gcc.o'
50 ; ONE-NEXT: [000] {File} 'pr-57040-test-dwarf-clang.o'
68 ; RUN: %p/Inputs/pr-57040-test-dwarf-clang.o \
69 ; RUN: %p/Inputs/pr-57040-test-dwarf-gcc.o 2>&1 | \
72 ; TWO: Reference: 'pr-57040-test-dwarf-clang.o'
73 ; TWO-NEXT: Target: 'pr-57040-test-dwarf-gcc.o'
97 ; RUN: %p/Inputs/pr-57040-test-dwarf-gcc.o \
[all …]
H A D05-dwarf-incorrect-lexical-scope-variable.test5 ; pr-43860.cpp
37 ; RUN: %p/Inputs/pr-43860-dwarf-clang.o \
38 ; RUN: %p/Inputs/pr-43860-dwarf-gcc.o 2>&1 | \
42 ; ONE-NEXT: [000] {File} 'pr-43860-dwarf-clang.o' -> elf64-x86-64
44 ; ONE-NEXT: [001] {CompileUnit} 'pr-43860.cpp'
62 ; ONE-NEXT: [000] {File} 'pr-43860-dwarf-gcc.o' -> elf64-x86-64
64 ; ONE-NEXT: [001] {CompileUnit} 'pr-43860.cpp'
91 ; RUN: %p/Inputs/pr-43860-*.o 2>&1 | \
95 ; TWO-NEXT: [000] {File} 'pr-43860-dwarf-clang.o' -> elf64-x86-64
97 ; TWO-NEXT: [001] {CompileUnit} 'pr
[all...]
/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/COFF/
H A D04-coff-missing-nested-enumerators.test5 ; pr-46466.cpp
31 ; RUN: %p/Inputs/pr-46466-codeview-clang.o \
32 ; RUN: %p/Inputs/pr-46466-codeview-msvc.o 2>&1 | \
36 ; ONE-NEXT: [000] {File} 'pr-46466-codeview-clang.o' -> COFF-x86-64
38 ; ONE-NEXT: [001] {CompileUnit} 'pr-46466.cpp'
49 ; ONE-NEXT: [000] {File} 'pr-46466-codeview-msvc.o' -> COFF-x86-64
51 ; ONE-NEXT: [001] {CompileUnit} 'pr-46466.cpp'
70 ; RUN: %p/Inputs/pr-46466-*.o 2>&1 | \
74 ; TWO-NEXT: [000] {File} 'pr-46466-codeview-clang.o' -> COFF-x86-64
76 ; TWO-NEXT: [001] {CompileUnit} 'pr-46466.cpp'
[all …]
H A D05-coff-incorrect-lexical-scope-variable.test5 ; pr-43860.cpp
37 ; RUN: %p/Inputs/pr-43860-codeview-clang.o \
38 ; RUN: %p/Inputs/pr-43860-codeview-msvc.o 2>&1 | \
42 ; ONE-NEXT: [000] {File} 'pr-43860-codeview-clang.o' -> COFF-x86-64
44 ; ONE-NEXT: [001] {CompileUnit} 'pr-43860.cpp'
58 ; ONE-NEXT: [000] {File} 'pr-43860-codeview-msvc.o' -> COFF-x86-64
60 ; ONE-NEXT: [001] {CompileUnit} 'pr-43860.cpp'
82 ; RUN: %p/Inputs/pr-43860-*.o 2>&1 | \
86 ; TWO-NEXT: [000] {File} 'pr-43860-codeview-clang.o' -> COFF-x86-64
88 ; TWO-NEXT: [001] {CompileUnit} 'pr-43860.cpp'
[all …]
H A D03-coff-incorrect-lexical-scope-typedef.test5 ; pr-44884.cpp
36 ; RUN: %p/Inputs/pr-44884-codeview-clang.o \
37 ; RUN: %p/Inputs/pr-44884-codeview-msvc.o 2>&1 | \
41 ; ONE-NEXT: [000] {File} 'pr-44884-codeview-clang.o' -> COFF-x86-64
43 ; ONE-NEXT: [001] {CompileUnit} 'pr-44884.cpp'
62 ; ONE-NEXT: [000] {File} 'pr-44884-codeview-msvc.o' -> COFF-x86-64
64 ; ONE-NEXT: [001] {CompileUnit} 'pr-44884.cpp'
92 ; RUN: %p/Inputs/pr-44884-*.o 2>&1 | \
96 ; TWO-NEXT: [000] {File} 'pr-44884-codeview-clang.o' -> COFF-x86-64
98 ; TWO-NEXT: [001] {CompileUnit} 'pr-44884.cpp'
[all …]
/llvm-project/llvm/test/Transforms/Float2Int/
H A Dbasic.ll5 …2-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"| FileCheck %s -check-prefixes=CHECK,PR-79158
29 ; PR-79158-LABEL: @simple1(
30 ; PR-79158-NEXT: [[TMP1:%.*]] = zext i8 [[A:%.*]] to i16
31 ; PR-79158-NEXT: [[T21:%.*]] = add i16 [[TMP1]], 1
32 ; PR-79158-NEXT: ret i16 [[T21]]
59 ; PR-79158-LABEL: @simple2(
60 ; PR-79158-NEXT: [[TMP1:%.*]] = zext i8 [[A:%.*]] to i16
61 ; PR-79158-NEXT: [[T21:%.*]] = sub i16 [[TMP1]], 1
62 ; PR-79158-NEXT: [[TMP2:%.*]] = trunc i16 [[T21]] to i8
63 ; PR-79158-NEXT: ret i8 [[TMP2]]
[all …]
/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/Inputs/
H A Dpr-44884-clang.s2 .file "pr-44884.cpp"
12 .file 1 "/data/projects/scripts/regression-suite/input/general" "pr-44884.cpp"
13 .loc 1 1 0 # pr-44884.cpp:1:0
29 .loc 1 1 36 prologue_end # pr-44884.cpp:1:36
57 .loc 1 0 36 is_stmt 0 # pr-44884.cpp:0:36
59 .loc 1 1 36 # pr-44884.cpp:1:36
65 .loc 1 0 36 # pr-44884.cpp:0:36
67 .loc 1 1 36 # pr-44884.cpp:1:36
70 .loc 1 1 24 # pr-44884.cpp:1:24
83 .loc 1 3 0 is_stmt 1 # pr-44884.cpp:3:0
[all …]
H A Dpr-43860-clang.s2 .file "pr-43860.cpp"
11 .file 1 "/data/projects/scripts/regression-suite/input/general" "pr-43860.cpp"
12 .loc 1 11 0 # pr-43860.cpp:11:0
31 .loc 1 12 11 prologue_end # pr-43860.cpp:12:11
35 .loc 1 12 7 is_stmt 0 # pr-43860.cpp:12:7
39 .loc 1 13 23 is_stmt 1 # pr-43860.cpp:13:23
47 .loc 1 3 15 # pr-43860.cpp:3:15
51 .loc 1 3 7 is_stmt 0 # pr-43860.cpp:3:7
56 .loc 1 5 17 is_stmt 1 # pr-43860.cpp:5:17
60 .loc 1 5 25 is_stmt 0 # pr-43860.cpp:5:25
[all …]
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp71 PassRegistry &PR = *PassRegistry::getPassRegistry(); in LLVMInitializeX86Target()
72 initializeX86LowerAMXIntrinsicsLegacyPassPass(PR); in LLVMInitializeX86Target()
73 initializeX86LowerAMXTypeLegacyPassPass(PR); in LLVMInitializeX86Target() local
74 initializeX86PreTileConfigPass(PR); in LLVMInitializeX86Target()
75 initializeGlobalISel(PR); in LLVMInitializeX86Target()
76 initializeWinEHStatePassPass(PR); in LLVMInitializeX86Target()
77 initializeFixupBWInstPassPass(PR); in LLVMInitializeX86Target()
78 initializeCompressEVEXPassPass(PR); in LLVMInitializeX86Target()
79 initializeFixupLEAPassPass(PR); in LLVMInitializeX86Target()
80 initializeFPSPass(PR); in LLVMInitializeX86Target()
[all...]
/llvm-project/llvm/docs/
H A DGitHub.rst54 label to the PR.
87 gh pr create
110 If you do this, you must squash and merge before landing the PR and
133 After your PR is reviewed and accepted, you want to rebase your branch to ensure
134 you won't encounter merge conflicts when landing the PR.
137 This guide assumes that the PR branch only has 1 author. If you are
144 Before merging a PR you must have the required approvals. See
150 When your PR has been approved you can merge your changes.
157 If the PR is a single commit, all you need to do is click the merge button in
160 If your PR contain
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp475 PassRegistry *PR = PassRegistry::getPassRegistry(); in createGCNMaxOccupancyMachineScheduler()
476 initializeR600ClauseMergePassPass(*PR); in createGCNMaxOccupancyMachineScheduler()
477 initializeR600ControlFlowFinalizerPass(*PR); in createGCNMaxOccupancyMachineScheduler()
478 initializeR600PacketizerPass(*PR); in createGCNMaxOccupancyMachineScheduler()
479 initializeR600ExpandSpecialInstrsPassPass(*PR); in createGCNMaxOccupancyMachineScheduler()
480 initializeR600VectorRegMergerPass(*PR); in createGCNMaxOccupancyMachineScheduler()
481 initializeGlobalISel(*PR); in createGCNMaxOccupancyMachineScheduler()
482 initializeAMDGPUDAGToDAGISelLegacyPass(*PR);
483 initializeGCNDPPCombineLegacyPass(*PR);
484 initializeSILowerI1CopiesLegacyPass(*PR); in createGCNMaxILPMachineScheduler()
385 PassRegistry *PR = PassRegistry::getPassRegistry(); LLVMInitializeAMDGPUTarget() local
[all...]
/llvm-project/libcxxabi/test/vendor/ibm/
H A Daix_xlclang_nested_excp_32.pass.sh.s111 .rename H.10.NO_SYMBOL{PR},""
138 .lglobl H.10.NO_SYMBOL{PR}
164 .extern .__cxa_allocate_exception{PR}
165 .extern .__cxa_throw{PR}
166 .extern .__xlc_exception_handle{PR}
167 .extern .__xlc_catch_matchv2{PR}
168 .extern .__cxa_begin_catch{PR}
169 .extern .__assert{PR}
170 .extern .__cxa_end_catch{PR}
171 .extern .__cxa_rethrow{PR}
[all...]
H A Daix_xlclang_nested_excp_64.pass.sh.s110 .rename H.4.NO_SYMBOL{PR},""
137 .lglobl H.4.NO_SYMBOL{PR}
163 .extern .__cxa_allocate_exception{PR}
164 .extern .__cxa_throw{PR}
165 .extern .__xlc_exception_handle{PR}
166 .extern .__xlc_catch_matchv2{PR}
167 .extern .__cxa_begin_catch{PR}
168 .extern .__assert{PR}
169 .extern .__cxa_end_catch{PR}
170 .extern .__cxa_rethrow{PR}
[all...]
/llvm-project/.github/workflows/
H A Dissue-write.yml8 - "PR Request Release Note"
16 pr-comment:
40 - name: 'Comment on PR'
94 // If the branch for the PR was deleted before this job has a chance
96 // 1. Rebase the PR, which triggers some workflow.
97 // 2. Immediately merges the PR and deletes the branch.
106 gql_result.repository.ref.associatedPullRequests.nodes.forEach((pr) => {
108 // The largest PR number is the one we care about. The only way
111 if (pr.baseRepository.owner.login = context.repo.owner && pr
[all...]

12345678910>>...23