Searched refs:getCodeForDagArg (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/utils/TableGen/ |
D | MveEmitter.cpp | 1041 Result::Ptr getCodeForDagArg(DagInit *D, unsigned ArgNum, 1180 Result::Ptr Arg = getCodeForDagArg(D, 0, Scope, Param); in getCodeForDag() 1196 Result::Ptr Arg = getCodeForDagArg(D, 0, Scope, Param); in getCodeForDag() 1231 Args.push_back(getCodeForDagArg(D, i, Scope, Param)); in getCodeForDag() 1259 Result::Ptr EmitterBase::getCodeForDagArg(DagInit *D, unsigned ArgNum, in getCodeForDagArg() function in __anonf88c1dfe0111::EmitterBase
|