Searched refs:hasMVEIntegerOps (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp74 if (ST->hasMVEIntegerOps())
80 if (ST->hasMVEIntegerOps())
227 if (SrcTy.isVector() && ST->hasMVEIntegerOps()) {
257 if (SrcTy.isVector() && ST->hasMVEIntegerOps()) {
492 if (SrcTy.isVector() && ST->hasMVEIntegerOps()) {
539 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy()
568 if (ST->hasMVEIntegerOps() && (Opcode == Instruction::InsertElement ||
612 int BaseCost = ST->hasMVEIntegerOps() && ValTy->isVectorTy()
658 if (!EnableMaskedLoadStores || !ST->hasMVEIntegerOps())
678 if (!EnableMaskedGatherScatters || !ST->hasMVEIntegerOps())
[all...]
H A DARMTargetTransformInfo.h138 if (ST->hasMVEIntegerOps())
152 if (ST->hasMVEIntegerOps())
H A DMVEVPTBlockPass.cpp300 if (!STI.isThumb2() || !STI.hasMVEIntegerOps())
H A DMVEVPTOptimisationsPass.cpp442 if (!STI.isThumb2() || !STI.hasMVEIntegerOps())
H A DARMSubtarget.h600 bool hasMVEIntegerOps() const { return HasMVEIntegerOps; } function in class:llvm::ARMSubtarget
H A DMVETailPredication.cpp175 if (!ST->hasMVEIntegerOps() || !ST->hasV8_1MMainlineOps()) {
H A DARMISelLowering.cpp776 if (Subtarget->hasMVEIntegerOps())
810 if (Subtarget->hasMVEIntegerOps() || Subtarget->hasNEON()) {
968 if (Subtarget->hasNEON() || Subtarget->hasMVEIntegerOps()) {
984 if (Subtarget->hasMVEIntegerOps()) {
1126 if (Subtarget->hasMVEIntegerOps())
1506 if (Subtarget->hasMVEIntegerOps())
1798 if (Subtarget->hasMVEIntegerOps() &&
1813 if (Subtarget->hasNEON() || Subtarget->hasMVEIntegerOps()) {
6337 if (ST->hasMVEIntegerOps()) {
6422 assert(ST->hasMVEIntegerOps()
[all...]
H A DMVEGatherScatterLowering.cpp987 if (!ST->hasMVEIntegerOps())
H A DARMISelDAGToDAG.cpp3665 if (Subtarget->hasMVEIntegerOps() && tryMVEIndexedLoad(N))
3679 if (Subtarget->hasMVEIntegerOps() && tryMVEIndexedLoad(N))
H A DARMBaseInstrInfo.cpp1176 Subtarget.hasMVEIntegerOps()) {
1415 Subtarget.hasMVEIntegerOps()) {

Completed in 390 milliseconds