Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/utils/TableGen/Common/
HDPredicateExpander.h80 void expandTIIFunctionCall(raw_ostream &OS, StringRef MethodName);
HDPredicateExpander.cpp208 void PredicateExpander::expandTIIFunctionCall(raw_ostream &OS, in expandTIIFunctionCall() function in llvm::PredicateExpander
430 return expandTIIFunctionCall(OS, Rec->getValueAsString("FunctionName")); in expandPredicate()