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

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 620 bool isOpMapped(StringRef Op) { return OpMap.find(Op) != OpMap.end(); }
681 assert(isOpMapped(Name) && "Unmapped operand!");
854 if (!IAP.isOpMapped(ROName)) {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterEmitter.cpp 626 bool isOpMapped(StringRef Op) { return OpMap.find(Op) != OpMap.end(); }
873 if (!IAP->isOpMapped(ROName)) {
    [all...]

Completed in 63 milliseconds