Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2563 unsigned LoSize = (unsigned)TD.getTypeAllocSize(Lo); in GetX86_64ByValArgumentPair() local
2565 unsigned HiStart = llvm::alignTo(LoSize, HiAlign); in GetX86_64ByValArgumentPair()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4298 unsigned LoSize = Lo.getValueSizeInBits(); in ExpandIntRes_LOAD() local
4300 DAG.getConstant(LoSize - 1, dl, in ExpandIntRes_LOAD()
5058 unsigned LoSize = NVT.getSizeInBits(); in ExpandIntRes_SIGN_EXTEND() local
5061 DAG.getConstant(LoSize - 1, dl, TLI.getPointerTy(DAG.getDataLayout()))); in ExpandIntRes_SIGN_EXTEND()
H A DTargetLowering.cpp11093 unsigned LoSize = VT.getFixedSizeInBits(); in forceExpandWideMUL() local
11094 SDValue Shift = DAG.getShiftAmountConstant(LoSize - 1, VT, dl); in forceExpandWideMUL()