OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TargetOnly
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/utils/TableGen/
IntrinsicEmitter.h
23
bool
TargetOnly
;
28
: Records(R),
TargetOnly
(T) {}
/external/llvm/utils/TableGen/
IntrinsicEmitter.cpp
30
bool
TargetOnly
;
35
: Records(R),
TargetOnly
(T) {}
65
std::vector<CodeGenIntrinsic> Ints = LoadIntrinsics(Records,
TargetOnly
);
67
if (
TargetOnly
&& !Ints.empty())
88
if (!
TargetOnly
) {
481
if (
TargetOnly
)
519
if (
TargetOnly
)
699
if (
TargetOnly
) {
759
void llvm::EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool
TargetOnly
) {
760
IntrinsicEmitter(RK,
TargetOnly
).run(OS)
[
all
...]
Completed in 153 milliseconds