Searched refs:getCodeForDag (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 1037 Result::Ptr getCodeForDag(DagInit *D, const Result::Scope &Scope, 1154 Result::Ptr EmitterBase::getCodeForDag(DagInit *D, const Result::Scope &Scope, in getCodeForDag() function in __anondd1c47770111::EmitterBase 1165 getCodeForDag(cast<DagInit>(D->getArg(i)), SubScope, Param); in getCodeForDag() 1293 return getCodeForDag(DI, Scope, Param); in getCodeForDagArg() 1462 Code = ME.getCodeForDag(CodeDag, Scope, Param); in ACLEIntrinsic()
|