| /llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceIRReferences.h | 18 class TestRunner; variable 21 void reduceIRInstructionReferencesDeltaPass(TestRunner &Test); 24 void reduceIRBlockReferencesDeltaPass(TestRunner &Test); 27 void reduceIRFunctionReferencesDeltaPass(TestRunner &Test);
|
| H A D | ReduceOperands.h | 15 void reduceOperandsOneDeltaPass(TestRunner &Test); 16 void reduceOperandsZeroDeltaPass(TestRunner &Test); 17 void reduceOperandsNaNDeltaPass(TestRunner &Test);
|
| H A D | ReduceIRReferences.cpp | 69 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 D | ReduceAttributes.h | 18 class TestRunner; variable 19 void reduceAttributesDeltaPass(TestRunner &Test);
|
| H A D | ReduceInstructionsMIR.h | 18 class TestRunner; variable 20 void reduceInstructionsMIRDeltaPass(TestRunner &Test);
|
| H A D | ReduceOperandBundles.h | 18 class TestRunner; variable 19 void reduceOperandBundesDeltaPass(TestRunner &Test);
|
| H A D | ReduceVirtualRegisters.h | 18 class TestRunner; variable 21 void reduceVirtualRegisterHintsDeltaPass(TestRunner &Test);
|
| H A D | ReduceOperands.cpp | 66 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 D | Delta.cpp | 69 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 D | SimplifyInstructions.h | 15 void simplifyInstructionsDeltaPass(TestRunner &Test);
|
| H A D | ReduceArguments.h | 23 void reduceArgumentsDeltaPass(TestRunner &Test);
|
| H A D | ReduceBasicBlocks.h | 21 void reduceBasicBlocksDeltaPass(TestRunner &Test);
|
| H A D | ReduceFunctionBodies.h | 20 void reduceFunctionBodiesDeltaPass(TestRunner &Test);
|
| H A D | ReduceGlobalObjects.h | 15 void reduceGlobalObjectsDeltaPass(TestRunner &Test);
|
| H A D | ReduceGlobalVars.h | 22 void reduceGlobalsDeltaPass(TestRunner &Test);
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | format.py | 23 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 D | TestRunner.cpp | 15 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 D | DeltaManager.h | 19 class TestRunner; variable 22 void runDeltaPasses(TestRunner &Tester, int MaxPassIterations);
|
| H A D | DeltaManager.cpp | 94 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 D | TestRunner.h | 27 class TestRunner { 29 TestRunner(StringRef TestName, const std::vector<std::string> &TestArgs,
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/unit/ |
| H A D | TestRunner.py | 13 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 D | analyzer_test.py | 2 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 D | race_condition.pass.cpp | 32 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 D | shtest.py | 3 import lit.TestRunner 27 return lit.TestRunner.executeShTest(test, litConfig,
|
| /llvm-project-15.0.7/libcxx/test/libcxx/debug/ |
| H A D | containers.multithread.pass.cpp | 36 struct TestRunner{ in ThreadUseIter() struct 52 TestRunner r; in ThreadUseIter()
|