/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 108 if (ST->hasMVEIntegerOps()) in getPreferredAddressingMode() 462 (ST->hasNEON() || ST->hasMVEIntegerOps())) { in getCFInstrCost() 503 if ((ST->hasMVEIntegerOps() && in getCastInstrCost() 551 if (SrcTy.isVector() && ST->hasMVEIntegerOps()) { in getCastInstrCost() 580 if (SrcTy.isVector() && ST->hasMVEIntegerOps()) { in getCastInstrCost() 815 if (SrcTy.isVector() && ST->hasMVEIntegerOps()) { in getCastInstrCost() 838 if (ISD == ISD::TRUNCATE && ST->hasMVEIntegerOps() && in getCastInstrCost() 869 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() in getCastInstrCost() 902 if (ST->hasMVEIntegerOps() && (Opcode == Instruction::InsertElement || in getVectorInstrCost() 1014 if (ST->hasMVEIntegerOps() && ValTy->isVectorTy() && in getCmpSelInstrCost() [all …]
|
D | ARMSelectionDAGInfo.cpp | 177 if (Subtarget.hasMVEIntegerOps() && in EmitTargetCodeForMemcpy() 306 if (Subtarget.hasMVEIntegerOps() && in EmitTargetCodeForMemset()
|
D | ARMTargetTransformInfo.h | 155 if (ST->hasMVEIntegerOps()) in getNumberOfRegisters() 172 if (ST->hasMVEIntegerOps()) in getRegisterBitWidth()
|
D | MVEVPTBlockPass.cpp | 317 if (!STI.isThumb2() || !STI.hasMVEIntegerOps()) in runOnMachineFunction()
|
D | ARMISelLowering.cpp | 821 if (Subtarget->hasMVEIntegerOps()) in ARMTargetLowering() 854 if (Subtarget->hasMVEIntegerOps() || Subtarget->hasNEON()) { in ARMTargetLowering() 1012 if (Subtarget->hasNEON() || Subtarget->hasMVEIntegerOps()) { in ARMTargetLowering() 1020 if (Subtarget->hasMVEIntegerOps()) { in ARMTargetLowering() 1167 if (Subtarget->hasMVEIntegerOps()) in ARMTargetLowering() 1570 if (Subtarget->hasMVEIntegerOps()) in ARMTargetLowering() 1887 if ((Subtarget->hasMVEIntegerOps() && in getSetCCResultType() 1911 if (Subtarget->hasMVEIntegerOps()) { in getRegClassFor() 6639 if (ST->hasMVEIntegerOps()) { in Expand64BitShift() 6724 assert(ST->hasMVEIntegerOps() && in LowerVSETCC() [all …]
|
D | ARMSubtarget.cpp | 393 return hasMVEIntegerOps(); in enableSubRegLiveness()
|
D | MVETailPredication.cpp | 142 if (!ST->hasMVEIntegerOps() || !ST->hasV8_1MMainlineOps()) { in runOnLoop()
|
D | MVELaneInterleavingPass.cpp | 376 if (!ST->hasMVEIntegerOps()) in runOnFunction()
|
D | ARMPredicates.td | 32 def HasMVEInt : Predicate<"Subtarget->hasMVEIntegerOps()">,
|
D | ARMRegisterInfo.td | 485 return 1 + MF.getSubtarget<ARMSubtarget>().hasMVEIntegerOps(); 525 return 1 + MF.getSubtarget<ARMSubtarget>().hasMVEIntegerOps();
|
D | ARMBaseRegisterInfo.cpp | 276 if (MF.getSubtarget<ARMSubtarget>().hasMVEIntegerOps()) in getLargestLegalSuperClass()
|
D | ARMBaseInstrInfo.cpp | 1212 Subtarget.hasMVEIntegerOps()) { in storeRegToStackSlot() 1260 } else if (Subtarget.hasMVEIntegerOps()) { in storeRegToStackSlot() 1281 Subtarget.hasMVEIntegerOps()) { in storeRegToStackSlot() 1467 Subtarget.hasMVEIntegerOps()) { in loadRegFromStackSlot() 1510 } else if (Subtarget.hasMVEIntegerOps()) { in loadRegFromStackSlot() 1531 Subtarget.hasMVEIntegerOps()) { in loadRegFromStackSlot()
|
D | MVEGatherScatterLowering.cpp | 1251 if (!ST->hasMVEIntegerOps()) in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 207 if (SrcTy.isVector() && ST->hasMVEIntegerOps()) { in getCastInstrCost() 379 if (SrcTy.isVector() && ST->hasMVEIntegerOps()) { in getCastInstrCost() 405 int BaseCost = ST->hasMVEIntegerOps() && Src->isVectorTy() in getCastInstrCost() 433 if (ST->hasMVEIntegerOps() && (Opcode == Instruction::InsertElement || in getVectorInstrCost() 472 int BaseCost = ST->hasMVEIntegerOps() && ValTy->isVectorTy() in getCmpSelInstrCost() 500 if (!EnableMaskedLoadStores || !ST->hasMVEIntegerOps()) in isLegalMaskedLoad() 521 if (!EnableMaskedGatherScatters || !ST->hasMVEIntegerOps()) in isLegalMaskedGather() 646 if (ST->hasMVEIntegerOps()) { in getShuffleCost() 663 int BaseCost = ST->hasMVEIntegerOps() && Tp->isVectorTy() in getShuffleCost() 770 int BaseCost = ST->hasMVEIntegerOps() && Ty->isVectorTy() in getArithmeticInstrCost() [all …]
|
D | ARMTargetTransformInfo.h | 130 if (ST->hasMVEIntegerOps()) in getNumberOfRegisters() 144 if (ST->hasMVEIntegerOps()) in getRegisterBitWidth()
|
D | MVEVPTBlockPass.cpp | 182 if (!STI.isThumb2() || !STI.hasMVEIntegerOps()) in runOnMachineFunction()
|
D | MVEGatherScatterLowering.cpp | 283 if (!ST->hasMVEIntegerOps()) in runOnFunction()
|
D | ARMISelLowering.cpp | 747 if (Subtarget->hasMVEIntegerOps()) in ARMTargetLowering() 776 if (Subtarget->hasMVEIntegerOps() || Subtarget->hasNEON()) { in ARMTargetLowering() 937 if (Subtarget->hasNEON() || Subtarget->hasMVEIntegerOps()) { in ARMTargetLowering() 1079 if (Subtarget->hasMVEIntegerOps()) in ARMTargetLowering() 1718 if (Subtarget->hasMVEIntegerOps() && in getSetCCResultType() 1733 if (Subtarget->hasNEON() || Subtarget->hasMVEIntegerOps()) { in getRegClassFor() 6144 if (ST->hasMVEIntegerOps()) { in Expand64BitShift() 6229 assert(ST->hasMVEIntegerOps() && in LowerVSETCC() 6320 if (ST->hasMVEIntegerOps()) { in LowerVSETCC() 7090 assert(ST->hasMVEIntegerOps() && "LowerBUILD_VECTOR_i1 called without MVE!"); in LowerBUILD_VECTOR_i1() [all …]
|
D | ARMPredicates.td | 32 def HasMVEInt : Predicate<"Subtarget->hasMVEIntegerOps()">,
|
D | ARMSubtarget.h | 585 bool hasMVEIntegerOps() const { return HasMVEIntegerOps; } in hasMVEIntegerOps() function
|
D | MVETailPredication.cpp | 137 if (!ST->hasMVEIntegerOps() || !ST->hasV8_1MMainlineOps()) { in runOnLoop()
|
D | ARMRegisterInfo.td | 443 return 1 + MF.getSubtarget<ARMSubtarget>().hasMVEIntegerOps(); 483 return 1 + MF.getSubtarget<ARMSubtarget>().hasMVEIntegerOps();
|
/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/ARM/ |
D | ARMGenFastISel.inc | 288 if ((Subtarget->hasMVEIntegerOps())) { 297 if ((Subtarget->hasMVEIntegerOps())) { 306 if ((Subtarget->hasMVEIntegerOps())) { 326 if ((Subtarget->hasMVEIntegerOps())) { 335 if ((Subtarget->hasMVEIntegerOps())) { 344 if ((Subtarget->hasMVEIntegerOps())) { 369 if ((Subtarget->hasMVEIntegerOps())) { 386 if ((Subtarget->hasMVEIntegerOps())) { 403 if ((Subtarget->hasMVEIntegerOps())) { 413 if ((Subtarget->hasMVEIntegerOps())) { [all …]
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenFastISel.inc | 302 if ((Subtarget->hasMVEIntegerOps())) { 319 if ((Subtarget->hasMVEIntegerOps())) { 336 if ((Subtarget->hasMVEIntegerOps())) { 432 if ((Subtarget->hasMVEIntegerOps())) { 463 if ((Subtarget->hasMVEIntegerOps())) { 484 if ((Subtarget->hasMVEIntegerOps())) { 505 if ((Subtarget->hasMVEIntegerOps())) { 540 if ((Subtarget->hasMVEIntegerOps())) { 561 if ((Subtarget->hasMVEIntegerOps())) { 582 if ((Subtarget->hasMVEIntegerOps())) { [all …]
|
D | ARMGenDAGISel.inc | 2763 /* 5553*/ OPC_CheckPatternPredicate, 8, // (Subtarget->hasMVEIntegerOps()) 2774 /* 5581*/ OPC_CheckPatternPredicate, 8, // (Subtarget->hasMVEIntegerOps()) 2784 /* 5608*/ OPC_CheckPatternPredicate, 8, // (Subtarget->hasMVEIntegerOps()) 2961 /* 5940*/ OPC_CheckPatternPredicate, 8, // (Subtarget->hasMVEIntegerOps()) 2989 /* 5996*/ OPC_CheckPatternPredicate, 8, // (Subtarget->hasMVEIntegerOps()) 3014 /* 6046*/ OPC_CheckPatternPredicate, 8, // (Subtarget->hasMVEIntegerOps()) 3042 /* 6101*/ OPC_CheckPatternPredicate, 8, // (Subtarget->hasMVEIntegerOps()) 3070 /* 6157*/ OPC_CheckPatternPredicate, 8, // (Subtarget->hasMVEIntegerOps()) 3095 /* 6207*/ OPC_CheckPatternPredicate, 8, // (Subtarget->hasMVEIntegerOps()) 3123 /* 6262*/ OPC_CheckPatternPredicate, 8, // (Subtarget->hasMVEIntegerOps()) [all …]
|