Home
last modified time | relevance | path

Searched refs:Explanation (Results 1 – 25 of 49) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp85 EXPECT_THAT(Proto.Explanation, HasSubstr("implicit")); in TEST_F()
103 EXPECT_THAT(Proto.Explanation, HasSubstr("explicit")); in TEST_F()
120 EXPECT_THAT(Proto.Explanation, HasSubstr("cycle through")); in TEST_F()
134 EXPECT_THAT(Proto.Explanation, HasSubstr("cycle through")); in TEST_F()
149 EXPECT_THAT(Proto.Explanation, HasSubstr("parallel")); in TEST_F()
166 EXPECT_THAT(Proto.Explanation, HasSubstr("serial")); in TEST_F()
183 EXPECT_THAT(Proto.Explanation, HasSubstr("static renaming")); in TEST_F()
206 EXPECT_THAT(Proto.Explanation, HasSubstr("no tied variables")); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.cpp133 Configuration.Info = Prototype.Explanation; in generateConfigurations()
208 Prototype.Explanation = "implicit Self cycles, picking random values."; in generateSelfAliasingPrototype()
210 Prototype.Explanation = in generateSelfAliasingPrototype()
224 Prototype.Explanation = in generateUnconstrainedPrototype()
DUops.cpp159 Prototype.Explanation = in generatePrototype()
194 Prototype.Explanation = in generatePrototype()
DMCInstrDescView.h127 std::string Explanation; member
DLatency.cpp72 Prototype.Explanation = in generateTwoInstructionPrototype()
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher_test.cc514 string Explanation(Elem* elem, const Pattern& pattern) { in Explanation() function
521 string Explanation(const std::unique_ptr<Elem>& elem, const Pattern& pattern) { in Explanation() function
522 return Explanation(elem.get(), pattern); in Explanation()
525 string Explanation(const Elem& elem, const Pattern& pattern) { in Explanation() function
526 return Explanation(&elem, pattern); in Explanation()
545 EXPECT_EQ(Explanation((elem), (pattern)), expected_explanation); \
872 EXPECT_EQ(Explanation(HloInstruction::CreateParameter( in TEST()
917 EXPECT_EQ(Explanation(param.get(), m::Op().WithOneUse()), in TEST()
919 EXPECT_EQ(Explanation(param.get(), m::Op().WithOneUser()), in TEST()
928 EXPECT_EQ(Explanation(param.get(), m::Op().WithOneUse()), in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp201 std::string Explanation = ""; in explainPredicates() local
204 Explanation += in explainPredicates()
209 Explanation += " always-true"; in explainPredicates()
211 Explanation += " immediate"; in explainPredicates()
214 Explanation += " unindexed"; in explainPredicates()
217 Explanation += " non-extload"; in explainPredicates()
219 Explanation += " extload"; in explainPredicates()
221 Explanation += " sextload"; in explainPredicates()
223 Explanation += " zextload"; in explainPredicates()
226 Explanation += " non-truncstore"; in explainPredicates()
[all …]
/external/eigen/
DINSTALL4 Explanation before starting
/external/u-boot/doc/
DREADME.mpc83xxads47 3.1 Explanation of NEW definitions in:
/external/eigen/doc/
DFixedSizeVectorizable.dox24 \section FixedSizeVectorizable_explanation Explanation
DQuickStartGuide.dox38 \section GettingStartedExplanation Explanation of the first program
67 \section GettingStartedExplanation2 Explanation of the second example
DWrongStackAlignment.dox44 Explanation: this tells GCC that the stack is only required to be aligned to 2^2=4 bytes, so that G…
DStlContainers.dox57 <span class="note">\b Explanation: The resize() method of std::vector takes a value_type argument (…
/external/u-boot/board/freescale/mpc837xerdb/
DREADME51 3.1 Explanation of NEW definitions in:
/external/u-boot/board/freescale/m5253evbe/
DREADME27 3.1 Explanation on NEW definitions in include/configs/M5253EVBE.h
/external/u-boot/board/freescale/mpc8315erdb/
DREADME46 3.1 Explanation of NEW definitions in:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dshift-i64.ll34 ; Explanation for lshr is pretty much the reverse of shl.
/external/u-boot/board/freescale/mpc8313erdb/
DREADME49 3.1 Explanation of NEW definitions in:
/external/u-boot/board/freescale/mpc837xemds/
DREADME59 3.1 Explanation of NEW definitions in:
/external/python/cpython3/Modules/_decimal/libmpdec/
DREADME.txt69 bignum.txt -> Explanation of the Fast Number Theoretic Transform (FNT).
/external/syzkaller/
DREADME.md30 …- [Explanation of some syzkaller internals](https://github.com/hardenedlinux/Debian-GNU-Linux-Prof…
/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp23 static void expectFailure(StringRef JSONDatabase, StringRef Explanation) { in expectFailure() argument
27 << "Expected an error because of: " << Explanation.str(); in expectFailure()
/external/u-boot/board/freescale/mpc832xemds/
DREADME82 3.1 Explanation of NEW definitions in:
/external/python/cpython3/Misc/
Dgdbinit116 # Explanation of while and if tests: We want to pop up the stack until we
/external/python/cpython2/Misc/
Dgdbinit116 # Explanation of while and if tests: We want to pop up the stack until we

12