Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3912 unsigned ExcessBits = in ExpandIntRes_LOAD() local
3914 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntRes_LOAD()
3933 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntRes_LOAD() local
3954 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntRes_LOAD()
3959 DAG.getConstant(ExcessBits, dl, in ExpandIntRes_LOAD()
4990 ExcessBits)); in ExpandIntRes_ZERO_EXTEND()
5451 unsigned ExcessBits = in ExpandIntOp_STORE() local
5453 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntOp_STORE()
5471 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntOp_STORE() local
5475 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntOp_STORE()
[all …]