Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3571 unsigned ExcessBits = in ExpandIntRes_LOAD() local
3573 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntRes_LOAD()
3592 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntRes_LOAD() local
3613 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntRes_LOAD()
3618 DAG.getConstant(ExcessBits, dl, in ExpandIntRes_LOAD()
4591 ExcessBits)); in ExpandIntRes_ZERO_EXTEND()
5063 unsigned ExcessBits = in ExpandIntOp_STORE() local
5065 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntOp_STORE()
5083 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntOp_STORE() local
5087 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntOp_STORE()
[all …]