OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInstNamespace
(Results
1 - 10
of
10
) sorted by null
/external/swiftshader/third_party/LLVM/utils/TableGen/
InstrEnumEmitter.cpp
29
std::string Namespace = Target.
getInstNamespace
();
CodeGenTarget.h
82
///
getInstNamespace
- Return the target-specific instruction namespace.
84
std::string
getInstNamespace
() const;
InstrInfoEmitter.cpp
348
std::string Namespace = Target.
getInstNamespace
();
FastISelEmitter.cpp
420
InstNS = Target.
getInstNamespace
() + "::";
858
std::string InstNS = Target.
getInstNamespace
() + "::";
CodeGenTarget.cpp
127
std::string CodeGenTarget::
getInstNamespace
() const {
ARMDecoderEmitter.cpp
[
all
...]
/external/llvm/utils/TableGen/
CodeGenTarget.h
87
///
getInstNamespace
- Return the target-specific instruction namespace.
89
std::string
getInstNamespace
() const;
InstrInfoEmitter.cpp
239
const std::string &Namespace = Target.
getInstNamespace
();
312
const std::string &Namespace = Target.
getInstNamespace
();
553
OS << ", " << Target.
getInstNamespace
() << "::" << Inst.DeprecatedReason
573
std::string Namespace = Target.
getInstNamespace
();
FastISelEmitter.cpp
444
InstNS = Target.
getInstNamespace
() + "::";
880
std::string InstNS = Target.
getInstNamespace
() + "::";
CodeGenTarget.cpp
164
std::string CodeGenTarget::
getInstNamespace
() const {
Completed in 68 milliseconds