Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Exchange/
DJSONExporter.cpp67 struct JSONImporter : public ScopPass { struct
70 explicit JSONImporter() : ScopPass(ID) {} in JSONImporter() argument
766 char JSONImporter::ID = 0;
768 void JSONImporter::printScop(raw_ostream &OS, Scop &S) const { in printScop()
776 bool JSONImporter::runOnScop(Scop &S) { in runOnScop()
787 void JSONImporter::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
795 Pass *polly::createJSONImporterPass() { return new JSONImporter(); } in createJSONImporterPass()
826 INITIALIZE_PASS_BEGIN(JSONImporter, "polly-import-jscop",
831 INITIALIZE_PASS_END(JSONImporter, "polly-import-jscop",
/external/llvm-project/polly/test/JSONExporter/ImportAccesses/
DImportAccesses-Bad-relation.ll5 ; Verify that the JSONImporter checks if the relation is valid.
DImportAccesses-Statements-mispelled.ll5 ; Verify that the JSONImporter checks if there is a key name 'statements'.
DImportAccesses-Relation-mispelled.ll5 ; Verify that the JSONImporter checks if there is a key name 'relation' for each MemAcc.
DImportAccesses-Not-enough-MemAcc.ll5 ; Verify that the JSONImporter checks if there is the correct number of memory accesses.
DImportAccesses-Undeclared-ScopArrayInfo.ll5 ; Verify that the JSONImporter checks if the access function have a declared ScopArrayInfo.
DImportAccesses-No-accesses-key.ll5 ; Verify that the JSONImporter checks if there is a key name "accesses" for each statement.
DImportAccesses-Not-enough-statements.ll5 ; Verify that the JSONImporter checks if the number of indices and the number of statements differ.
DImportAccesses-Wrong-number-dimensions.ll5 ; Verify that the JSONImporter checks if there is the right parameter dimensions.
/external/llvm-project/polly/test/JSONExporter/ImportContext/
DImportContext-Unvalid-Context.ll5 ; Verify if the JSONImporter check if the context is parsed successfully.
DImportContext-Context-mispelled.ll5 ; Verify if the JSONImporter check if there is a key name 'context'.
DImportContext-Not-parameter-set.ll5 ; Verify if the JSONImporter check if the imported set is a parameter one.
DImportContext-Wrong-dimension.ll5 ; Verify if the JSONImporter check if there is the right number of parameters.
/external/llvm-project/polly/test/JSONExporter/ImportSchedule/
DImportSchedule-Statements-mispelled.ll5 ; Verify if the JSONImporter check if there is a key name 'statements'.
DImportSchedule-No-schedule-key.ll5 ; Verify if the JSONImporter check if there is a key name 'schedule'.
DImportSchedule-Schedule-not-valid.ll5 ; Verify if the JSONImporter check if the parsed schedule is valid.
DImportSchedule-Wrong-number-statements.ll5 ; Verify if the JSONImporter check if there is the right number of statements.
/external/llvm-project/polly/test/JSONExporter/ImportArrays/
DImportArrays-No-sizes-key.ll5 ; Verify if the JSONImporter checks if the arrays have a key name 'sizes'.
DImportArrays-Mispelled-type.ll5 ; Verify if the JSONImporter checks if the parsed type is valid.
DImportArrays-No-name.ll5 ; Verify if the JSONImporter checks if the arrays have a key name 'name'.
DImportArrays-No-type-key.ll5 ; Verify if the JSONImporter checks if the arrays have a key name 'type'.
DImportArrays-Negative-size.ll19 ; Verify if the JSONImporter checks if the size of the new array is positive.