Home
last modified time | relevance | path

Searched refs:JScop (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/polly/lib/Exchange/
DJSONExporter.cpp209 static bool importContext(Scop &S, const json::Object &JScop) { in importContext() argument
213 if (!JScop.get("context")) { in importContext()
219 JScop.getString("context").getValue().str()}; in importContext()
263 static bool importSchedule(Scop &S, const json::Object &JScop, in importSchedule() argument
268 if (!JScop.get("statements")) { in importSchedule()
273 const json::Array &statements = *JScop.getArray("statements"); in importSchedule()
346 importAccesses(Scop &S, const json::Object &JScop, const DataLayout &DL, in importAccesses() argument
351 if (!JScop.get("statements")) { in importAccesses()
355 const json::Array &statements = *JScop.getArray("statements"); in importAccesses()
630 static bool importArrays(Scop &S, const json::Object &JScop) { in importArrays() argument
[all …]
/external/llvm-project/polly/docs/
DHowToManuallyUseTheIndividualPiecesOfPolly.rst233 …[...]Writing JScop '%for.cond1.preheader---%for.end19' in function 'init_array' to './init_array__…
235 …Writing JScop '%for.cond1.preheader---%for.end30' in function 'main' to './main___%for.cond1.prehe…
394 …Reading JScop '%for.cond1.preheader---%for.end19' in function 'init_array' from './init_array___%f…
396 …Reading JScop '%for.cond1.preheader---%for.end30' in function 'main' from './main___%for.cond1.pre…
404 …Reading JScop '%for.cond1.preheader---%for.end19' in function 'init_array' from './init_array___%f…
406 …Reading JScop '%for.cond1.preheader---%for.end30' in function 'main' from './main___%for.cond1.pre…
414 …Reading JScop '%for.cond1.preheader---%for.end19' in function 'init_array' from './init_array___%f…
416 …Reading JScop '%for.cond1.preheader---%for.end30' in function 'main' from './main___%for.cond1.pre…
424 …Reading JScop '%for.cond1.preheader---%for.end19' in function 'init_array' from './init_array___%f…
426 …Reading JScop '%for.cond1.preheader---%for.end30' in function 'main' from './main___%for.cond1.pre…
/external/llvm-project/polly/test/Isl/CodeGen/MemAccess/
Dbad_alignment.ll6 ; CHECK: JScop file changes the accessed memory
/external/llvm-project/polly/test/JSONExporter/ImportAccesses/
DImportAccesses-Statements-mispelled.ll3 ; CHECK: JScop file has no key name 'statements'.
DImportAccesses-Undeclared-ScopArrayInfo.ll3 ; CHECK: JScop file contains access function with undeclared ScopArrayInfo
DImportAccesses-No-accesses-key.ll3 ; CHECK: Statement from JScop file has no key name 'accesses' for index 1.
DImportAccesses-Wrong-number-dimensions.ll3 ; CHECK: JScop file changes the number of parameter dimensions.
/external/llvm-project/polly/test/JSONExporter/ImportSchedule/
DImportSchedule-Statements-mispelled.ll3 ; CHECK: JScop file has no key name 'statements'.
/external/llvm-project/polly/test/JSONExporter/ImportContext/
DImportContext-Context-mispelled.ll3 ; CHECK: JScop file has no key named 'context'.