Searched refs:HasCMov (Results 1 – 18 of 18) sorted by relevance
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 17 let Uses = [EFLAGS], Predicates = [HasCMov], Constraints = "$src1 = $dst", 38 let Uses = [EFLAGS], Predicates = [HasCMov], Constraints = "$src1 = $dst", 55 } // Uses = [EFLAGS], Predicates = [HasCMov], Constraints = "$src1 = $dst" 66 let Predicates = [HasCMov] in {
|
D | X86InstrFPStack.td | 415 FpI_<outs, ins, fp, pattern>, Requires<[FPStackf32, HasCMov]>; 417 FpI_<outs, ins, fp, pattern>, Requires<[FPStackf64, HasCMov]>; 432 Requires<[HasCMov]>; 447 let Predicates = [HasCMov] in { 465 } // Predicates = [HasCMov] 656 Requires<[FPStackf32, HasCMov]>; 659 Requires<[FPStackf64, HasCMov]>; 662 Requires<[HasCMov]>; 665 Requires<[FPStackf32, HasCMov]>; 668 Requires<[FPStackf64, HasCMov]>; [all …]
|
D | X86Subtarget.h | 95 bool HasCMov = false; variable 619 bool hasCMov() const { return HasCMov || X86SSELevel >= SSE1 || is64Bit(); } in hasCMov()
|
D | X86.td | 39 def FeatureCMOV : SubtargetFeature<"cmov","HasCMov", "true",
|
D | X86InstrInfo.td | 869 def HasCMov : Predicate<"Subtarget->hasCMov()">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 17 let Uses = [EFLAGS], Predicates = [HasCMov], Constraints = "$src1 = $dst", 38 let Uses = [EFLAGS], Predicates = [HasCMov], Constraints = "$src1 = $dst", 55 } // Uses = [EFLAGS], Predicates = [HasCMov], Constraints = "$src1 = $dst" 66 let Predicates = [HasCMov] in {
|
D | X86InstrFPStack.td | 419 FpI_<outs, ins, fp, pattern>, Requires<[FPStackf32, HasCMov]>; 421 FpI_<outs, ins, fp, pattern>, Requires<[FPStackf64, HasCMov]>; 436 Requires<[HasCMov]>; 451 let Predicates = [HasCMov] in { 469 } // Predicates = [HasCMov] 659 Requires<[FPStackf32, HasCMov]>; 662 Requires<[FPStackf64, HasCMov]>; 665 Requires<[HasCMov]>; 668 Requires<[FPStackf32, HasCMov]>; 671 Requires<[FPStackf64, HasCMov]>; [all …]
|
D | X86Subtarget.h | 97 bool HasCMov = false; variable 583 bool hasCMov() const { return HasCMov || X86SSELevel >= SSE1 || is64Bit(); } in hasCMov()
|
D | X86.td | 39 def FeatureCMOV : SubtargetFeature<"cmov","HasCMov", "true",
|
D | X86InstrInfo.td | 843 def HasCMov : Predicate<"Subtarget->hasCMov()">;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 18 let Uses = [EFLAGS], Predicates = [HasCMov], Constraints = "$src1 = $dst", 40 let Uses = [EFLAGS], Predicates = [HasCMov], Constraints = "$src1 = $dst", 59 } // Uses = [EFLAGS], Predicates = [HasCMov], Constraints = "$src1 = $dst"
|
D | X86Subtarget.h | 79 bool HasCMov; variable 381 bool hasCMov() const { return HasCMov; } in hasCMov()
|
D | X86Subtarget.cpp | 237 HasCMov = false; in initializeEnvironment()
|
D | X86InstrFPStack.td | 349 FpI_<outs, ins, fp, pattern>, Requires<[FPStackf32, HasCMov]>; 351 FpI_<outs, ins, fp, pattern>, Requires<[FPStackf64, HasCMov]>; 366 Requires<[HasCMov]>; 381 let Predicates = [HasCMov] in { 399 } // Predicates = [HasCMov]
|
D | X86.td | 37 def FeatureCMOV : SubtargetFeature<"cmov","HasCMov", "true",
|
D | X86InstrCompiler.td | 1213 let Predicates = [HasCMov] in {
|
D | X86InstrInfo.td | 772 def HasCMov : Predicate<"Subtarget->hasCMov()">;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23118 if (Bits[X86::FeatureCMOV]) HasCMov = true;
|