Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1477 unsigned OpMask = OCM.second; in buildOperandMatchInfo() local
1480 OpMask)); in buildOperandMatchInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39003 SmallVector<int, 64> OpMask; in combineX86ShufflesRecursively() local
39023 std::iota(OpMask.begin(), OpMask.end(), ExtractIdx); in combineX86ShufflesRecursively()
39036 for (int &M : OpMask) { in combineX86ShufflesRecursively()
39061 int M = OpMask[i]; in combineX86ShufflesRecursively()
39074 Mask = OpMask; in combineX86ShufflesRecursively()
39162 if (OpMask[OpIdx] < 0) { in combineX86ShufflesRecursively()
39165 Mask[i] = OpMask[OpIdx]; in combineX86ShufflesRecursively()
39175 int InputIdx = OpMask[OpIdx] / (int)OpMask.size(); in combineX86ShufflesRecursively()
41627 SmallVector<int, 64> OpMask; in SimplifyDemandedVectorEltsForTargetNode() local
41648 OpMask[i] = SM_SentinelUndef; in SimplifyDemandedVectorEltsForTargetNode()
[all …]