Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1038 Result::Ptr getCodeForDag(DagInit *D, const Result::Scope &Scope,
1155 Result::Ptr EmitterBase::getCodeForDag(DagInit *D, const Result::Scope &Scope, in getCodeForDag() function in __anon819a2c470111::EmitterBase
1166 getCodeForDag(cast<DagInit>(D->getArg(i)), SubScope, Param); in getCodeForDag()
1294 return getCodeForDag(DI, Scope, Param); in getCodeForDagArg()
1463 Code = ME.getCodeForDag(CodeDag, Scope, Param); in ACLEIntrinsic()