OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasVectorUAMem
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
142
///
HasVectorUAMem
- True if SIMD operations can have unaligned memory
144
bool
HasVectorUAMem
;
288
bool
hasVectorUAMem
() const { return
HasVectorUAMem
; }
X86Subtarget.cpp
488
HasVectorUAMem
= false;
Completed in 97 milliseconds