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

  /external/clang/utils/TableGen/
NeonEmitter.cpp 724 const std::string &InstName,
735 // If InstName is passed in, we use that instead of our name Prefix.
736 Prefix = InstName.size() == 0? Name.slice(0, PrefixEnd).str() : InstName;
745 if (InstName.compare("vtbl") == 0 ||
746 InstName.compare("vtbx") == 0) {
1020 const std::string &InstName,
1059 PreprocessInstruction(NameRef, InstName, Prefix,
    [all...]
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 292 const std::string &InstName = R->getValueAsString("Namespace") + "::"
299 CaseMap[Case].push_back(InstName);
CodeGenSchedule.cpp 541 std::string InstName = (*I)->TheDef->getName();
555 dbgs() << "Itinerary for " << InstName << ": "
560 dbgs() << "SchedRW machine model for " << InstName;
573 dbgs() << "InstRW on " << ProcModel.ModelName << " for " << InstName;
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 91 milliseconds