Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86MnemonicTables.cpp51 if (!RI.shouldBeEmitted()) in run()
H A DX86RecognizableInstr.h211 bool shouldBeEmitted() const;
H A DX86RecognizableInstr.cpp138 bool RecognizableInstrBase::shouldBeEmitted() const { in shouldBeEmitted() function in RecognizableInstrBase
172 if (!recogInstr.shouldBeEmitted()) in processInstr()