/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Subtarget.h | 177 bool hasSSE41() const { return X86SSELevel >= SSE41; } in hasSSE41() function
|
D | X86GenDAGISel.inc | 4478 /*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 …]
|
D | X86GenFastISel.inc | 2008 if ((Subtarget->hasSSE41())) { 3203 if ((Subtarget->hasSSE41())) { 3842 if ((Subtarget->hasSSE41())) { 4155 if ((Subtarget->hasSSE41())) { 4167 if ((Subtarget->hasSSE41())) { 4507 if ((Subtarget->hasSSE41())) {
|
D | X86ISelLowering.cpp | 912 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()
|
D | X86InstrInfo.td | 466 def HasSSE41 : Predicate<"Subtarget->hasSSE41()">;
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 386 bool hasSSE41() const { return X86SSELevel >= SSE41; } in hasSSE41() function
|
D | X86TargetTransformInfo.cpp | 282 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()
|
D | X86ISelLowering.cpp | 879 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 …]
|
D | X86InstrInfo.td | 786 def HasSSE41 : Predicate<"Subtarget->hasSSE41()">; 787 def NoSSE41 : Predicate<"!Subtarget->hasSSE41()">; 788 def UseSSE41 : Predicate<"Subtarget->hasSSE41() && !Subtarget->hasAVX()">;
|
D | X86FastISel.cpp | 351 bool HasSSE41 = Subtarget->hasSSE41(); in X86FastEmitLoad()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 542 bool hasSSE41() const { return X86SSELevel >= SSE41; } in hasSSE41() function
|
D | X86LegalizerInfo.cpp | 311 if (!Subtarget.hasSSE41()) in setLegalizerInfoSSE41()
|
D | X86TargetTransformInfo.cpp | 383 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()
|
D | X86ISelLowering.cpp | 924 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 …]
|
D | X86InstrInfo.td | 819 def HasSSE41 : Predicate<"Subtarget->hasSSE41()">; 820 def NoSSE41 : Predicate<"!Subtarget->hasSSE41()">; 821 def UseSSE41 : Predicate<"Subtarget->hasSSE41() && !Subtarget->hasAVX()">; 948 "!Subtarget->hasSSE41()">;
|
D | X86ISelDAGToDAG.cpp | 447 return Subtarget->hasSSE41(); in useNonTemporalLoad()
|
D | X86InstrInfo.cpp | 1607 assert(Subtarget.hasSSE41() && "Commuting MOVSD/MOVSS requires SSE41!"); in commuteInstructionImpl() 1997 if (Subtarget.hasSSE41()) in findCommutedOpIndices()
|
D | X86FastISel.cpp | 323 bool HasSSE41 = Subtarget->hasSSE41(); in X86FastEmitLoad()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 1659 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 …]
|
D | X86GenGlobalISel.inc | 181 if (Subtarget->hasSSE41() && !Subtarget->hasAVX()) 387 if (MF->getFunction().optForSize() || !Subtarget->hasSSE41())
|