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.cpp1040 Result::Ptr getCodeForDag(const DagInit *D, const Result::Scope &Scope,
1157 Result::Ptr EmitterBase::getCodeForDag(const DagInit *D, in getCodeForDag() function in __anon819a2c470111::EmitterBase
1169 getCodeForDag(cast<DagInit>(D->getArg(i)), SubScope, Param); in getCodeForDag()
1297 return getCodeForDag(DI, Scope, Param); in getCodeForDagArg()
1467 Code = ME.getCodeForDag(CodeDag, Scope, Param); in ACLEIntrinsic()