Home
last modified time | relevance | path

Searched refs:Execution (Results 1 – 25 of 117) sorted by relevance

12345

/llvm-project-15.0.7/mlir/test/Pass/
H A Dpass-timing.mlir7 // LIST: Execution time report
8 // LIST: Total Execution Time:
15 // PIPELINE: Execution time report
16 // PIPELINE: Total Execution Time:
29 // MT_LIST: Execution time report
30 // MT_LIST: Total Execution Time:
37 // MT_PIPELINE: Execution time report
38 // MT_PIPELINE: Total Execution Time:
51 // NESTED_PIPELINE: Execution time report
52 // NESTED_PIPELINE: Total Execution Time:
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.cpp66 bool isEnumValue(ExecutionMode Execution) { in isEnumValue() argument
67 return isPowerOf2_32(static_cast<uint32_t>(Execution)); in isEnumValue()
106 SmallVector<ExecutionMode, 4> getExecutionModeBits(ExecutionMode Execution) { in getExecutionModeBits() argument
109 if ((Execution & Bit) == Bit) in getExecutionModeBits()
H A DCodeTemplate.h99 bool isEnumValue(ExecutionMode Execution);
102 StringRef getName(ExecutionMode Execution);
125 ExecutionMode Execution = ExecutionMode::UNKNOWN; member
H A DSerialSnippetGenerator.cpp104 CT.Execution = ExecutionModeBit; in appendCodeTemplates()
126 CT.Execution = ExecutionModeBit; in appendCodeTemplates()
146 CT.Execution = ExecutionModeBit; in appendCodeTemplates()
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dparameter-constant-division.ll8 ; CHECK-NEXT: Execution Context: { : }
11 ; CHECK-NEXT: Execution Context: { : }
14 ; CHECK-NEXT: Execution Context: { : }
17 ; CHECK-NEXT: Execution Context: { : }
20 ; CHECK-NEXT: Execution Context: { : }
23 ; CHECK-NEXT: Execution Context: { : }
26 ; CHECK-NEXT: Execution Context: { : }
H A Dinvariant_loads_complicated_dependences.ll6 ; CHECK-NEXT: Execution Context: [LB, UB] -> { : }
9 ; CHECK-NEXT: Execution Context: [LB, UB] -> { : }
12 ; CHECK-NEXT: Execution Context: [LB, UB] -> { : LB >= 6 or (UB > LB and UB >= 6) }
15 ; CHECK-NEXT: Execution Context: [LB, UB] -> { : LB <= 5 }
H A Dinvariant_load_distinct_parameter_valuations.ll11 ; CHECK-NEXT: Execution Context: [order, n] -> { : order = 2 }
14 ; CHECK-NEXT: Execution Context: [order, n] -> { : order = 2 }
17 ; CHECK-NEXT: Execution Context: [order, n] -> { : order = 3 }
20 ; CHECK-NEXT: Execution Context: [order, n] -> { : order = 3 }
H A Derror-blocks-2.ll7 ; CHECK-NEXT: Execution Context: [N, valid_val] -> { : N > 0 }
10 ; CHECK-NEXT: Execution Context: [N, valid_val] -> { : }
13 ; CHECK-NEXT: Execution Context: [N, valid_val] -> { : N > 0 and (valid_val < 0 or valid…
H A Dinvariant_loop_bounds.ll6 ; CHECK-NEXT: Execution Context: [bounds2, bounds1, bounds0] -> { : }
9 ; CHECK-NEXT: Execution Context: [bounds2, bounds1, bounds0] -> { : }
12 ; CHECK-NEXT: Execution Context: [bounds2, bounds1, bounds0] -> { : }
H A Drequired-invariant-loop-bounds.ll7 ; CHECK-NEXT: Execution Context: [bounds0, bounds1] -> { : }
10 ; CHECK-NEXT: Execution Context: [bounds0, bounds1] -> { : }
H A Dinvariant_load_access_classes_different_base_type.ll17 ; CHECK: Execution Context: { : }
20 ; CHECK: Execution Context: { : }
H A Dinvariant_load_canonicalize_array_baseptrs_5.ll18 ; CHECK-NEXT: Execution Context: { : }
21 ; CHECK-NEXT: Execution Context: { : }
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/
H A DSnippetGeneratorTest.cpp80 EXPECT_THAT(CT.Execution, ExecutionMode::ALWAYS_SERIAL_IMPLICIT_REGS_ALIAS); in TEST_F()
103 EXPECT_THAT(CT.Execution, ExecutionMode::ALWAYS_SERIAL_TIED_REGS_ALIAS); in TEST_F()
125 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_EXPLICIT_REGS); in TEST_F()
168 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR); in TEST_F()
189 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR); in TEST_F()
228 EXPECT_THAT(CT.Execution, ExecutionMode::UNKNOWN); in TEST_F()
254 EXPECT_THAT(CT.Execution, ExecutionMode::UNKNOWN); in TEST_F()
286 EXPECT_THAT(CT.Execution, ExecutionMode::UNKNOWN); in TEST_F()
322 EXPECT_THAT(CT.Execution, ExecutionMode::UNKNOWN); in TEST_F()
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/PowerPC/
H A DSnippetGeneratorTest.cpp67 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_EXPLICIT_REGS); in TEST_F()
97 EXPECT_THAT(CT.Execution, ExecutionMode::ALWAYS_SERIAL_TIED_REGS_ALIAS); in TEST_F()
122 EXPECT_THAT(CT.Execution, ExecutionMode::UNKNOWN); in TEST_F()
/llvm-project-15.0.7/polly/test/ScopDetect/
H A Dcollective_invariant_loads.ll9 ;CHECK-NEXT: Execution Context: [tmp5] -> { : }
12 ;CHECK-NEXT: Execution Context: [tmp5] -> { : }
15 ;CHECK-NEXT: Execution Context: [tmp5] -> { : }
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBarrierOps.td28 All invocations of this module within Execution scope must reach this
31 When Execution is Workgroup or larger, behavior is undefined if this
33 Execution. When Execution is Subgroup or Invocation, the behavior of
H A DSPIRVNonUniformOps.td52 Execution must be Workgroup or Subgroup Scope.
105 Execution must be Workgroup or Subgroup Scope.
174 Execution must be Workgroup or Subgroup Scope.
220 Execution must be Workgroup or Subgroup Scope.
277 Execution must be Workgroup or Subgroup Scope.
337 Execution must be Workgroup or Subgroup Scope.
397 Execution must be Workgroup or Subgroup Scope.
454 Execution must be Workgroup or Subgroup Scope.
509 Execution must be Workgroup or Subgroup Scope.
566 Execution must be Workgroup or Subgroup Scope.
[all …]
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSchedule440.td37 def P440_IEXE1 : FuncUnit; // Execution stage 1 for the I pipeline
38 def P440_IEXE2 : FuncUnit; // Execution stage 2 for the I pipeline
40 def P440_JEXE1 : FuncUnit; // Execution stage 1 for the J pipeline
41 def P440_JEXE2 : FuncUnit; // Execution stage 2 for the J pipeline
46 def P440_FEXE1 : FuncUnit; // Execution stage 1 for the F pipeline
47 def P440_FEXE2 : FuncUnit; // Execution stage 2 for the F pipeline
48 def P440_FEXE3 : FuncUnit; // Execution stage 3 for the F pipeline
49 def P440_FEXE4 : FuncUnit; // Execution stage 4 for the F pipeline
50 def P440_FEXE5 : FuncUnit; // Execution stage 5 for the F pipeline
51 def P440_FEXE6 : FuncUnit; // Execution stage 6 for the F pipeline
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/Mips/
H A DSnippetGeneratorTest.cpp67 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_EXPLICIT_REGS); in TEST_F()
114 EXPECT_THAT(CT.Execution, ExecutionMode::UNKNOWN); in TEST_F()
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A D__init__.py19 Execution = collections.namedtuple('Execution', ['pid', 'cwd', 'cmd']) variable
186 call = Execution(
/llvm-project-15.0.7/polly/test/CodeGen/
H A Dinvariant-load-dimension.ll14 ; SCOPS-NEXT: Execution Context: [l2, l1] -> { : }
17 ; SCOPS-NEXT: Execution Context: [l2, l1] -> { : l2 > 0 }
/llvm-project-15.0.7/polly/test/GPGPU/
H A Dinvariant-load-hoisting-with-variable-bounds.ll15 ; SCOP-NEXT: Execution Context: [tmp1, tmp4] -> { : }
18 ; SCOP-NEXT: Execution Context: [tmp1, tmp4] -> { : }
H A Dinvariant-load-array-access.ll16 ; SCOP-NEXT: Execution Context: [tmp] -> { : }
19 ; SCOP-NEXT: Execution Context: [tmp] -> { : tmp >= 4 }
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DCMakeLists.txt2 Execution.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Interpreter/
H A DBUILD.gn11 "Execution.cpp",

12345