Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h
H A DGIMatchTree.cpp
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp641 for (size_t RootIdx : RootIndices) in mutate() local
642 RS.sample(RootIdx, 1); in mutate()
643 size_t RootIdx = RS.getSelection(); in mutate() local
645 RootIndices.erase(RootIdx); in mutate()
646 Instruction *Root = AliveInsts[RootIdx]; in mutate()
647 AliveInsts.erase(RootIdx); in mutate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39892 unsigned RootIdx = i >> RootRatioLog2; in combineX86ShufflesRecursively() local
39893 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()
39895 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively()
39901 ? RootMask[RootIdx] in combineX86ShufflesRecursively()
39902 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()