Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp97 std::pair<std::vector<const Record *>, const Record *>> &Func2Preds; member
103 &Func2Preds) in LibcallPredicateExpander()
104 : LibcallEmitter(LibcallEmitter), Func2Preds(Func2Preds) {} in LibcallPredicateExpander()
398 Func2Preds; in emitSystemRuntimeLibrarySetCalls() local
400 *this, Func2Preds)); in emitSystemRuntimeLibrarySetCalls()
419 auto It = Func2Preds.find(LibCallImpl); in emitSystemRuntimeLibrarySetCalls()
420 if (It == Func2Preds.end()) { in emitSystemRuntimeLibrarySetCalls()
573 auto [It, Inserted] = Func2Preds.insert({LibcallImpl, {{}, CCClass}}); in expand()