OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SlowFPBrcc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
76
///
SlowFPBrcc
- True if floating point compare + branch is slow.
77
bool
SlowFPBrcc
;
261
bool isFPBrccSlow() const { return
SlowFPBrcc
; }
ARMSubtarget.cpp
90
SlowFPBrcc
= false;
Completed in 88 milliseconds