OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPerfMon
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64Subtarget.h
62
bool
HasPerfMon
= false;
210
bool
hasPerfMon
() const { return
HasPerfMon
; }
AArch64ISelLowering.cpp
396
if (Subtarget->
hasPerfMon
())
[
all
...]
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
216
bool
HasPerfMon
= false;
451
bool
hasPerfMon
() const { return
HasPerfMon
; }
ARMISelLowering.cpp
[
all
...]
Completed in 69 milliseconds