Searched refs:Is256 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 6439 auto GetBlendDomains = [&](unsigned ImmWidth, bool Is256) { in getExecutionDomainCustom() argument 6443 if (AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4)) in getExecutionDomainCustom() 6445 if (AdjustBlendMask(Imm, ImmWidth, Is256 ? 4 : 2)) in getExecutionDomainCustom() 6447 if (!Is256 || Subtarget.hasAVX2()) in getExecutionDomainCustom() 6527 auto SetBlendDomain = [&](unsigned ImmWidth, bool Is256) { in setExecutionDomainCustom() argument 6538 AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4, &NewImm); in setExecutionDomainCustom() 6540 AdjustBlendMask(Imm, ImmWidth, Is256 ? 4 : 2, &NewImm); in setExecutionDomainCustom() 6544 if ((ImmWidth / (Is256 ? 2 : 1)) != 8) { in setExecutionDomainCustom() 6546 AdjustBlendMask(Imm, ImmWidth, Is256 ? 8 : 4, &NewImm); in setExecutionDomainCustom() 6549 assert(!Is256 && "128-bit vector expected"); in setExecutionDomainCustom()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6444 bool Is256 = VT.getSizeInBits() == 256; in isVectorBroadcast() local 6446 assert((VT.getSizeInBits() == 128 || Is256) && in isVectorBroadcast() 6453 if (Is256 && !(V.hasOneUse() && in isVectorBroadcast() 6458 if (Is256) in isVectorBroadcast() 6473 if (!Is256 && ScalarSize == 64) in isVectorBroadcast()
|