Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp564 const Record *CCClass = Def->getValueAsOptionalDef("CallingConv"); in expand() local
572 if (!AP.isAlwaysAvailable() || CCClass) { in expand()
573 auto [It, Inserted] = Func2Preds.insert({LibcallImpl, {{}, CCClass}}); in expand()
580 It->second.second = CCClass; in expand()