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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 76 /// The isCodeGenOnly field from the record
77 bool IsCodeGenOnly;
X86RecognizableInstr.cpp 223 IsCodeGenOnly = Rec->getValueAsBit("isCodeGenOnly");
250 if (Form == X86Local::Pseudo || (IsCodeGenOnly && !ForceDisassemble)) {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.h 67 /// The isCodeGenOnly filed from the record
68 bool IsCodeGenOnly;
X86RecognizableInstr.cpp 222 IsCodeGenOnly = Rec->getValueAsBit("isCodeGenOnly");
367 (IsCodeGenOnly && Name.find("_REV") == Name.npos))
    [all...]

Completed in 79 milliseconds