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

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 253 bool isCodeGenOnly : 1;
PseudoLoweringEmitter.cpp 142 if (Insn.isCodeGenOnly || Insn.isPseudo)
CodeGenInstruction.cpp 340 isCodeGenOnly = R->getValueAsBit("isCodeGenOnly");
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 244 bool isCodeGenOnly;
PseudoLoweringEmitter.cpp 95 if (Insn.isCodeGenOnly || Insn.isPseudo)
CodeGenInstruction.cpp 320 isCodeGenOnly = R->getValueAsBit("isCodeGenOnly");

Completed in 82 milliseconds