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 82 /// getInstNamespace - Return the target-specific instruction namespace.
84 std::string getInstNamespace() const;
InstrInfoEmitter.cpp 375 std::string Namespace = Target.getInstNamespace();
FastISelEmitter.cpp 419 InstNS = Target.getInstNamespace() + "::";
857 std::string InstNS = Target.getInstNamespace() + "::";
CodeGenTarget.cpp 129 std::string CodeGenTarget::getInstNamespace() const {

Completed in 51 milliseconds