Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h56 unsigned RootIdx; variable
75 GIMatchTreeLeafInfo(StringRef Name, unsigned RootIdx, void *Data) in GIMatchTreeLeafInfo() argument
76 : Name(Name), RootIdx(RootIdx), Data(Data), IsFullyTraversed(false), in GIMatchTreeLeafInfo()
80 unsigned getRootIdx() const { return RootIdx; } in getRootIdx()
291 unsigned RootIdx, const GIMatchDag &MatchDag,
421 void addLeaf(StringRef Name, unsigned RootIdx, const GIMatchDag &MatchDag, in addLeaf() argument
423 Leaves.emplace_back(*this, Name, RootIdx, MatchDag, Data); in addLeaf()
H A DGIMatchTree.cpp83 GIMatchTreeBuilder &Builder, StringRef Name, unsigned RootIdx, in GIMatchTreeBuilderLeafInfo() argument
85 : Builder(Builder), Info(Name, RootIdx, Data), MatchDag(MatchDag), in GIMatchTreeBuilderLeafInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40293 unsigned RootIdx = i >> RootRatioLog2; in combineX86ShufflesRecursively() local
40294 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()
40296 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively()
40302 ? RootMask[RootIdx] in combineX86ShufflesRecursively()
40303 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()