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

  /external/llvm/utils/TableGen/
CodeGenTarget.h 86 /// getInstNamespace - Return the target-specific instruction namespace.
88 std::string getInstNamespace() const;
InstrInfoEmitter.cpp 394 std::string Namespace = Target.getInstNamespace();
FastISelEmitter.cpp 424 InstNS = Target.getInstNamespace() + "::";
867 std::string InstNS = Target.getInstNamespace() + "::";
CodeGenTarget.cpp 149 std::string CodeGenTarget::getInstNamespace() const {

Completed in 43 milliseconds