Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1042 Result::Ptr getCodeForDagArg(const DagInit *D, unsigned ArgNum,
1182 Result::Ptr Arg = getCodeForDagArg(D, 0, Scope, Param); in getCodeForDag()
1198 Result::Ptr Arg = getCodeForDagArg(D, 0, Scope, Param); in getCodeForDag()
1241 Args.push_back(getCodeForDagArg(D, i, Scope, Param)); in getCodeForDag()
1269 Result::Ptr EmitterBase::getCodeForDagArg(const DagInit *D, unsigned ArgNum, in getCodeForDagArg() function in __anon819a2c470111::EmitterBase