Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DX86MnemonicTables.cpp51 if (!RI.shouldBeEmitted()) in run()
H A DX86RecognizableInstr.h236 bool shouldBeEmitted() const;
H A DX86RecognizableInstr.cpp143 bool RecognizableInstrBase::shouldBeEmitted() const { in shouldBeEmitted() function in RecognizableInstrBase
177 if (!recogInstr.shouldBeEmitted()) in processInstr()