/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Subtarget.h | 173 bool hasSSE1() const { return X86SSELevel >= SSE1; } in hasSSE1() function 184 bool hasXMM() const { return hasSSE1() || hasAVX(); } in hasXMM()
|
D | X86GenFastISel.inc | 478 if ((Subtarget->hasSSE1())) { 488 if ((Subtarget->hasSSE1())) { 611 if ((Subtarget->hasSSE1())) { 641 if ((Subtarget->hasSSE1())) { 789 if ((Subtarget->hasSSE1())) { 811 if ((Subtarget->hasSSE1())) { 1040 if ((Subtarget->hasSSE1())) { 1052 if ((Subtarget->hasSSE1())) { 1081 if ((Subtarget->hasSSE1())) { 1093 if ((Subtarget->hasSSE1())) { [all …]
|
D | X86JITInfo.cpp | 424 if (Subtarget->hasSSE1()) in getLazyResolverFunction()
|
D | X86GenDAGISel.inc | 43 /*55*/ OPC_CheckPatternPredicate, 1, // (Subtarget->hasSSE1()) 3787 /*8391*/ OPC_CheckPatternPredicate, 1, // (Subtarget->hasSSE1()) 3821 /*8466*/ OPC_CheckPatternPredicate, 1, // (Subtarget->hasSSE1()) 4186 /*9256*/ OPC_CheckPatternPredicate, 1, // (Subtarget->hasSSE1()) 4219 /*9327*/ OPC_CheckPatternPredicate, 1, // (Subtarget->hasSSE1()) 4321 /*9557*/ OPC_CheckPatternPredicate, 1, // (Subtarget->hasSSE1()) 4387 /*9690*/ OPC_CheckPatternPredicate, 1, // (Subtarget->hasSSE1()) 4449 /*9819*/ OPC_CheckPatternPredicate, 1, // (Subtarget->hasSSE1()) 4666 /*10283*/ OPC_CheckPatternPredicate, 1, // (Subtarget->hasSSE1()) 5324 /*11687*/ OPC_CheckPatternPredicate, 1, // (Subtarget->hasSSE1()) [all …]
|
D | X86FastISel.cpp | 64 X86ScalarSSEf32 = Subtarget->hasSSE1() || Subtarget->hasAVX(); in X86FastISel() 821 bool X86ScalarSSEf32 = HasAVX || Subtarget->hasSSE1(); in X86ChooseCmpOpcode()
|
D | X86InstrInfo.td | 462 def HasSSE1 : Predicate<"Subtarget->hasSSE1()">;
|
D | X86ISelLowering.cpp | 319 if (Subtarget->hasSSE1() && !Subtarget->hasSSE3()) in X86TargetLowering() 12649 (Subtarget->hasSSE1() && VT.getScalarType() == MVT::f32))) { in PerformSELECTCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 538 bool hasSSE1() const { return X86SSELevel >= SSE1; } in hasSSE1() function 590 return hasSSE1() || (hasPRFCHW() && !has3DNow()) || hasPREFETCHWT1(); in hasSSEPrefetch()
|
D | X86RegisterInfo.cpp | 270 bool HasSSE = Subtarget.hasSSE1(); in getCalleeSavedRegs() 393 bool HasSSE = Subtarget.hasSSE1(); in getCallPreservedMask()
|
D | X86CallingConv.td | 104 CCIfSubtarget<"hasSSE1()", CCAssignToReg<RC.XMM>>>, 112 CCIfSubtarget<"hasSSE1()", CCAssignToReg<RC.XMM>>>, 184 CCIfSubtarget<"hasSSE1()", CCAssignToReg<RC.XMM>>>, 188 CCIfSubtarget<"hasSSE1()", CCAssignToReg<RC.XMM>>>, 536 CCIfSubtarget<"hasSSE1()", 666 CCIfSubtarget<"hasSSE1()",
|
D | X86FastISel.cpp | 66 X86ScalarSSEf32 = Subtarget->hasSSE1(); in X86FastISel() 499 bool HasSSE1 = Subtarget->hasSSE1(); in X86FastEmitStore() 1353 bool X86ScalarSSEf32 = Subtarget->hasSSE1(); in X86ChooseCmpOpcode() 2171 !((Subtarget->hasSSE1() && RetVT == MVT::f32) || in X86FastEmitSSESelect() 2819 if (!Subtarget->hasSSE1()) in fastLowerIntrinsicCall() 3014 if (!Subtarget->hasSSE1()) in fastLowerIntrinsicCall() 3125 if (!Subtarget->hasSSE1()) in fastLowerArguments() 3482 assert((Subtarget->hasSSE1() || !NumXMMRegs) in fastLowerCall() 3576 ((Is64Bit || Ins[i].Flags.isInReg()) && !Subtarget->hasSSE1())) { in fastLowerCall()
|
D | X86LegalizerInfo.cpp | 238 if (!Subtarget.hasSSE1()) in setLegalizerInfoSSE1()
|
D | X86TargetTransformInfo.cpp | 121 if (Vector && !ST->hasSSE1()) in getNumberOfRegisters() 139 if (ST->hasSSE1() && PreferVectorWidth >= 128) in getRegisterBitWidth() 785 if (ST->hasSSE1()) in getArithmeticInstrCost() 1133 if (ST->hasSSE1()) in getShuffleCost() 1857 if (ST->hasSSE1()) in getIntrinsicInstrCost()
|
D | X86ISelLowering.cpp | 105 X86ScalarSSEf32 = Subtarget.hasSSE1(); in X86TargetLowering() 285 if (Subtarget.hasSSE1() && !Subtarget.hasSSE3()) in X86TargetLowering() 751 if (!Subtarget.useSoftFloat() && Subtarget.hasSSE1()) { in X86TargetLowering() 1889 if (Subtarget.hasSSE1()) in getByValTypeAlignment() 1929 if (Subtarget.hasSSE1()) in getOptimalMemOpType() 2337 (Subtarget.is64Bit() && !Subtarget.hasSSE1())) { in LowerReturn() 2661 ((Is64Bit || Ins[InsIndex].Flags.isInReg()) && !Subtarget.hasSSE1())) { in LowerCallResult() 2978 if (isSoftFloat || NoImplicitFloatOps || !Subtarget.hasSSE1()) in get64BitArgumentXMMs() 3199 assert(!(NumXMMRegs && !Subtarget.hasSSE1()) && in LowerFormalArguments() 3710 assert((Subtarget.hasSSE1() || !NumXMMRegs) in LowerCall() [all …]
|
D | X86InstrInfo.td | 811 def HasSSE1 : Predicate<"Subtarget->hasSSE1()">; 812 def UseSSE1 : Predicate<"Subtarget->hasSSE1() && !Subtarget->hasAVX()">; 898 def FPStackf32 : Predicate<"!Subtarget->hasSSE1()">;
|
/external/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 245 bool HasSSE = Subtarget.hasSSE1(); in getCalleeSavedRegs() 344 bool HasSSE = Subtarget.hasSSE1(); in getCallPreservedMask()
|
D | X86Subtarget.h | 382 bool hasSSE1() const { return X86SSELevel >= SSE1; } in hasSSE1() function
|
D | X86FastISel.cpp | 66 X86ScalarSSEf32 = Subtarget->hasSSE1(); in X86FastISel() 1330 bool X86ScalarSSEf32 = Subtarget->hasSSE1(); in X86ChooseCmpOpcode() 2065 !((Subtarget->hasSSE1() && RetVT == MVT::f32) || in X86FastEmitSSESelect() 2641 if (!Subtarget->hasSSE1()) in fastLowerIntrinsicCall() 2830 if (!Subtarget->hasSSE1()) in fastLowerIntrinsicCall() 2937 if (!Subtarget->hasSSE1()) in fastLowerArguments() 3274 assert((Subtarget->hasSSE1() || !NumXMMRegs) in fastLowerCall() 3360 ((Is64Bit || Ins[i].Flags.isInReg()) && !Subtarget->hasSSE1())) { in fastLowerCall()
|
D | X86CallingConv.td | 332 CCIfSubtarget<"hasSSE1()", 467 CCIfSubtarget<"hasSSE1()",
|
D | X86TargetTransformInfo.cpp | 45 if (Vector && !ST->hasSSE1()) in getNumberOfRegisters() 60 if (ST->hasSSE1()) return 128; in getRegisterBitWidth()
|
D | X86ISelLowering.cpp | 77 X86ScalarSSEf32 = Subtarget.hasSSE1(); in X86TargetLowering() 246 if (Subtarget.hasSSE1() && !Subtarget.hasSSE3()) in X86TargetLowering() 432 if (Subtarget.hasSSE1()) in X86TargetLowering() 719 if (!Subtarget.useSoftFloat() && Subtarget.hasSSE1()) { in X86TargetLowering() 1786 if (Subtarget.hasSSE1()) in getByValTypeAlignment() 1826 if (Subtarget.hasSSE1()) in getOptimalMemOpType() 2108 (Subtarget.is64Bit() && !Subtarget.hasSSE1())) { in LowerReturn() 2299 ((Is64Bit || Ins[i].Flags.isInReg()) && !Subtarget.hasSSE1())) { in LowerCallResult() 2546 if (isSoftFloat || NoImplicitFloatOps || !Subtarget.hasSSE1()) in get64BitArgumentXMMs() 2729 assert(!(NumXMMRegs && !Subtarget.hasSSE1()) && in LowerFormalArguments() [all …]
|
D | X86InstrInfo.td | 778 def HasSSE1 : Predicate<"Subtarget->hasSSE1()">; 779 def UseSSE1 : Predicate<"Subtarget->hasSSE1() && !Subtarget->hasAVX()">; 853 def FPStackf32 : Predicate<"!Subtarget->hasSSE1()">;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenCallingConv.inc | 883 if (static_cast<const X86Subtarget&>(State.getMachineFunction().getSubtarget()).hasSSE1()) { 907 if (static_cast<const X86Subtarget&>(State.getMachineFunction().getSubtarget()).hasSSE1()) { 1551 if (static_cast<const X86Subtarget&>(State.getMachineFunction().getSubtarget()).hasSSE1()) { 1687 if (static_cast<const X86Subtarget&>(State.getMachineFunction().getSubtarget()).hasSSE1()) { 1963 if (static_cast<const X86Subtarget&>(State.getMachineFunction().getSubtarget()).hasSSE1()) { 1987 if (static_cast<const X86Subtarget&>(State.getMachineFunction().getSubtarget()).hasSSE1()) { 2395 if (static_cast<const X86Subtarget&>(State.getMachineFunction().getSubtarget()).hasSSE1()) { 2419 if (static_cast<const X86Subtarget&>(State.getMachineFunction().getSubtarget()).hasSSE1()) { 3100 if (static_cast<const X86Subtarget&>(State.getMachineFunction().getSubtarget()).hasSSE1()) { 3117 if (static_cast<const X86Subtarget&>(State.getMachineFunction().getSubtarget()).hasSSE1()) { [all …]
|
D | X86GenFastISel.inc | 719 if ((!Subtarget->hasSSE1())) { 754 if ((!Subtarget->hasSSE1())) { 789 if ((!Subtarget->hasSSE1())) { 907 if ((Subtarget->hasSSE1() && !Subtarget->hasAVX())) { 920 if ((Subtarget->hasSSE1() && !Subtarget->hasAVX())) { 1274 if ((!Subtarget->hasSSE1())) { 1309 if ((Subtarget->hasSSE1() && !Subtarget->hasAVX())) { 1312 if ((!Subtarget->hasSSE1())) { 1342 if ((Subtarget->hasSSE1() && !Subtarget->hasAVX())) { 1767 if ((Subtarget->hasSSE1() && !Subtarget->hasAVX())) { [all …]
|
D | X86GenGlobalISel.inc | 165 if (Subtarget->hasSSE1()) 167 if (Subtarget->hasSSE1() && !Subtarget->hasAVX()) 323 if (!Subtarget->hasSSE1())
|