OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetOnly
(Results
1 - 4
of
4
) sorted by null
/external/llvm/utils/TableGen/
CodeGenIntrinsics.h
92
bool
TargetOnly
);
TableGenBackends.h
63
void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool
TargetOnly
= false);
IntrinsicEmitter.cpp
28
bool
TargetOnly
;
33
: Records(R),
TargetOnly
(T) {}
69
std::vector<CodeGenIntrinsic> Ints = LoadIntrinsics(Records,
TargetOnly
);
71
if (
TargetOnly
&& !Ints.empty())
533
if (
TargetOnly
)
572
if (
TargetOnly
)
732
if (
TargetOnly
) {
767
void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool
TargetOnly
= false) {
768
IntrinsicEmitter(RK,
TargetOnly
).run(OS);
CodeGenTarget.cpp
405
bool
TargetOnly
) {
412
if (isTarget ==
TargetOnly
)
Completed in 3597 milliseconds