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.cpp729 for (size_t RootIdx : RootIndices) in mutate() local
730 RS.sample(RootIdx, 1); in mutate()
731 size_t RootIdx = RS.getSelection(); in mutate() local
733 RootIndices.erase(RootIdx); in mutate()
734 Instruction *Root = AliveInsts[RootIdx]; in mutate()
735 AliveInsts.erase(RootIdx); in mutate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41354 unsigned RootIdx = i >> RootRatioLog2; in combineX86ShufflesRecursively() local
41355 if (RootMask[RootIdx] < 0) { in combineX86ShufflesRecursively()
41357 Mask[i] = RootMask[RootIdx]; in combineX86ShufflesRecursively()
41363 ? RootMask[RootIdx] in combineX86ShufflesRecursively()
41364 : (RootMask[RootIdx] << RootRatioLog2) + (i & (RootRatio - 1)); in combineX86ShufflesRecursively()