HomeSort by relevance Sort by last modified time
    Searched refs:IsCodeGenOnly (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 77 /// The isCodeGenOnly field from the record
78 bool IsCodeGenOnly;
X86RecognizableInstr.cpp 223 IsCodeGenOnly = Rec->getValueAsBit("isCodeGenOnly");
251 if (Form == X86Local::Pseudo || (IsCodeGenOnly && !ForceDisassemble)) {
    [all...]

Completed in 692 milliseconds