/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | CodeTemplate.cpp | 66 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()
|
D | CodeTemplate.h | 99 bool isEnumValue(ExecutionMode Execution); 102 StringRef getName(ExecutionMode Execution); 125 ExecutionMode Execution = ExecutionMode::UNKNOWN; member
|
D | SerialSnippetGenerator.cpp | 104 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/ |
D | verify.bsh | 18 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/ |
D | pass-timing.mlir | 8 // 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/ |
D | SnippetGeneratorTest.cpp | 85 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/ |
D | parameter-constant-division.ll | 8 ; 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: { : }
|
D | invariant_loads_complicated_dependences.ll | 6 ; 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 }
|
D | error-blocks-2.ll | 7 ; 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…
|
D | invariant_load_distinct_parameter_valuations.ll | 11 ; 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 }
|
D | required-invariant-loop-bounds.ll | 7 ; CHECK-NEXT: Execution Context: [bounds0, bounds1] -> { : } 10 ; CHECK-NEXT: Execution Context: [bounds0, bounds1] -> { : }
|
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/PowerPC/ |
D | SnippetGeneratorTest.cpp | 69 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/ |
D | collective_invariant_loads.ll | 9 ;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/ |
D | PPCSchedule440.td | 37 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/ |
D | PPCSchedule440.td | 38 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/ |
D | PPCSchedule440.td | 37 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/ |
D | verify.bsh | 20 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/ |
D | SnippetGeneratorTest.cpp | 69 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/ |
D | glossary.rst | 102 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/ |
D | arm-sip-service.rst | 19 - 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/ |
D | SPIRVNonUniformOps.td | 66 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/ |
D | debug_events_writer_test.py | 222 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__.py | 19 Execution = collections.namedtuple('Execution', ['pid', 'cwd', 'cmd']) variable 186 call = Execution(
|
/external/llvm-project/polly/test/Isl/CodeGen/ |
D | invariant-load-dimension.ll | 14 ; SCOPS-NEXT: Execution Context: [l2, l1] -> { : } 17 ; SCOPS-NEXT: Execution Context: [l2, l1] -> { : l2 > 0 }
|
/external/llvm-project/polly/test/GPGPU/ |
D | invariant-load-hoisting-with-variable-bounds.ll | 16 ; SCOP-NEXT: Execution Context: [tmp1, tmp4] -> { : } 19 ; SCOP-NEXT: Execution Context: [tmp1, tmp4] -> { : }
|