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

Completed in 73 milliseconds