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/
IntrinsicEmitter.h
23
bool
TargetOnly
;
28
: Records(R),
TargetOnly
(T) {}
CodeGenIntrinsics.h
87
bool
TargetOnly
);
IntrinsicEmitter.cpp
29
std::vector<CodeGenIntrinsic> Ints = LoadIntrinsics(Records,
TargetOnly
);
31
if (
TargetOnly
&& !Ints.empty())
513
if (
TargetOnly
)
700
if (
TargetOnly
) {
CodeGenTarget.cpp
347
bool
TargetOnly
) {
354
if (isTarget ==
TargetOnly
)
Completed in 456 milliseconds