Home
last modified time | relevance | path

Searched refs:TestRunner (Results 1 – 25 of 76) sorted by relevance

1234

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceIRReferences.h18 class TestRunner; variable
21 void reduceIRInstructionReferencesDeltaPass(TestRunner &Test);
24 void reduceIRBlockReferencesDeltaPass(TestRunner &Test);
27 void reduceIRFunctionReferencesDeltaPass(TestRunner &Test);
H A DReduceOperands.h15 void reduceOperandsOneDeltaPass(TestRunner &Test);
16 void reduceOperandsZeroDeltaPass(TestRunner &Test);
17 void reduceOperandsNaNDeltaPass(TestRunner &Test);
H A DReduceIRReferences.cpp69 void llvm::reduceIRInstructionReferencesDeltaPass(TestRunner &Test) { in reduceIRInstructionReferencesDeltaPass()
74 void llvm::reduceIRBlockReferencesDeltaPass(TestRunner &Test) { in reduceIRBlockReferencesDeltaPass()
79 void llvm::reduceIRFunctionReferencesDeltaPass(TestRunner &Test) { in reduceIRFunctionReferencesDeltaPass()
H A DReduceAttributes.h18 class TestRunner; variable
19 void reduceAttributesDeltaPass(TestRunner &Test);
H A DReduceInstructionsMIR.h18 class TestRunner; variable
20 void reduceInstructionsMIRDeltaPass(TestRunner &Test);
H A DReduceOperandBundles.h18 class TestRunner; variable
19 void reduceOperandBundesDeltaPass(TestRunner &Test);
H A DReduceVirtualRegisters.h18 class TestRunner; variable
21 void reduceVirtualRegisterHintsDeltaPass(TestRunner &Test);
H A DReduceOperands.cpp66 void llvm::reduceOperandsOneDeltaPass(TestRunner &Test) { in reduceOperandsOneDeltaPass()
100 void llvm::reduceOperandsZeroDeltaPass(TestRunner &Test) { in reduceOperandsZeroDeltaPass()
113 void llvm::reduceOperandsNaNDeltaPass(TestRunner &Test) { in reduceOperandsNaNDeltaPass()
H A DDelta.cpp69 bool isReduced(ReducerWorkItem &M, TestRunner &Test, in isReduced()
152 std::unique_ptr<ReducerWorkItem> Clone, TestRunner &Test, in CheckChunk()
200 Chunk &ChunkToCheckForUninterestingness, TestRunner &Test, in ProcessChunkFromSerializedBitcode()
227 void llvm::runDeltaPass(TestRunner &Test, in runDeltaPass()
H A DSimplifyInstructions.h15 void simplifyInstructionsDeltaPass(TestRunner &Test);
H A DReduceArguments.h23 void reduceArgumentsDeltaPass(TestRunner &Test);
H A DReduceBasicBlocks.h21 void reduceBasicBlocksDeltaPass(TestRunner &Test);
H A DReduceFunctionBodies.h20 void reduceFunctionBodiesDeltaPass(TestRunner &Test);
H A DReduceGlobalObjects.h15 void reduceGlobalObjectsDeltaPass(TestRunner &Test);
H A DReduceGlobalVars.h22 void reduceGlobalsDeltaPass(TestRunner &Test);
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dformat.py23 tmpDir, _ = lit.TestRunner.getTempPaths(test)
51 substitutions = lit.TestRunner.getDefaultSubstitutions(test, tmpDir, tmpBase)
62 lit.TestRunner.IntegratedTestKeywordParser('FILE_DEPENDENCIES:',
63 lit.TestRunner.ParserKind.LIST,
65 lit.TestRunner.IntegratedTestKeywordParser('ADDITIONAL_COMPILE_FLAGS:',
66 lit.TestRunner.ParserKind.LIST,
70 scriptInTest = lit.TestRunner.parseIntegratedTestScript(test, additional_parsers=parsers,
90 script = lit.TestRunner.applySubstitutions(script, substitutions,
278 return lit.TestRunner._runShTest(test, litConfig, useExternalSh, script, tmpBase)
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DTestRunner.cpp15 TestRunner::TestRunner(StringRef TestName, in TestRunner() function in TestRunner
26 int TestRunner::run(StringRef Filename) { in run()
51 void TestRunner::setProgram(std::unique_ptr<ReducerWorkItem> P) { in setProgram()
H A DDeltaManager.h19 class TestRunner; variable
22 void runDeltaPasses(TestRunner &Tester, int MaxPassIterations);
H A DDeltaManager.cpp94 static void runAllDeltaPasses(TestRunner &Tester) { in runAllDeltaPasses()
104 static void runDeltaPassName(TestRunner &Tester, StringRef PassName) { in runDeltaPassName()
130 void llvm::runDeltaPasses(TestRunner &Tester, int MaxPassIterations) { in runDeltaPasses()
H A DTestRunner.h27 class TestRunner {
29 TestRunner(StringRef TestName, const std::vector<std::string> &TestArgs,
/llvm-project-15.0.7/llvm/utils/lit/tests/unit/
H A DTestRunner.py13 from lit.TestRunner import ParserKind, IntegratedTestKeywordParser, \
229 result = lit.TestRunner.applySubstitutions(script, substitutions)
237 result = lit.TestRunner.applySubstitutions(script, substitutions)
246 result = lit.TestRunner.applySubstitutions(script, substitutions)
256 result = lit.TestRunner.applySubstitutions(script, substitutions, recursion_limit=3)
267 result = lit.TestRunner.applySubstitutions(script, substitutions, recursion_limit=limit)
276 lit.TestRunner.applySubstitutions(script, substitutions, recursion_limit=limit)
287 lit.TestRunner.applySubstitutions(script, substitutions, recursion_limit=limit)
/llvm-project-15.0.7/clang/test/Analysis/
H A Danalyzer_test.py2 import lit.TestRunner
16 lit.TestRunner.parseIntegratedTestScript(test)
44 result = lit.TestRunner.executeShTest(test, litConfig,
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/memory/util.smartptr/
H A Drace_condition.pass.cpp32 struct TestRunner { struct
33 TestRunner(Ptr xx) : x(xx) {} in TestRunner() function
53 TestRunner r(p); in run_test() argument
/llvm-project-15.0.7/llvm/utils/lit/lit/formats/
H A Dshtest.py3 import lit.TestRunner
27 return lit.TestRunner.executeShTest(test, litConfig,
/llvm-project-15.0.7/libcxx/test/libcxx/debug/
H A Dcontainers.multithread.pass.cpp36 struct TestRunner{ in ThreadUseIter() struct
52 TestRunner r; in ThreadUseIter()

1234