OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isScalarFPTypeInSSEReg
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/X86/
X86ISelLowering.h
677
///
isScalarFPTypeInSSEReg
- Return true if the specified scalar FP type is
679
bool
isScalarFPTypeInSSEReg
(EVT VT) const {
[
all
...]
X86FastISel.cpp
130
///
isScalarFPTypeInSSEReg
- Return true if the specified scalar FP type is
132
bool
isScalarFPTypeInSSEReg
(EVT VT) const {
[
all
...]
X86ISelDAGToDAG.cpp
481
bool SrcIsSSE = X86Lowering.
isScalarFPTypeInSSEReg
(SrcVT);
482
bool DstIsSSE = X86Lowering.
isScalarFPTypeInSSEReg
(DstVT);
[
all
...]
X86ISelLowering.cpp
[
all
...]
Completed in 50 milliseconds