Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4095 unsigned ExcessBits = in ExpandIntRes_LOAD() local
4097 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntRes_LOAD()
4116 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntRes_LOAD() local
4121 MemVT.getSizeInBits() - ExcessBits), in ExpandIntRes_LOAD()
4129 EVT::getIntegerVT(*DAG.getContext(), ExcessBits), in ExpandIntRes_LOAD()
4137 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntRes_LOAD()
4142 DAG.getConstant(ExcessBits, dl, in ExpandIntRes_LOAD()
4147 DAG.getConstant(NVT.getSizeInBits() - ExcessBits, dl, in ExpandIntRes_LOAD()
4833 unsigned ExcessBits = Op.getValueSizeInBits() - NVT.getSizeInBits(); in ExpandIntRes_SIGN_EXTEND() local
4836 ExcessBits))); in ExpandIntRes_SIGN_EXTEND()
[all …]