Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86EVEX2VEXTablesEmitter.cpp122 if (VEXRI.IsCodeGenOnly != EVEXRI.IsCodeGenOnly || in operator ()()
H A DX86RecognizableInstr.h201 bool IsCodeGenOnly; member
H A DX86RecognizableInstr.cpp128 IsCodeGenOnly = Rec->getValueAsBit("isCodeGenOnly"); in RecognizableInstrBase()
139 return Form != X86Local::Pseudo && (!IsCodeGenOnly || ForceDisassemble) && in shouldBeEmitted()