Searched refs:getMatchingFixupCode (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp202 const CodeInit *getMatchingFixupCode() const { return MatchingFixupCode; } function in class:__anon2928::CombineRule
792 if (Rule->getMatchingFixupCode() &&
793 !Rule->getMatchingFixupCode()->getValue().empty()) {
803 << CodeExpander(Rule->getMatchingFixupCode()->getValue(), Expansions,
804 Rule->getMatchingFixupCode()->getLoc(), ShowExpansions)
831 (!Rule->getMatchingFixupCode() ||
832 Rule->getMatchingFixupCode()->getValue().empty())) {

Completed in 118 milliseconds