Home
last modified time | relevance | path

Searched refs:hasBWI (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h448 bool hasBWI() const { return HasBWI; } in hasBWI() function
DX86ISelLowering.cpp1412 if (!Subtarget.useSoftFloat() && Subtarget.hasBWI()) { in X86TargetLowering()
1719 if (Subtarget.hasBWI()) in getSetCCResultType()
1727 if (Subtarget.hasBWI() && Subtarget.hasVLX()) in getSetCCResultType()
4404 assert((Subtarget.hasBWI() || VT.getVectorNumElements() <= 16) && in getZeroVector()
7315 (Subtarget.hasBWI() && VT.is512BitVector())); in lowerVectorShuffleWithPSHUFB()
7799 assert((!VT.is512BitVector() || Subtarget.hasBWI()) && in lowerVectorShuffleAsByteRotate()
7905 unsigned MaxWidth = (VT.is512BitVector() && !Subtarget.hasBWI() ? 64 : 128); in lowerVectorShuffleAsShift()
11935 if (Subtarget.hasBWI()) in lowerV16I32VectorShuffle()
11951 assert(Subtarget.hasBWI() && "We can only lower v32i16 with AVX-512-BWI!"); in lowerV32I16VectorShuffle()
11990 assert(Subtarget.hasBWI() && "We can only lower v64i8 with AVX-512-BWI!"); in lowerV64I8VectorShuffle()
[all …]
DX86TargetTransformInfo.cpp1576 (DataWidth >= 8 && ST->hasBWI()); in isLegalMaskedLoad()
DX86InstrInfo.td809 def HasBWI : Predicate<"Subtarget->hasBWI()">,
811 def NoBWI : Predicate<"!Subtarget->hasBWI()">;
815 def NoVLX_Or_NoBWI : Predicate<"!Subtarget->hasVLX() || !Subtarget->hasBWI()">;
DX86InstrInfo.cpp4424 if (Subtarget.hasBWI()) in copyPhysRegOpcode_AVX512()