Home
last modified time | relevance | path

Searched refs:hasSSE41 (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86Subtarget.h177 bool hasSSE41() const { return X86SSELevel >= SSE41; } in hasSSE41() function
DX86GenDAGISel.inc4478 /*9880*/ OPC_CheckPatternPredicate, 5, // (Subtarget->hasSSE41())
4587 /*10121*/ OPC_CheckPatternPredicate, 5, // (Subtarget->hasSSE41())
4645 /*10242*/ OPC_CheckPatternPredicate, 5, // (Subtarget->hasSSE41())
4783 /*10570*/ OPC_CheckPatternPredicate, 5, // (Subtarget->hasSSE41())
12512 /*26055*/ OPC_CheckPatternPredicate, 5, // (Subtarget->hasSSE41())
12551 /*26137*/ OPC_CheckPatternPredicate, 5, // (Subtarget->hasSSE41())
12568 /*26169*/ OPC_CheckPatternPredicate, 5, // (Subtarget->hasSSE41())
12594 /*26223*/ OPC_CheckPatternPredicate, 5, // (Subtarget->hasSSE41())
12626 /*26283*/ OPC_CheckPatternPredicate, 5, // (Subtarget->hasSSE41())
12665 /*26365*/ OPC_CheckPatternPredicate, 5, // (Subtarget->hasSSE41())
[all …]
DX86GenFastISel.inc2008 if ((Subtarget->hasSSE41())) {
3203 if ((Subtarget->hasSSE41())) {
3842 if ((Subtarget->hasSSE41())) {
4155 if ((Subtarget->hasSSE41())) {
4167 if ((Subtarget->hasSSE41())) {
4507 if ((Subtarget->hasSSE41())) {
DX86ISelLowering.cpp912 if (Subtarget->hasSSE41() || Subtarget->hasAVX()) { in X86TargetLowering()
5314 if (getSubtarget()->hasSSE41() || getSubtarget()->hasAVX()) { in LowerBUILD_VECTOR()
6937 if (Subtarget->hasSSE41() || Subtarget->hasAVX()) { in LowerEXTRACT_VECTOR_ELT()
7078 if (Subtarget->hasSSE41() || Subtarget->hasAVX()) in LowerINSERT_VECTOR_ELT()
8566 if (Opc == X86ISD::PCMPEQQ && !Subtarget->hasSSE41() && !Subtarget->hasAVX()) in LowerVSETCC()
13464 if (!(Subtarget->hasSSE41() || Subtarget->hasAVX())) in PerformOrCombine()
13546 if (RegVT.isVector() && Ext == ISD::EXTLOAD && Subtarget->hasSSE41()) { in PerformLOADCombine()
DX86InstrInfo.td466 def HasSSE41 : Predicate<"Subtarget->hasSSE41()">;
/external/llvm/lib/Target/X86/
DX86Subtarget.h386 bool hasSSE41() const { return X86SSELevel >= SSE41; } in hasSSE41() function
DX86TargetTransformInfo.cpp282 if (ISD == ISD::SDIV && LT.second == MVT::v4i32 && ST->hasSSE41()) in getArithmeticInstrCost()
296 (VT == MVT::v4i32 && ST->hasSSE41())) in getArithmeticInstrCost()
408 !ST->hasSSE41()) in getArithmeticInstrCost()
480 if (ST->hasSSE41()) in getShuffleCost()
860 if (ST->hasSSE41()) { in getCastInstrCost()
DX86ISelLowering.cpp879 if (!Subtarget.useSoftFloat() && Subtarget.hasSSE41()) { in X86TargetLowering()
5276 if (Subtarget.hasSSE41()) { in LowerBuildVectorv16i8()
5429 if (!Subtarget.hasSSE41()) in LowerBuildVectorv4x32()
6847 if (Subtarget.hasSSE41()) { in LowerBUILD_VECTOR()
8093 if (Subtarget.hasSSE41()) { in lowerVectorShuffleAsSpecificZeroOrAnyExtend()
8437 if (Subtarget.hasSSE41()) in lowerVectorShuffleAsElementInsertion()
8963 if (Subtarget.hasSSE41()) in lowerV2F64VectorShuffle()
9054 bool IsBlendSupported = Subtarget.hasSSE41(); in lowerV2I64VectorShuffle()
9251 if (Subtarget.hasSSE41()) { in lowerV4F32VectorShuffle()
9337 bool IsBlendSupported = Subtarget.hasSSE41(); in lowerV4I32VectorShuffle()
[all …]
DX86InstrInfo.td786 def HasSSE41 : Predicate<"Subtarget->hasSSE41()">;
787 def NoSSE41 : Predicate<"!Subtarget->hasSSE41()">;
788 def UseSSE41 : Predicate<"Subtarget->hasSSE41() && !Subtarget->hasAVX()">;
DX86FastISel.cpp351 bool HasSSE41 = Subtarget->hasSSE41(); in X86FastEmitLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h542 bool hasSSE41() const { return X86SSELevel >= SSE41; } in hasSSE41() function
DX86LegalizerInfo.cpp311 if (!Subtarget.hasSSE41()) in setLegalizerInfoSSE41()
DX86TargetTransformInfo.cpp383 if (ISD == ISD::SDIV && LT.second == MVT::v4i32 && ST->hasSSE41()) in getArithmeticInstrCost()
385 if (ISD == ISD::SREM && LT.second == MVT::v4i32 && ST->hasSSE41()) in getArithmeticInstrCost()
740 if (ST->hasSSE41()) in getArithmeticInstrCost()
1061 if (ST->hasSSE41()) in getShuffleCost()
1494 if (ST->hasSSE41()) { in getCastInstrCost()
DX86ISelLowering.cpp924 if (!Subtarget.useSoftFloat() && Subtarget.hasSSE41()) { in X86TargetLowering()
6474 ((VT == MVT::v16i8 || VT == MVT::v4i32) && Subtarget.hasSSE41())) && in LowerBuildVectorAsInsert()
6514 if (NumNonZero > 8 && !Subtarget.hasSSE41()) in LowerBuildVectorv16i8()
6518 if (Subtarget.hasSSE41()) in LowerBuildVectorv16i8()
6578 if (NumNonZero > 4 && !Subtarget.hasSSE41()) in LowerBuildVectorv8i16()
6651 if (!Subtarget.hasSSE41()) in LowerBuildVectorv4x32()
8106 } else if (Subtarget.hasSSE41()) { in createVariablePermute()
8637 if (Subtarget.hasSSE41()) { in LowerBUILD_VECTOR()
9380 if ((Subtarget.hasSSE41() || VT == MVT::v2i64 || VT == MVT::v2f64) && in matchVectorShuffleWithUNPCK()
9560 if (Subtarget.hasSSE41() || PackSVT == MVT::i16) { in matchVectorShuffleWithPACK()
[all …]
DX86InstrInfo.td819 def HasSSE41 : Predicate<"Subtarget->hasSSE41()">;
820 def NoSSE41 : Predicate<"!Subtarget->hasSSE41()">;
821 def UseSSE41 : Predicate<"Subtarget->hasSSE41() && !Subtarget->hasAVX()">;
948 "!Subtarget->hasSSE41()">;
DX86ISelDAGToDAG.cpp447 return Subtarget->hasSSE41(); in useNonTemporalLoad()
DX86InstrInfo.cpp1607 assert(Subtarget.hasSSE41() && "Commuting MOVSD/MOVSS requires SSE41!"); in commuteInstructionImpl()
1997 if (Subtarget.hasSSE41()) in findCommutedOpIndices()
DX86FastISel.cpp323 bool HasSSE41 = Subtarget->hasSSE41(); in X86FastEmitLoad()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc1659 if ((Subtarget->hasSSE41() && !Subtarget->hasAVX())) {
1672 if ((Subtarget->hasSSE41() && !Subtarget->hasAVX())) {
1685 if ((Subtarget->hasSSE41() && !Subtarget->hasAVX())) {
1707 if ((Subtarget->hasSSE41() && !Subtarget->hasAVX())) {
1720 if ((Subtarget->hasSSE41() && !Subtarget->hasAVX())) {
1743 if ((Subtarget->hasSSE41() && !Subtarget->hasAVX())) {
2233 if ((Subtarget->hasSSE41() && !Subtarget->hasAVX())) {
2246 if ((Subtarget->hasSSE41() && !Subtarget->hasAVX())) {
2259 if ((Subtarget->hasSSE41() && !Subtarget->hasAVX())) {
2281 if ((Subtarget->hasSSE41() && !Subtarget->hasAVX())) {
[all …]
DX86GenGlobalISel.inc181 if (Subtarget->hasSSE41() && !Subtarget->hasAVX())
387 if (MF->getFunction().optForSize() || !Subtarget->hasSSE41())