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.cpp2547 unsigned LoSize = (unsigned)TD.getTypeAllocSize(Lo); in GetX86_64ByValArgumentPair() local
2549 unsigned HiStart = llvm::alignTo(LoSize, HiAlign); in GetX86_64ByValArgumentPair()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4078 unsigned LoSize = Lo.getValueSizeInBits(); in ExpandIntRes_LOAD() local
4080 DAG.getConstant(LoSize - 1, dl, in ExpandIntRes_LOAD()
4818 unsigned LoSize = NVT.getSizeInBits(); in ExpandIntRes_SIGN_EXTEND() local
4821 DAG.getConstant(LoSize - 1, dl, TLI.getPointerTy(DAG.getDataLayout()))); in ExpandIntRes_SIGN_EXTEND()
H A DTargetLowering.cpp10616 unsigned LoSize = VT.getFixedSizeInBits(); in forceExpandWideMUL() local
10619 DAG.getConstant(LoSize - 1, dl, getPointerTy(DAG.getDataLayout()))); in forceExpandWideMUL()
10622 DAG.getConstant(LoSize - 1, dl, getPointerTy(DAG.getDataLayout()))); in forceExpandWideMUL()