Searched refs:RootIdx (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchTree.h | 56 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 D | GIMatchTree.cpp | 83 GIMatchTreeBuilder &Builder, StringRef Name, unsigned RootIdx, in GIMatchTreeBuilderLeafInfo() argument 85 : Builder(Builder), Info(Name, RootIdx, Data), MatchDag(MatchDag), in GIMatchTreeBuilderLeafInfo()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 39216 unsigned RootIdx = i >> RootRatioLog2; in combineX86ShufflesRecursively() local 39217 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively() 39219 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively() 39225 ? RootMask[RootIdx] in combineX86ShufflesRecursively() 39226 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()
|