Home
last modified time | relevance | path

Searched refs:JSONImporter (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp69 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 DImportSchedule-Schedule-not-valid.ll5 ; Verify if the JSONImporter check if the parsed schedule is valid.
H A DImportSchedule-No-schedule-key.ll5 ; Verify if the JSONImporter check if there is a key name 'schedule'.
H A DImportSchedule-Wrong-number-statements.ll5 ; Verify if the JSONImporter check if there is the right number of statements.
H A DImportSchedule-Statements-mispelled.ll5 ; Verify if the JSONImporter check if there is a key name 'statements'.
/llvm-project-15.0.7/polly/test/JSONExporter/ImportContext/
H A DImportContext-Unvalid-Context.ll5 ; Verify if the JSONImporter check if the context is parsed successfully.
H A DImportContext-Context-mispelled.ll5 ; Verify if the JSONImporter check if there is a key name 'context'.
H A DImportContext-Not-parameter-set.ll5 ; Verify if the JSONImporter check if the imported set is a parameter one.
H A DImportContext-Wrong-dimension.ll5 ; Verify if the JSONImporter check if there is the right number of parameters.
/llvm-project-15.0.7/polly/test/JSONExporter/ImportAccesses/
H A DImportAccesses-Bad-relation.ll5 ; Verify that the JSONImporter checks if the relation is valid.
H A DImportAccesses-Not-enough-MemAcc.ll5 ; Verify that the JSONImporter checks if there is the correct number of memory accesses.
H A DImportAccesses-Wrong-number-dimensions.ll5 ; Verify that the JSONImporter checks if there is the right parameter dimensions.
H A DImportAccesses-Not-enough-statements.ll5 ; Verify that the JSONImporter checks if the number of indices and the number of statements differ.
H A DImportAccesses-Relation-mispelled.ll5 ; Verify that the JSONImporter checks if there is a key name 'relation' for each MemAcc.
H A DImportAccesses-Undeclared-ScopArrayInfo.ll5 ; Verify that the JSONImporter checks if the access function have a declared ScopArrayInfo.
H A DImportAccesses-Statements-mispelled.ll5 ; Verify that the JSONImporter checks if there is a key name 'statements'.
H A DImportAccesses-No-accesses-key.ll5 ; 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 DImportArrays-No-name.ll5 ; Verify if the JSONImporter checks if the arrays have a key name 'name'.
H A DImportArrays-No-sizes-key.ll5 ; Verify if the JSONImporter checks if the arrays have a key name 'sizes'.
H A DImportArrays-No-type-key.ll5 ; Verify if the JSONImporter checks if the arrays have a key name 'type'.
H A DImportArrays-Mispelled-type.ll5 ; Verify if the JSONImporter checks if the parsed type is valid.
H A DImportArrays-Negative-size.ll19 ; Verify if the JSONImporter checks if the size of the new array is positive.