Home
last modified time | relevance | path

Searched refs:RootSizeInBits (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp25044 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain() local
25045 unsigned BaseMaskEltSizeInBits = RootSizeInBits / NumBaseMaskElts; in combineX86ShuffleChain()
25054 (RootSizeInBits == 512 || in combineX86ShuffleChain()
25055 (Subtarget.hasVLX() && RootSizeInBits >= 128))) { in combineX86ShuffleChain()
25095 unsigned MaskEltSizeInBits = RootSizeInBits / NumMaskElts; in combineX86ShuffleChain()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp29654 unsigned RootSizeInBits = RootVT.getSizeInBits(); in combineX86ShuffleChain() local
29656 unsigned BaseMaskEltSizeInBits = RootSizeInBits / NumBaseMaskElts; in combineX86ShuffleChain()
29668 RootSizeInBits == 512 || (Subtarget.hasVLX() && RootSizeInBits >= 128); in combineX86ShuffleChain()
29705 unsigned MaskEltSizeInBits = RootSizeInBits / NumMaskElts; in combineX86ShuffleChain()
29806 if (Subtarget.hasSSE4A() && AllowIntDomain && RootSizeInBits == 128) { in combineX86ShuffleChain()