Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp483 const unsigned OpMask = SEOp == Mips::SEH ? 0xffff : 0xff; in expandAtomicBinOpSubword() local
486 .addImm(OpMask); in expandAtomicBinOpSubword()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1504 unsigned OpMask = OCM.second; in buildOperandMatchInfo() local
1507 OperandMatchEntry::create(MI.get(), CI, OpMask)); in buildOperandMatchInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39755 SmallVector<int, 64> OpMask; in combineX86ShufflesRecursively() local
39759 if (getTargetShuffleInputs(Op, OpDemandedElts, OpInputs, OpMask, OpUndef, in combineX86ShufflesRecursively()
39774 OpMask.assign(NumElts, SM_SentinelUndef); in combineX86ShufflesRecursively()
39775 std::iota(OpMask.begin(), OpMask.end(), ExtractIdx); in combineX86ShufflesRecursively()
39785 unsigned OpMaskSize = OpMask.size(); in combineX86ShufflesRecursively()
39788 for (int &M : OpMask) { in combineX86ShufflesRecursively()
39798 OpMask.append((NumSubVecs - 1) * OpMaskSize, SM_SentinelUndef); in combineX86ShufflesRecursively()
39812 for (int i = 0, e = OpMask.size(); i != e; ++i) { in combineX86ShufflesRecursively()
39813 int M = OpMask[i]; in combineX86ShufflesRecursively()
39816 UsedInputs.setBit(M / OpMask.size()); in combineX86ShufflesRecursively()
[all …]