Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A 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 __anonb7c02cfb0111::EmitterBase
1167 getCodeForDag(cast<DagInit>(D->getArg(i)), SubScope, Param); in getCodeForDag()
1287 return getCodeForDag(DI, Scope, Param); in getCodeForDagArg()
1456 Code = ME.getCodeForDag(CodeDag, Scope, Param); in ACLEIntrinsic()