Searched defs:HasInt256 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3572 static bool isPSHUFHWMask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { argument
3601 static bool isPSHUFLWMask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { argument
4002 static bool isUNPCKL_v_undef_Mask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { argument
3906 isUNPCKLMask(ArrayRef<int> Mask, MVT VT, bool HasInt256, bool V2IsSplat = false) argument
3954 isUNPCKHMask(ArrayRef<int> Mask, MVT VT, bool HasInt256, bool V2IsSplat = false) argument
4045 isUNPCKH_v_undef_Mask(ArrayRef<int> Mask, MVT VT, bool HasInt256) argument
4758 getOnesVector(MVT VT, bool HasInt256, SelectionDAG &DAG, SDLoc dl) argument
7274 bool HasInt256 = Subtarget->hasInt256(); local
[all...]

Completed in 283 milliseconds