Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1050 unsigned NewSizeBits = std::min((uint64_t)MI.getOperand(2).getImm(), MemBits); in matchSextInRegOfLoad() local
1053 if (NewSizeBits < 8) in matchSextInRegOfLoad()
1057 if (!isPowerOf2_32(NewSizeBits)) in matchSextInRegOfLoad()
1066 MMDesc.MemoryTy = LLT::scalar(NewSizeBits); in matchSextInRegOfLoad()
1067 else if (MemBits > NewSizeBits || MemBits == RegTy.getSizeInBits()) in matchSextInRegOfLoad()
1077 MatchInfo = std::make_tuple(LoadDef->getDstReg(), NewSizeBits); in matchSextInRegOfLoad()