| /llvm-project-15.0.7/polly/lib/Exchange/ |
| H A D | JSONExporter.cpp | 69 class JSONImporter : public ScopPass { class 73 explicit JSONImporter() : ScopPass(ID) {} in JSONImporter() function in __anon573d2cda0111::JSONImporter 767 char JSONImporter::ID = 0; 769 void JSONImporter::printScop(raw_ostream &OS, Scop &S) const { in printScop() 777 bool JSONImporter::runOnScop(Scop &S) { in runOnScop() 788 void JSONImporter::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() 827 INITIALIZE_PASS_BEGIN(JSONImporter, "polly-import-jscop", 832 INITIALIZE_PASS_END(JSONImporter, "polly-import-jscop", 850 JSONImporter &P = getAnalysis<JSONImporter>(); in runOnScop() 862 AU.addRequired<JSONImporter>(); in getAnalysisUsage() [all …]
|
| /llvm-project-15.0.7/polly/test/JSONExporter/ImportSchedule/ |
| H A D | ImportSchedule-Schedule-not-valid.ll | 5 ; Verify if the JSONImporter check if the parsed schedule is valid.
|
| H A D | ImportSchedule-No-schedule-key.ll | 5 ; Verify if the JSONImporter check if there is a key name 'schedule'.
|
| H A D | ImportSchedule-Wrong-number-statements.ll | 5 ; Verify if the JSONImporter check if there is the right number of statements.
|
| H A D | ImportSchedule-Statements-mispelled.ll | 5 ; Verify if the JSONImporter check if there is a key name 'statements'.
|
| /llvm-project-15.0.7/polly/test/JSONExporter/ImportContext/ |
| H A D | ImportContext-Unvalid-Context.ll | 5 ; Verify if the JSONImporter check if the context is parsed successfully.
|
| H A D | ImportContext-Context-mispelled.ll | 5 ; Verify if the JSONImporter check if there is a key name 'context'.
|
| H A D | ImportContext-Not-parameter-set.ll | 5 ; Verify if the JSONImporter check if the imported set is a parameter one.
|
| H A D | ImportContext-Wrong-dimension.ll | 5 ; Verify if the JSONImporter check if there is the right number of parameters.
|
| /llvm-project-15.0.7/polly/test/JSONExporter/ImportAccesses/ |
| H A D | ImportAccesses-Bad-relation.ll | 5 ; Verify that the JSONImporter checks if the relation is valid.
|
| H A D | ImportAccesses-Not-enough-MemAcc.ll | 5 ; Verify that the JSONImporter checks if there is the correct number of memory accesses.
|
| H A D | ImportAccesses-Wrong-number-dimensions.ll | 5 ; Verify that the JSONImporter checks if there is the right parameter dimensions.
|
| H A D | ImportAccesses-Not-enough-statements.ll | 5 ; Verify that the JSONImporter checks if the number of indices and the number of statements differ.
|
| H A D | ImportAccesses-Relation-mispelled.ll | 5 ; Verify that the JSONImporter checks if there is a key name 'relation' for each MemAcc.
|
| H A D | ImportAccesses-Undeclared-ScopArrayInfo.ll | 5 ; Verify that the JSONImporter checks if the access function have a declared ScopArrayInfo.
|
| H A D | ImportAccesses-Statements-mispelled.ll | 5 ; Verify that the JSONImporter checks if there is a key name 'statements'.
|
| H A D | ImportAccesses-No-accesses-key.ll | 5 ; Verify that the JSONImporter checks if there is a key name "accesses" for each statement.
|
| /llvm-project-15.0.7/polly/test/JSONExporter/ImportArrays/ |
| H A D | ImportArrays-No-name.ll | 5 ; Verify if the JSONImporter checks if the arrays have a key name 'name'.
|
| H A D | ImportArrays-No-sizes-key.ll | 5 ; Verify if the JSONImporter checks if the arrays have a key name 'sizes'.
|
| H A D | ImportArrays-No-type-key.ll | 5 ; Verify if the JSONImporter checks if the arrays have a key name 'type'.
|
| H A D | ImportArrays-Mispelled-type.ll | 5 ; Verify if the JSONImporter checks if the parsed type is valid.
|
| H A D | ImportArrays-Negative-size.ll | 19 ; Verify if the JSONImporter checks if the size of the new array is positive.
|