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.cpp4315 unsigned ExcessBits = in ExpandIntRes_LOAD() local
4317 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntRes_LOAD()
4336 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntRes_LOAD() local
4341 MemVT.getSizeInBits() - ExcessBits), in ExpandIntRes_LOAD()
4349 EVT::getIntegerVT(*DAG.getContext(), ExcessBits), in ExpandIntRes_LOAD()
4357 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntRes_LOAD()
4362 DAG.getConstant(ExcessBits, dl, in ExpandIntRes_LOAD()
4367 DAG.getConstant(NVT.getSizeInBits() - ExcessBits, dl, in ExpandIntRes_LOAD()
5073 unsigned ExcessBits = Op.getValueSizeInBits() - NVT.getSizeInBits(); in ExpandIntRes_SIGN_EXTEND() local
5076 ExcessBits))); in ExpandIntRes_SIGN_EXTEND()
[all …]