Home
last modified time | relevance | path

Searched refs:hasGFNI (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h608 bool hasGFNI() const { return HasGFNI; } in hasGFNI() function
DX86InstrInfo.td902 def HasGFNI : Predicate<"Subtarget->hasGFNI()">;
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h644 bool hasGFNI() const { return HasGFNI; } in hasGFNI() function
DX86TargetTransformInfo.cpp2789 if (ISD == ISD::BITREVERSE && ST->hasGFNI() && ST->hasSSSE3() && in getTypeBasedIntrinsicInstrCost()
DX86InstrInfo.td930 def HasGFNI : Predicate<"Subtarget->hasGFNI()">;
DX86ISelLowering.cpp29010 if (Subtarget.hasGFNI()) { in LowerBITREVERSE()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc12193 if ((Subtarget->hasBWI()) && (Subtarget->hasGFNI()) && (Subtarget->hasVLX())) {
12196 …if ((Subtarget->hasAVX()) && (Subtarget->hasGFNI()) && (!Subtarget->hasVLX() || !Subtarget->hasBWI…
12199 if ((Subtarget->hasGFNI()) && (Subtarget->hasSSE2() && !Subtarget->hasAVX())) {
12208 if ((Subtarget->hasBWI()) && (Subtarget->hasGFNI()) && (Subtarget->hasVLX())) {
12211 …if ((Subtarget->hasAVX()) && (Subtarget->hasGFNI()) && (!Subtarget->hasVLX() || !Subtarget->hasBWI…
12220 if ((Subtarget->hasAVX512()) && (Subtarget->hasBWI()) && (Subtarget->hasGFNI())) {
DX86GenGlobalISel.inc255 if (Subtarget->hasGFNI())