Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DMveEmitter.cpp1039 Result::Ptr getCodeForDag(DagInit *D, const Result::Scope &Scope,
1156 Result::Ptr EmitterBase::getCodeForDag(DagInit *D, const Result::Scope &Scope, in getCodeForDag() function in __anonf88c1dfe0111::EmitterBase
1167 getCodeForDag(cast<DagInit>(D->getArg(i)), SubScope, Param); in getCodeForDag()
1280 return getCodeForDag(DI, Scope, Param); in getCodeForDagArg()
1445 Code = ME.getCodeForDag(CodeDag, Scope, Param); in ACLEIntrinsic()