Home
last modified time | relevance | path

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

12345678910

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
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()
DCodeTemplate.h99 bool isEnumValue(ExecutionMode Execution);
102 StringRef getName(ExecutionMode Execution);
125 ExecutionMode Execution = ExecutionMode::UNKNOWN; member
DSerialSnippetGenerator.cpp104 CT.Execution = ExecutionModeBit; in appendCodeTemplates()
126 CT.Execution = ExecutionModeBit; in appendCodeTemplates()
146 CT.Execution = ExecutionModeBit; in appendCodeTemplates()
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/
Dverify.bsh18 throw new RuntimeException( "Execution data from child1 was not loaded." );
22 throw new RuntimeException( "Execution data from child1-test was not loaded." );
29 …throw new RuntimeException( "Execution data from child2 was loaded, whereas range should exclude i…
32 throw new RuntimeException( "Execution data from child2v2 was not loaded." );
36 throw new RuntimeException( "Execution data from report was not loaded." );
/external/llvm-project/mlir/test/Pass/
Dpass-timing.mlir8 // LIST: Total Execution Time:
16 // PIPELINE: Total Execution Time:
27 // MT_LIST: Total Execution Time:
35 // MT_PIPELINE: Total Execution Time:
46 // NESTED_MT_PIPELINE: Total Execution Time:
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp85 EXPECT_THAT(CT.Execution, ExecutionMode::ALWAYS_SERIAL_IMPLICIT_REGS_ALIAS); in TEST_F()
108 EXPECT_THAT(CT.Execution, ExecutionMode::ALWAYS_SERIAL_TIED_REGS_ALIAS); in TEST_F()
130 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_EXPLICIT_REGS); in TEST_F()
173 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR); in TEST_F()
194 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_NON_MEMORY_INSTR); in TEST_F()
232 EXPECT_THAT(CT.Execution, ExecutionMode::UNKNOWN); in TEST_F()
253 EXPECT_THAT(CT.Execution, ExecutionMode::UNKNOWN); in TEST_F()
279 EXPECT_THAT(CT.Execution, ExecutionMode::UNKNOWN); in TEST_F()
311 EXPECT_THAT(CT.Execution, ExecutionMode::UNKNOWN); in TEST_F()
347 EXPECT_THAT(CT.Execution, ExecutionMode::UNKNOWN); in TEST_F()
/external/llvm-project/polly/test/ScopInfo/
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: { : }
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 }
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…
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 }
Drequired-invariant-loop-bounds.ll7 ; CHECK-NEXT: Execution Context: [bounds0, bounds1] -> { : }
10 ; CHECK-NEXT: Execution Context: [bounds0, bounds1] -> { : }
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/
DSnippetGeneratorTest.cpp69 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_EXPLICIT_REGS); in TEST_F()
99 EXPECT_THAT(CT.Execution, ExecutionMode::ALWAYS_SERIAL_TIED_REGS_ALIAS); in TEST_F()
124 EXPECT_THAT(CT.Execution, ExecutionMode::UNKNOWN); in TEST_F()
/external/llvm-project/polly/test/ScopDetect/
Dcollective_invariant_loads.ll9 ;CHECK-NEXT: Execution Context: [tmp5] -> { : }
12 ;CHECK-NEXT: Execution Context: [tmp5] -> { : }
15 ;CHECK-NEXT: Execution Context: [tmp5] -> { : }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
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
/external/llvm/lib/Target/PowerPC/
DPPCSchedule440.td38 def P440_IEXE1 : FuncUnit; // Execution stage 1 for the I pipeline
39 def P440_IEXE2 : FuncUnit; // Execution stage 2 for the I pipeline
41 def P440_JEXE1 : FuncUnit; // Execution stage 1 for the J pipeline
42 def P440_JEXE2 : FuncUnit; // Execution stage 2 for the J pipeline
47 def P440_FEXE1 : FuncUnit; // Execution stage 1 for the F pipeline
48 def P440_FEXE2 : FuncUnit; // Execution stage 2 for the F pipeline
49 def P440_FEXE3 : FuncUnit; // Execution stage 3 for the F pipeline
50 def P440_FEXE4 : FuncUnit; // Execution stage 4 for the F pipeline
51 def P440_FEXE5 : FuncUnit; // Execution stage 5 for the F pipeline
52 def P440_FEXE6 : FuncUnit; // Execution stage 6 for the F pipeline
/external/llvm-project/llvm/lib/Target/PowerPC/
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
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate-customization/
Dverify.bsh20 throw new RuntimeException( "Execution data from child1 was not loaded." );
24 throw new RuntimeException( "Execution data from child2 was loaded." );
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DSnippetGeneratorTest.cpp69 EXPECT_THAT(CT.Execution, ExecutionMode::SERIAL_VIA_EXPLICIT_REGS); in TEST_F()
116 EXPECT_THAT(CT.Execution, ExecutionMode::UNKNOWN); in TEST_F()
/external/arm-trusted-firmware/docs/
Dglossary.rst102 Open Portable Trusted Execution Environment. An example of a :term:`TEE`
105 Open-source Trusted Execution Environment
182 Trusted Execution Environment
/external/arm-trusted-firmware/docs/components/
Darm-sip-service.rst19 - Execution State Switching service
32 Execution State Switching service
35 Execution State Switching service provides a mechanism for a non-secure lower
58 Execution State Switching service being requested.
62 Execution State has been switched. When calling from AArch64, *PC hi* must be 0.
64 When execution starts at the supplied entry point after Execution State has been
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVNonUniformOps.td66 Execution must be Workgroup or Subgroup Scope.
119 Execution must be Workgroup or Subgroup Scope.
188 Execution must be Workgroup or Subgroup Scope.
237 Execution must be Workgroup or Subgroup Scope.
288 Execution must be Workgroup or Subgroup Scope.
342 Execution must be Workgroup or Subgroup Scope.
396 Execution must be Workgroup or Subgroup Scope.
447 Execution must be Workgroup or Subgroup Scope.
496 Execution must be Workgroup or Subgroup Scope.
545 Execution must be Workgroup or Subgroup Scope.
[all …]
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_writer_test.py222 execution = debug_event_pb2.Execution()
246 execution = debug_event_pb2.Execution()
312 execution = debug_event_pb2.Execution()
401 execution = debug_event_pb2.Execution()
430 execution = debug_event_pb2.Execution()
555 execution = debug_event_pb2.Execution(op_type="OpType%d" % i)
710 execution = debug_events_reader.Execution(
736 execution = debug_events_reader.Execution(
765 execution = debug_events_reader.Execution(
/external/llvm-project/clang/tools/scan-build-py/libscanbuild/
D__init__.py19 Execution = collections.namedtuple('Execution', ['pid', 'cwd', 'cmd']) variable
186 call = Execution(
/external/llvm-project/polly/test/Isl/CodeGen/
Dinvariant-load-dimension.ll14 ; SCOPS-NEXT: Execution Context: [l2, l1] -> { : }
17 ; SCOPS-NEXT: Execution Context: [l2, l1] -> { : l2 > 0 }
/external/llvm-project/polly/test/GPGPU/
Dinvariant-load-hoisting-with-variable-bounds.ll16 ; SCOP-NEXT: Execution Context: [tmp1, tmp4] -> { : }
19 ; SCOP-NEXT: Execution Context: [tmp1, tmp4] -> { : }

12345678910