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.cpp584 size_t ChainLength = UserChain.size(); in findInEitherOperand() local
599 UserChain.resize(ChainLength); in findInEitherOperand()
610 UserChain.resize(ChainLength); in findInEitherOperand()
H A DGVNHoist.cpp522 int ChainLength = 0; in run() local
526 if (MaxChainLength != -1 && ++ChainLength >= MaxChainLength) in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13962 static void fixMasks(SmallVectorImpl<DotSrc> &Srcs, unsigned ChainLength) { in fixMasks() argument
13964 EntryMask = EntryMask >> ((4 - ChainLength) * 8); in fixMasks()
13965 auto ZeroMask = ChainLength == 2 ? 0x0c0c0000 : 0x0c000000; in fixMasks()
14068 int ChainLength = 0; in performAddCombine() local
14115 ChainLength = I + 2; in performAddCombine()
14121 ChainLength = I + 1; in performAddCombine()
14128 if (ChainLength < 2) in performAddCombine()
14134 if (ChainLength < 4) { in performAddCombine()
14135 fixMasks(Src0s, ChainLength); in performAddCombine()
14136 fixMasks(Src1s, ChainLength); in performAddCombine()
[all …]