OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsUAMemFast
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
130
///
IsUAMemFast
- True if unaligned memory access is fast.
131
bool
IsUAMemFast
;
258
bool isUnalignedMemAccessFast() const { return
IsUAMemFast
; }
X86Subtarget.cpp
259
IsUAMemFast
= true;
444
IsUAMemFast
= false;
Completed in 406 milliseconds