Searched refs:hasSSE2 (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.h | 202 bool hasSSE2() const { return X86SSELevel >= SSE2; } in hasSSE2() function 273 bool hasCLFLUSH() const { return hasSSE2() || is64Bit(); } in hasCLFLUSH() 278 bool hasMFence() const { return hasSSE2() || is64Bit(); } in hasMFence()
|
| H A D | X86PartialReduction.cpp | 106 if (!ST->hasSSE2()) in tryMAddReplacement() 217 if (!ST->hasSSE2()) in trySADReplacement()
|
| H A D | X86FastISel.cpp | 150 return (VT == MVT::f64 && Subtarget->hasSSE2()) || in isScalarFPTypeInSSEReg() 299 if (VT == MVT::f64 && !Subtarget->hasSSE2()) in isTypeLegal() 320 bool HasSSE2 = Subtarget->hasSSE2(); in X86FastEmitLoad() 482 bool HasSSE2 = Subtarget->hasSSE2(); in X86FastEmitStore() 1355 bool HasSSE2 = Subtarget->hasSSE2(); in X86ChooseCmpOpcode() 2161 (Subtarget->hasSSE2() && RetVT == MVT::f64))) in X86FastEmitSSESelect() 2488 if (Subtarget->hasSSE2() && I->getType()->isDoubleTy() && in X86SelectFPExt() 2502 if (Subtarget->hasSSE2() && I->getType()->isFloatTy() && in X86SelectFPTrunc() 2978 if (!Subtarget->hasSSE2()) in fastLowerIntrinsicCall() 3638 if (!Subtarget->hasSSE2()) in fastSelectInstruction() [all …]
|
| H A D | X86TargetTransformInfo.cpp | 508 if (Op2Info.isUniform() && Op2Info.isConstant() && ST->hasSSE2() && in getArithmeticInstrCost() 628 if (Op2Info.isConstant() && ST->hasSSE2()) in getArithmeticInstrCost() 773 if (ST->hasSSE2() && Op2Info.isUniform() && in getArithmeticInstrCost() 1013 if (((VT == MVT::v8i16 || VT == MVT::v4i32) && ST->hasSSE2()) || in getArithmeticInstrCost() 1343 if (ST->hasSSE2()) in getArithmeticInstrCost() 1558 if (ST->hasSSE2()) in getShuffleCost() 2026 if (ST->hasSSE2()) { in getShuffleCost() 2930 if (ST->hasSSE2()) { in getCastInstrCost() 2992 if (ST->hasSSE2()) in getCastInstrCost() 3080 (ST->hasSSE2() && MTy.getScalarSizeInBits() < 32)) { in getCmpSelInstrCost() [all …]
|
| H A D | X86CallingConv.td | 274 CCIfInReg<CCIfSubtarget<"hasSSE2()", 290 CCIfType<[f32], CCIfSubtarget<"hasSSE2()", CCAssignToReg<[XMM0,XMM1,XMM2]>>>, 291 CCIfType<[f64], CCIfSubtarget<"hasSSE2()", CCAssignToReg<[XMM0,XMM1,XMM2]>>>, 553 CCIfSubtarget<"hasSSE2()", 849 CCIfSubtarget<"hasSSE2()", 1000 CCIfSubtarget<"hasSSE2()",
|
| H A D | X86PreTileConfig.cpp | 394 assert(ST.hasSSE2() && "AMX should assume SSE2 enabled"); in runOnMachineFunction()
|
| H A D | X86ISelLowering.cpp | 300 if (Subtarget.hasSSE2()) { in X86TargetLowering() 318 if (!Subtarget.hasSSE2()) { in X86TargetLowering() 594 if (!Subtarget.useSoftFloat() && Subtarget.hasSSE2()) { in X86TargetLowering() 1003 if (!Subtarget.useSoftFloat() && Subtarget.hasSSE2()) { in X86TargetLowering() 2701 if (Subtarget.hasSSE2() && (Subtarget.getPreferVectorWidth() >= 128)) in getOptimalMemOpType() 2709 Op.size() >= 8 && !Subtarget.is64Bit() && Subtarget.hasSSE2()) { in getOptimalMemOpType() 2731 return Subtarget.hasSSE2(); in isSafeMemOpType() 2791 if (!!(Flags & MachineMemOperand::MOStore) && Subtarget.hasSSE2()) in allowsMemoryAccess() 3217 } else if (!Subtarget.hasSSE2() && in LowerReturn() 3249 if (!Subtarget.hasSSE2()) in LowerReturn() [all …]
|
| H A D | X86FastPreTileConfig.cpp | 182 assert(ST->hasSSE2() && "AMX should assume SSE2 enabled"); in InitializeTileConfigStackSpace()
|
| H A D | X86LegalizerInfo.cpp | 325 if (!Subtarget.hasSSE2()) in setLegalizerInfoSSE2()
|
| H A D | X86InstrInfo.td | 883 def HasSSE2 : Predicate<"Subtarget->hasSSE2()">; 884 def UseSSE2 : Predicate<"Subtarget->hasSSE2() && !Subtarget->hasAVX()">; 980 def FPStackf64 : Predicate<"!Subtarget->hasSSE2()">;
|
| H A D | X86InstrInfo.cpp | 2253 assert(Subtarget.hasSSE2() && "Commuting MOVHLP/UNPCKHPD requires SSE2!"); in commuteInstructionImpl() 2520 if (Subtarget.hasSSE2()) in findCommutedOpIndices()
|
| H A D | X86ISelDAGToDAG.cpp | 1205 if (Subtarget->hasSSE2()) { in PreprocessISelDAG()
|