Searched refs:hasNEON (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h82 if (ST->hasNEON())
91 if (ST->hasNEON())
H A DAArch64Subtarget.h119 bool hasNEON() const { return HasNEON; } function in class:llvm::AArch64Subtarget
H A DAArch64InstrInfo.cpp1527 assert(Subtarget.hasNEON() &&
1688 if(Subtarget.hasNEON()) {
1709 if(Subtarget.hasNEON()) {
1726 if(Subtarget.hasNEON()) {
1743 if(Subtarget.hasNEON()) {
1764 if(Subtarget.hasNEON()) {
1880 assert(Subtarget.hasNEON() &&
1887 assert(Subtarget.hasNEON() &&
1894 assert(Subtarget.hasNEON() &&
1898 assert(Subtarget.hasNEON()
[all...]
H A DAArch64ISelLowering.cpp87 if (Subtarget->hasNEON()) {
527 if (Subtarget->hasNEON()) {
3788 if (!Subtarget->hasNEON())
7021 if (!Subtarget->hasNEON() || (VecSize != 64 && VecSize != 128))
7107 if (!Subtarget->hasNEON() || (SubVecSize != 64 && SubVecSize != 128))
7541 if (Subtarget->hasNEON() && ISD::isNormalLoad(N0.getNode()) && N0.hasOneUse() &&
7566 if (!Subtarget->hasNEON())
7630 if (!Subtarget->hasNEON())
8922 if (!Subtarget->hasNEON())
9021 if (!Subtarget->hasNEON())
[all...]
H A DAArch64FastISel.cpp2832 (!Subtarget->hasNEON() || !Subtarget->isLittleEndian()))
/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h70 if (ST->hasNEON())
82 if (ST->hasNEON())
H A DARMSubtarget.h337 bool hasNEON() const { return HasNEON; } function in class:llvm::ARMSubtarget
342 return hasNEON() && UseNEONForSinglePrecisionFP;
H A DARMTargetTransformInfo.cpp62 if (Src->isVectorTy() && ST->hasNEON() && (ISD == ISD::FP_ROUND ||
153 if (SrcTy.isVector() && ST->hasNEON()) {
183 if (SrcTy.isFloatingPoint() && ST->hasNEON()) {
214 if (SrcTy.isInteger() && ST->hasNEON()) {
274 if (ST->hasNEON() && ValTy->isVectorTy() && ISD == ISD::SELECT) {
438 if (ST->hasNEON())
H A DA15SDOptimizer.cpp687 if (!(STI.isCortexA15() && STI.hasNEON()))
H A DARMISelLowering.cpp466 if (Subtarget->hasNEON()) {
998 if (Subtarget->hasNEON()) {
1247 if (Subtarget->hasNEON()) {
3988 bool UseNEON = !InGPR && Subtarget->hasNEON();
4345 assert(ST->hasNEON());
4523 assert(ST->hasNEON() && "Custom ctpop lowering requires NEON.");
4543 assert(ST->hasNEON() && "unexpected vector shift");
4922 if (!ST->hasNEON() || (!IsDouble && !ST->useNEONForSinglePrecisionFP()))
7589 Subtarget->hasNEON()) {
8384 if (DCI.isBeforeLegalize() || !Subtarget->hasNEON()
[all...]
H A DARMAsmPrinter.cpp653 if (STI.hasNEON()) {
H A DARMFrameLowering.cpp1443 if (!static_cast<const ARMSubtarget &>(MF.getSubtarget()).hasNEON())
H A DARMBaseInstrInfo.cpp4152 if (Subtarget.hasNEON()) {
4258 assert(Subtarget.hasNEON() && "VORRd requires NEON");

Completed in 188 milliseconds