Searched refs:OpMask (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1430 unsigned OpMask = OCM.second;
1433 OpMask));
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DAsmMatcherEmitter.cpp1136 unsigned OpMask = iit->second; local
1138 OperandMatchInfo.push_back(OperandMatchEntry::Create(&II, CI, OpMask));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25353 SmallVector<int, 16> OpMask; local
25354 if (!resolveTargetShuffleInputs(Op, Input0, Input1, OpMask))
25357 assert(VT.getVectorNumElements() == OpMask.size() &&
25359 assert(((RootMask.size() > OpMask.size() &&
25360 RootMask.size() % OpMask.size() == 0) ||
25361 (OpMask.size() > RootMask.size() &&
25362 OpMask.size() % RootMask.size() == 0) ||
25363 OpMask.size() == RootMask.size()) &&
25365 int MaskWidth = std::max<int>(OpMask.size(), RootMask.size());
25366 int RootRatio = std::max<int>(1, OpMask
[all...]

Completed in 133 milliseconds