Searched refs:HasFMA4 (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 112 bool HasFMA4; variable 407 bool hasFMA() const { return HasFMA && !HasFMA4; } in hasFMA() 408 bool hasFMA4() const { return HasFMA4; } in hasFMA4()
|
D | X86Subtarget.cpp | 249 HasFMA4 = false; in initializeEnvironment()
|
D | X86.td | 157 def FeatureFMA4 : SubtargetFeature<"fma4", "HasFMA4", "true",
|
D | X86InstrFormats.td | 854 VEX_4V, VEX_I8IMM, FMASC, Requires<[HasFMA4]>;
|
D | X86InstrInfo.td | 829 def HasFMA4 : Predicate<"Subtarget->hasFMA4()">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 138 bool HasFMA4 = false; variable 612 bool hasFMA4() const { return HasFMA4; } in hasFMA4()
|
D | X86InstrFormats.td | 902 VEX_4V, FMASC, Requires<[HasFMA4, NoVLX]>; 906 VEX_4V, FMASC, Requires<[HasFMA4, NoAVX512]>; 910 VEX_4V, FMASC, Requires<[HasFMA4]>;
|
D | X86InstrFMA.td | 608 let Predicates = [HasFMA4] in {
|
D | X86.td | 190 def FeatureFMA4 : SubtargetFeature<"fma4", "HasFMA4", "true",
|
D | X86InstrInfo.td | 904 def HasFMA4 : Predicate<"Subtarget->hasFMA4()">;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 136 bool HasFMA4 = false; variable 648 bool hasFMA4() const { return HasFMA4; } in hasFMA4()
|
D | X86InstrFormats.td | 915 VEX_4V, FMASC, Requires<[HasFMA4, NoVLX]>; 919 VEX_4V, FMASC, Requires<[HasFMA4, NoAVX512]>; 923 VEX_4V, FMASC, Requires<[HasFMA4]>;
|
D | X86InstrFMA.td | 608 let Predicates = [HasFMA4] in {
|
D | X86.td | 196 def FeatureFMA4 : SubtargetFeature<"fma4", "HasFMA4", "true",
|
D | X86InstrInfo.td | 932 def HasFMA4 : Predicate<"Subtarget->hasFMA4()">;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23128 if (Bits[X86::FeatureFMA4]) HasFMA4 = true;
|