Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp1037 Result::Ptr getCodeForDag(DagInit *D, const Result::Scope &Scope,
1154 Result::Ptr EmitterBase::getCodeForDag(DagInit *D, const Result::Scope &Scope, in getCodeForDag() function in __anonece5a09e0111::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()