Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2045 unsigned ExcessBits = in ExpandIntRes_LOAD() local
2047 EVT NEVT = EVT::getIntegerVT(*DAG.getContext(), ExcessBits); in ExpandIntRes_LOAD()
2068 unsigned ExcessBits = (EBytes - IncrementSize)*8; in ExpandIntRes_LOAD() local
2073 MemVT.getSizeInBits() - ExcessBits), in ExpandIntRes_LOAD()
2083 EVT::getIntegerVT(*DAG.getContext(), ExcessBits), in ExpandIntRes_LOAD()
2092 if (ExcessBits < NVT.getSizeInBits()) { in ExpandIntRes_LOAD()
2097 DAG.getConstant(ExcessBits, dl, in ExpandIntRes_LOAD()
2102 DAG.getConstant(NVT.getSizeInBits() - ExcessBits, dl, in ExpandIntRes_LOAD()
2355 unsigned ExcessBits = in ExpandIntRes_SIGN_EXTEND() local
2359 ExcessBits))); in ExpandIntRes_SIGN_EXTEND()
[all …]