Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86MnemonicTables.cpp49 if (!RI.shouldBeEmitted()) in run()
H A DX86RecognizableInstr.h238 bool shouldBeEmitted() const;
H A DX86RecognizableInstr.cpp143 bool RecognizableInstrBase::shouldBeEmitted() const { in shouldBeEmitted() function in RecognizableInstrBase
176 if (!recogInstr.shouldBeEmitted()) in processInstr()