Searched refs:hasInt256 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86Subtarget.h315 bool hasInt256() const { return hasAVX2(); } function in class:llvm::final
H A DX86ISelLowering.cpp1234 if (Subtarget->hasInt256()) {
1698 if (Subtarget->hasInt256())
3763 (VT.is256BitVector() && !Subtarget->hasInt256()))
4907 if (Subtarget->hasInt256()) { // AVX2
5801 if (!Subtarget->hasInt256())
5833 if (ConstSplatVal && Subtarget->hasInt256()) {
5862 if (!IsLoad && Subtarget->hasInt256() &&
5875 if (Subtarget->hasInt256() && Ld.getValueType().isInteger()) {
6524 if (VT == MVT::v4i32 || (VT == MVT::v8i32 && Subtarget->hasInt256()))
6528 return getOnesVector(VT, Subtarget->hasInt256(), DA
[all...]

Completed in 79 milliseconds