Home
last modified time | relevance | path

Searched refs:ADef (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dop_def_util_test.cc35 OpDef::AttrDef ADef(const string& text) { in ADef() function
363 OpDef::AttrDef a = ADef( in TEST()
372 ADef("name: 'FOO' type: 'string' description: 'cool' has_minimum: true " in TEST()
376 ADef("name: 'foo' type: 'int32' description: 'cool' has_minimum: true " in TEST()
380 ADef("name: 'foo' type: 'string' description: 'COOL' has_minimum: true " in TEST()
384 ADef("name: 'foo' type: 'string' description: 'cool' has_minimum: false " in TEST()
388 ADef("name: 'foo' type: 'string' description: 'cool' has_minimum: true " in TEST()
392 ADef("name: 'foo' type: 'string' description: 'cool' has_minimum: true " in TEST()
396 ADef("name: 'foo' type: 'string' description: 'cool' has_minimum: true " in TEST()
400 a = ADef( in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.cpp380 for (Record *ADef : AliasDefs) { in collectSchedRW()
381 Record *MatchDef = ADef->getValueAsDef("MatchRW"); in collectSchedRW()
382 Record *AliasDef = ADef->getValueAsDef("AliasRW"); in collectSchedRW()
385 PrintFatalError(ADef->getLoc(), "SchedWrite Alias must be SchedWrite"); in collectSchedRW()
391 PrintFatalError(ADef->getLoc(), "SchedRead Alias must be SchedRead"); in collectSchedRW()
415 for (Record *ADef : AliasDefs) { in collectSchedRW()
416 Record *AliasDef = ADef->getValueAsDef("AliasRW"); in collectSchedRW()
418 Record *MatchDef = ADef->getValueAsDef("MatchRW"); in collectSchedRW()
421 PrintFatalError(ADef->getLoc(), "Cannot Alias an Alias"); in collectSchedRW()
422 RW.Aliases.push_back(ADef); in collectSchedRW()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp206 auto *ADef = getMiddleDef(A); in localComesBefore() local
212 auto *ArgA = dyn_cast_or_null<Argument>(ADef); in localComesBefore()
218 auto *AInst = getDefOrUser(ADef, A.U); in localComesBefore()