OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasQPX
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCSubtarget.h
90
bool
HasQPX
;
228
bool
hasQPX
() const { return
HasQPX
; }
256
if ((
hasQPX
() || isBGQ()) && !isQPXStackUnaligned())
PPCTargetTransformInfo.cpp
215
if (Vector && !ST->hasAltivec() && !ST->
hasQPX
())
222
if (ST->
hasQPX
()) return 256;
306
} else if (ST->
hasQPX
() && Val->getScalarType()->isFloatingPointTy()) {
352
bool IsQPXType = ST->
hasQPX
() &&
PPCISelLowering.cpp
659
if (Subtarget.
hasQPX
()) {
[
all
...]
PPCISelDAGToDAG.cpp
[
all
...]
Completed in 113 milliseconds