Home
last modified time | relevance | path

Searched refs:hasIn (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp166 if(ef->hasIn() && ef->hasOut()) { in makeHeader()
169 } else if(ef->hasIn()) { in makeHeader()
268 if(ef->hasIn() && ef->hasOut()) { in makeImpl()
271 } else if(ef->hasIn()) { in makeImpl()
281 if(ef->hasIn() && ef->hasOut()) { in makeImpl()
283 } else if(ef->hasIn()) { in makeImpl()
Dslang_rs_export_foreach.h85 inline bool hasIn() const { in hasIn() function
Dslang_rs_reflection.cpp616 if (EF->hasIn()) in genExportForEach()
648 if (EF->hasIn() && EF->hasOut()) { in genExportForEach()
672 if (EF->hasIn()) in genExportForEach()
/frameworks/compile/libbcc/lib/Transforms/
DForEachExpand.cpp90 static bool hasIn(uint32_t Signature) { in hasIn() function in __anonbfc9bd860111::ForEachExpandPass
226 if (hasIn(Signature)) { in ExpandFunction()