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 73 /// The isCodeGenOnly filed from the record
74 bool IsCodeGenOnly;
X86RecognizableInstr.cpp 237 IsCodeGenOnly = Rec->getValueAsBit("isCodeGenOnly");
401 (IsCodeGenOnly && Name.find("_REV") == Name.npos))
    [all...]

Completed in 39 milliseconds