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

  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 50 if (II.usesCustomInserter)
CodeGenInstruction.h 244 bool usesCustomInserter : 1;
InstrInfoEmitter.cpp 499 if (Inst.usesCustomInserter) OS << "|(1ULL<<MCID::UsesCustomInserter)";
CodeGenInstruction.cpp 319 usesCustomInserter = R->getValueAsBit("usesCustomInserter");
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelEmitter.cpp 36 if (II.usesCustomInserter)
CodeGenInstruction.h 235 bool usesCustomInserter;
InstrInfoEmitter.cpp 291 if (Inst.usesCustomInserter) OS << "|(1<<MCID::UsesCustomInserter)";
CodeGenInstruction.cpp 311 usesCustomInserter = R->getValueAsBit("usesCustomInserter");

Completed in 267 milliseconds