OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is256BitVector
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
152
///
is256BitVector
- Return true if this is a 256-bit vector type.
153
bool
is256BitVector
() const {
154
return isSimple() ? V.
is256BitVector
() : isExtended256BitVector();
MachineValueType.h
248
///
is256BitVector
- Return true if this is a 256-bit vector type.
249
bool
is256BitVector
() const {
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
X86FastISel.cpp
[
all
...]
Completed in 799 milliseconds