Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp586 size_t ChainLength = UserChain.size(); in findInEitherOperand() local
601 UserChain.resize(ChainLength); in findInEitherOperand()
612 UserChain.resize(ChainLength); in findInEitherOperand()
H A DGVNHoist.cpp521 int ChainLength = 0; in run() local
525 if (MaxChainLength != -1 && ++ChainLength >= MaxChainLength) in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp14841 static void fixMasks(SmallVectorImpl<DotSrc> &Srcs, unsigned ChainLength) { in fixMasks() argument
14843 EntryMask = EntryMask >> ((4 - ChainLength) * 8); in fixMasks()
14844 auto ZeroMask = ChainLength == 2 ? 0x0c0c0000 : 0x0c000000; in fixMasks()
14952 int ChainLength = 0; in performAddCombine() local
14999 ChainLength = I + 2; in performAddCombine()
15005 ChainLength = I + 1; in performAddCombine()
15012 if (ChainLength < 2) in performAddCombine()
15018 if (ChainLength < 4) { in performAddCombine()
15019 fixMasks(Src0s, ChainLength); in performAddCombine()
15020 fixMasks(Src1s, ChainLength); in performAddCombine()
[all …]