/llvm-project/llvm/test/CodeGen/MLRegAlloc/Inputs/ |
H A D | reference-prio-log-noml.txt | 6 priority: 2684358144.0 12 priority: 2684358656.0 18 priority: 2684357888.0 24 priority: 2684358144.0 30 priority: 3758100736.0 36 priority: 3758096896.0 42 priority: 2147485184.0 48 priority: 2147484928.0 54 priority: 2684358144.0 60 priority: 2147484928.0 [all …]
|
/llvm-project/clang/test/OpenMP/ |
H A D | task_priority_messages.cpp | 17 #pragma omp task priority // expected-error {{expected '(' after 'priority'}} in tmain() 18 …#pragma omp task priority ( // expected-error {{expected expression}} expected-error {{expected ')… in tmain() 19 #pragma omp task priority () // expected-error {{expected expression}} in tmain() 20 …#pragma omp task priority (argc // expected-error {{expected ')'}} expected-note {{to match this '… in tmain() 21 …#pragma omp task priority (argc)) // expected-warning {{extra tokens at the end of '#pragma omp ta… in tmain() 22 #pragma omp task priority (argc > 0 ? argv[1][0] : argv[2][argc] + z) in tmain() 23 …ma omp task priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp t… in tmain() 24 #pragma omp task priority (S) // expected-error {{'S' does not refer to a value}} in tmain() 25 …#pragma omp task priority (argc argc) // expected-error {{expected ')'}} expected-note {{to match … in tmain() 26 #pragma omp task priority(0) in tmain() [all …]
|
H A D | taskloop_priority_messages.cpp | 17 #pragma omp taskloop priority // expected-error {{expected '(' after 'priority'}} in tmain() 20 …#pragma omp taskloop priority ( // expected-error {{expected expression}} expected-error {{expecte… in tmain() 23 #pragma omp taskloop priority () // expected-error {{expected expression}} in tmain() 26 …#pragma omp taskloop priority (argc // expected-error {{expected ')'}} expected-note {{to match th… in tmain() 29 …#pragma omp taskloop priority (argc)) // expected-warning {{extra tokens at the end of '#pragma om… in tmain() 32 #pragma omp taskloop priority (argc > 0 ? argv[1][0] : argv[2][argc] + z) in tmain() 35 … taskloop priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp tas… in tmain() 38 #pragma omp taskloop priority (S) // expected-error {{'S' does not refer to a value}} in tmain() 41 …#pragma omp taskloop priority (argc argc) // expected-error {{expected ')'}} expected-note {{to ma… in tmain() 44 #pragma omp taskloop priority(0) in tmain() [all …]
|
H A D | master_taskloop_priority_messages.cpp | 17 #pragma omp master taskloop priority // expected-error {{expected '(' after 'priority'}} in tmain() 20 …#pragma omp master taskloop priority ( // expected-error {{expected expression}} expected-error {{… in tmain() 23 #pragma omp master taskloop priority () // expected-error {{expected expression}} in tmain() 26 …#pragma omp master taskloop priority (argc // expected-error {{expected ')'}} expected-note {{to m… in tmain() 29 …#pragma omp master taskloop priority (argc)) // expected-warning {{extra tokens at the end of '#pr… in tmain() 32 #pragma omp master taskloop priority (argc > 0 ? argv[1][0] : argv[2][argc] + z) in tmain() 35 …kloop priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp master … in tmain() 38 #pragma omp master taskloop priority (S) // expected-error {{'S' does not refer to a value}} in tmain() 41 …#pragma omp master taskloop priority (argc argc) // expected-error {{expected ')'}} expected-note … in tmain() 44 #pragma omp master taskloop priority(0) in tmain() [all …]
|
H A D | parallel_master_taskloop_priority_messages.cpp | 17 #pragma omp parallel master taskloop priority // expected-error {{expected '(' after 'priority'}} in tmain() 20 …#pragma omp parallel master taskloop priority ( // expected-error {{expected expression}} expected… in tmain() 23 #pragma omp parallel master taskloop priority () // expected-error {{expected expression}} in tmain() 26 …#pragma omp parallel master taskloop priority (argc // expected-error {{expected ')'}} expected-no… in tmain() 29 …#pragma omp parallel master taskloop priority (argc)) // expected-warning {{extra tokens at the en… in tmain() 32 #pragma omp parallel master taskloop priority (argc > 0 ? argv[1][0] : argv[2][argc] + z) in tmain() 35 …p priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp parallel ma… in tmain() 38 …#pragma omp parallel master taskloop priority (S) // expected-error {{'S' does not refer to a valu… in tmain() 41 …#pragma omp parallel master taskloop priority (argc argc) // expected-error {{expected ')'}} expec… in tmain() 44 #pragma omp parallel master taskloop priority(0) in tmain() [all …]
|
H A D | taskloop_simd_priority_messages.cpp | 17 #pragma omp taskloop simd priority // expected-error {{expected '(' after 'priority'}} in tmain() 20 …#pragma omp taskloop simd priority ( // expected-error {{expected expression}} expected-error {{ex… in tmain() 23 #pragma omp taskloop simd priority () // expected-error {{expected expression}} in tmain() 26 …#pragma omp taskloop simd priority (argc // expected-error {{expected ')'}} expected-note {{to mat… in tmain() 29 …#pragma omp taskloop simd priority (argc + z)) // expected-warning {{extra tokens at the end of '#… in tmain() 32 #pragma omp taskloop simd priority (argc > 0 ? argv[1][0] : argv[2][argc]) in tmain() 35 …p simd priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp tasklo… in tmain() 38 #pragma omp taskloop simd priority (S) // expected-error {{'S' does not refer to a value}} in tmain() 41 …#pragma omp taskloop simd priority (argc argc) // expected-error {{expected ')'}} expected-note {{… in tmain() 44 #pragma omp taskloop simd priority(0) in tmain() [all …]
|
H A D | parallel_masked_taskloop_priority_messages.cpp | 17 #pragma omp parallel masked taskloop priority // expected-error {{expected '(' after 'priority'}} in tmain() 20 …#pragma omp parallel masked taskloop priority ( // expected-error {{expected expression}} expected… in tmain() 23 #pragma omp parallel masked taskloop priority () // expected-error {{expected expression}} in tmain() 26 …#pragma omp parallel masked taskloop priority (argc // expected-error {{expected ')'}} expected-no… in tmain() 29 …#pragma omp parallel masked taskloop priority (argc)) // expected-warning {{extra tokens at the en… in tmain() 32 #pragma omp parallel masked taskloop priority (argc > 0 ? argv[1][0] : argv[2][argc] + z) in tmain() 35 …p priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp parallel ma… in tmain() 38 …#pragma omp parallel masked taskloop priority (S) // expected-error {{'S' does not refer to a valu… in tmain() 41 …#pragma omp parallel masked taskloop priority (argc argc) // expected-error {{expected ')'}} expec… in tmain() 44 #pragma omp parallel masked taskloop priority(0) in tmain() [all …]
|
H A D | master_taskloop_simd_priority_messages.cpp | 17 #pragma omp master taskloop simd priority // expected-error {{expected '(' after 'priority'}} in tmain() 20 …#pragma omp master taskloop simd priority ( // expected-error {{expected expression}} expected-err… in tmain() 23 #pragma omp master taskloop simd priority () // expected-error {{expected expression}} in tmain() 26 …#pragma omp master taskloop simd priority (argc // expected-error {{expected ')'}} expected-note {… in tmain() 29 …#pragma omp master taskloop simd priority (argc + z)) // expected-warning {{extra tokens at the en… in tmain() 32 #pragma omp master taskloop simd priority (argc > 0 ? argv[1][0] : argv[2][argc]) in tmain() 35 …imd priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp master ta… in tmain() 38 #pragma omp master taskloop simd priority (S) // expected-error {{'S' does not refer to a value}} in tmain() 41 …#pragma omp master taskloop simd priority (argc argc) // expected-error {{expected ')'}} expected-… in tmain() 44 #pragma omp master taskloop simd priority(0) in tmain() [all …]
|
H A D | masked_taskloop_priority_messages.cpp | 17 #pragma omp masked taskloop priority // expected-error {{expected '(' after 'priority'}} in tmain() 20 …#pragma omp masked taskloop priority ( // expected-error {{expected expression}} expected-error {{… in tmain() 23 #pragma omp masked taskloop priority () // expected-error {{expected expression}} in tmain() 26 …#pragma omp masked taskloop priority (argc // expected-error {{expected ')'}} expected-note {{to m… in tmain() 29 …#pragma omp masked taskloop priority (argc)) // expected-warning {{extra tokens at the end of '#pr… in tmain() 32 #pragma omp masked taskloop priority (argc > 0 ? argv[1][0] : argv[2][argc] + z) in tmain() 35 …kloop priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp masked … in tmain() 38 #pragma omp masked taskloop priority (S) // expected-error {{'S' does not refer to a value}} in tmain() 41 …#pragma omp masked taskloop priority (argc argc) // expected-error {{expected ')'}} expected-note … in tmain() 44 #pragma omp masked taskloop priority(0) in tmain() [all …]
|
H A D | masked_taskloop_simd_priority_messages.cpp | 17 #pragma omp masked taskloop simd priority // expected-error {{expected '(' after 'priority'}} in tmain() 20 …#pragma omp masked taskloop simd priority ( // expected-error {{expected expression}} expected-err… in tmain() 23 #pragma omp masked taskloop simd priority () // expected-error {{expected expression}} in tmain() 26 …#pragma omp masked taskloop simd priority (argc // expected-error {{expected ')'}} expected-note {… in tmain() 29 …#pragma omp masked taskloop simd priority (argc + z)) // expected-warning {{extra tokens at the en… in tmain() 32 #pragma omp masked taskloop simd priority (argc > 0 ? argv[1][0] : argv[2][argc]) in tmain() 35 …imd priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp masked ta… in tmain() 38 #pragma omp masked taskloop simd priority (S) // expected-error {{'S' does not refer to a value}} in tmain() 41 …#pragma omp masked taskloop simd priority (argc argc) // expected-error {{expected ')'}} expected-… in tmain() 44 #pragma omp masked taskloop simd priority(0) in tmain() [all …]
|
H A D | parallel_master_taskloop_simd_priority_messages.cpp | 17 …#pragma omp parallel master taskloop simd priority // expected-error {{expected '(' after 'priorit… in tmain() 20 …#pragma omp parallel master taskloop simd priority ( // expected-error {{expected expression}} exp… in tmain() 23 #pragma omp parallel master taskloop simd priority () // expected-error {{expected expression}} in tmain() 26 …#pragma omp parallel master taskloop simd priority (argc // expected-error {{expected ')'}} expect… in tmain() 29 …#pragma omp parallel master taskloop simd priority (argc)) // expected-warning {{extra tokens at t… in tmain() 32 #pragma omp parallel master taskloop simd priority (argc > 0 ? argv[1][0] : argv[2][argc] + z) in tmain() 35 …priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp parallel mast… in tmain() 38 …#pragma omp parallel master taskloop simd priority (S) // expected-error {{'S' does not refer to a… in tmain() 41 …#pragma omp parallel master taskloop simd priority (argc argc) // expected-error {{expected ')'}} … in tmain() 44 #pragma omp parallel master taskloop simd priority(0) in tmain() [all …]
|
H A D | parallel_masked_taskloop_simd_priority_messages.cpp | 17 …#pragma omp parallel masked taskloop simd priority // expected-error {{expected '(' after 'priorit… in tmain() 20 …#pragma omp parallel masked taskloop simd priority ( // expected-error {{expected expression}} exp… in tmain() 23 #pragma omp parallel masked taskloop simd priority () // expected-error {{expected expression}} in tmain() 26 …#pragma omp parallel masked taskloop simd priority (argc // expected-error {{expected ')'}} expect… in tmain() 29 …#pragma omp parallel masked taskloop simd priority (argc)) // expected-warning {{extra tokens at t… in tmain() 32 #pragma omp parallel masked taskloop simd priority (argc > 0 ? argv[1][0] : argv[2][argc] + z) in tmain() 35 …priority (foobool(argc)), priority (true) // expected-error {{directive '#pragma omp parallel mask… in tmain() 38 …#pragma omp parallel masked taskloop simd priority (S) // expected-error {{'S' does not refer to a… in tmain() 41 …#pragma omp parallel masked taskloop simd priority (argc argc) // expected-error {{expected ')'}} … in tmain() 44 #pragma omp parallel masked taskloop simd priority(0) in tmain() [all …]
|
/llvm-project/clang/test/Index/ |
H A D | complete-type-factors.m | 7 enum Priority { 13 enum Priority func2(int); 15 enum Priority test1(enum Priority priority, enum Color color, int integer) { 18 return priority; 26 + (void)method:(enum Color)color priority:(enum Priority)priority; argument 27 - (void)method:(enum Color)color priority:(enum Priority)priority; argument 31 [a method:Red priority:High]; 32 [A method:Red priority:Low]; 39 // CHECK-CC1: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int… 41 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (32) [all …]
|
/llvm-project/openmp/runtime/test/tasking/ |
H A D | omp_task_priority2.c | 4 // Higher priority task supposed to be executed before lower priority task. 16 printf("Got %d max priority via env\n", omp_get_max_task_priority()); in main() 27 #pragma omp task priority(1) in main() 28 { // middle priority in main() 35 #pragma omp task priority(2) in main() 36 { // high priority in main() 43 #pragma omp task priority(0) in main() 44 { // low priority specified explicitly in main() 52 { // low priority by default in main() 75 #pragma omp task priority(1) in main() [all …]
|
/llvm-project/llvm/test/CodeGen/AArch64/ |
H A D | machine-outliner-sort-per-priority.ll | 16 ; - `Benefit=120-96=24` and `Priority=120/96=1.25` 28 ; - `Benefit=48-28=20` and `Priority=48/28=1.71` 30 ; Note that the first one has higher benefit, but lower priority. 31 ; Hence, when outlining per priority, the second one will be outlined first. 34 ; RUN: llvm-objdump -d %t | FileCheck %s --check-prefix=CHECK-SORT-BY-PRIORITY 75 ; CHECK-SORT-BY-PRIORITY: <_OUTLINED_FUNCTION_0>: 76 ; CHECK-SORT-BY-PRIORITY-NEXT: mov w6, #0x6 77 ; CHECK-SORT-BY-PRIORITY-NEXT: mov w7, #0x7 78 ; CHECK-SORT-BY-PRIORITY-NEXT: b 80 ; CHECK-SORT-BY-PRIORITY: <_OUTLINED_FUNCTION_1>: [all …]
|
/llvm-project/clang/bindings/python/tests/cindex/ |
H A D | test_code_completion.py | 52 "{'int', ResultType} | {'test1', TypedText} || Priority: 50 || Availability: Available || Brief comment: Aaa.", 53 "{'void', ResultType} | {'test2', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 50 || Availability: Available || Brief comment: Bbb.", 54 "{'return', TypedText} | {';', SemiColon} || Priority: 40 || Availability: Available || Brief comment: ", 92 "{'int', ResultType} | {'test1', TypedText} || Priority: 50 || Availability: Available || Brief comment: Aaa.", 93 "{'void', ResultType} | {'test2', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 50 || Availability: Available || Brief comment: Bbb.", 94 "{'return', TypedText} | {';', SemiColon} || Priority: 40 || Availability: Available || Brief comment: ", 128 "{'const', TypedText} || Priority: 50 || Availability: Available || Brief comment: ", 129 "{'volatile', TypedText} || Priority: 50 || Availability: Available || Brief comment: ", 130 "{'operator', TypedText} || Priority: 40 || Availability: Available || Brief comment: ", 131 "{'P', TypedText} || Priority [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSetWavePriority.cpp | 1 //===- AMDGPUSetWavePriority.cpp - Set wave priority ----------------------===// 10 /// Pass to temporarily raise the wave priority beginning the start of 25 #define DEBUG_TYPE "amdgpu-set-wave-priority" 28 "amdgpu-set-wave-priority-valu-insts-threshold", 29 cl::desc("VALU instruction count threshold for adjusting wave priority"), 49 StringRef getPassName() const override { return "Set wave priority"; } in AMDGPUSetWavePriority() 56 unsigned priority) const; 63 INITIALIZE_PASS(AMDGPUSetWavePriority, DEBUG_TYPE, "Set wave priority", false, 75 unsigned priority) const { in BuildSetprioMI() 77 .addImm(priority); in BuildSetprioMI() [all...] |
H A D | GCNMinRegStrategy.cpp | 26 int Priority; member 29 : SU(SU_), Priority(Priority_) {} in Candidate() 70 void bumpPredsPriority(const SUnit *SchedSU, int Priority); 71 void releaseSuccessors(const SUnit* SU, int Priority); 138 LLVM_DEBUG(dbgs() << "\nSelecting max priority candidates among " << Num in pickCandidate() 140 Num = findMax(Num, [=](const Candidate &C) { return C.Priority; }); in pickCandidate() 177 void GCNMinRegScheduler::bumpPredsPriority(const SUnit *SchedSU, int Priority) { in bumpPredsPriority() argument 202 << ")'s non-ready successors of " << Priority in bumpPredsPriority() 203 << " priority in ready queue: "); in bumpPredsPriority() 206 C.Priority in bumpPredsPriority() 213 releaseSuccessors(const SUnit * SU,int Priority) releaseSuccessors() argument [all...] |
/llvm-project/lld/test/wasm/ |
H A D | init-fini.ll | 141 ; RELOC-NEXT: 0 (priority=101) 142 ; RELOC-NEXT: 1 (priority=101) 143 ; RELOC-NEXT: 15 (priority=101) 144 ; RELOC-NEXT: 11 (priority=101) 145 ; RELOC-NEXT: 21 (priority=101) 146 ; RELOC-NEXT: 11 (priority=202) 147 ; RELOC-NEXT: 23 (priority=202) 148 ; RELOC-NEXT: 0 (priority=1001) 149 ; RELOC-NEXT: 17 (priority=1001) 150 ; RELOC-NEXT: 11 (priority=2002) [all …]
|
/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 51 /// Default priority values for code-completion results based 54 /// Priority for the next initialization in a constructor initializer 58 /// Priority for an enumeration constant inside a switch whose 62 /// Priority for a send-to-super completion. 65 /// Priority for a declaration that is in the local scope. 68 /// Priority for a member declaration found from the current 72 /// Priority for a language keyword (that isn't any of the other 76 /// Priority for a code pattern. 79 /// Priority for a non-type declaration. 82 /// Priority fo 582 unsigned Priority : 16; global() variable 693 unsigned Priority = 0; global() variable 710 CodeCompletionBuilder(CodeCompletionAllocator & Allocator,CodeCompletionTUInfo & CCTUInfo,unsigned Priority,CXAvailabilityKind Availability) CodeCompletionBuilder() argument 796 unsigned Priority; global() variable 932 CodeCompletionResult(CodeCompletionString * Pattern,const NamedDecl * D,unsigned Priority) CodeCompletionResult() argument [all...] |
/llvm-project/clang/include/clang/Tooling/Inclusions/ |
H A D | IncludeStyle.h | 40 /// Then split into groups based on category priority. See 60 /// The priority to assign to this category. 61 int Priority; member 62 /// The custom priority to sort before grouping. 67 return Regex == Other.Regex && Priority == Other.Priority && 93 /// ``IncludeBlocks = IBS_Regroup`` to define the priority in which 94 /// ``#includes`` should be ordered. The value of ``Priority`` defines the 96 /// of different priority. ``SortPriority`` is set to the value of 97 /// ``Priority`` a [all...] |
/llvm-project/llvm/test/CodeGen/MLRegAlloc/ |
H A D | dev-mode-prio-logging.ll | 7 ; RUN: -regalloc-enable-priority-advisor=development \ 8 ; RUN: -regalloc-priority-training-log=%t1 \ 15 ; RUN: %python %S/../../../lib/Analysis/models/gen-regalloc-priority-test-model.py %t_savedmodel 18 ; RUN: -regalloc-enable-priority-advisor=development \ 19 ; RUN: -regalloc-priority-training-log=%t2 \ 20 ; RUN: -regalloc-priority-model=%t < %S/Inputs/input.ll 25 ; CHECK-LABEL: priority:
|
H A D | default-priority-advisor.ll | 6 ; RUN: not llc -O2 -regalloc-enable-priority-advisor=development < %s 2>&1 | FileCheck %s 7 ; RUN: not llc -O2 -regalloc-enable-priority-advisor=release < %s 2>&1 | FileCheck %s 8 ; RUN: llc -O2 -regalloc-enable-priority-advisor=default < %s 2>&1 | FileCheck %s --check-prefix=DE… 10 ; regalloc-enable-priority-advisor is not enabled for NVPTX 19 ; CHECK: Requested regalloc priority advisor analysis could be created. Using default 20 ; DEFAULT-NOT: Requested regalloc priority advisor analysis could be created. Using default
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocPriorityAdvisor.cpp | 1 //===- RegAllocPriorityAdvisor.cpp - live ranges priority advisor ---------===// 9 // Implementation of the default priority advisor and of the Analysis pass. 24 "regalloc-enable-priority-advisor", cl::Hidden, 39 INITIALIZE_PASS(RegAllocPriorityAdvisorAnalysis, "regalloc-priority", 40 "Regalloc priority policy", false, true) 67 M.getContext().emitError("Requested regalloc priority advisor analysis " in doInitialization() 126 return "Default Regalloc Priority Advisor"; 128 return "Release mode Regalloc Priority Advisor"; 130 return "Development mode Regalloc Priority Advisor"; 132 return "Dummy Regalloc Priority Adviso [all...] |
/llvm-project/lld/MachO/ |
H A D | SectionPriorities.h | 46 // out in decreasing order; that is, a higher priority section will be closer 54 // Each section gets assigned the priority of the highest-priority symbol it 59 // The symbol with the smallest priority should be ordered first in the output 62 // The priority given to a matching symbol, regardless of which object file 65 // The priority given to a matching symbol from a particular object file.
|