Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1828 unsigned LoSize = Lo.getValueType().getSizeInBits(); in ExpandIntRes_LOAD() local
1830 DAG.getConstant(LoSize-1, TLI.getPointerTy())); in ExpandIntRes_LOAD()
2184 unsigned LoSize = NVT.getSizeInBits(); in ExpandIntRes_SIGN_EXTEND() local
2186 DAG.getConstant(LoSize-1, TLI.getPointerTy())); in ExpandIntRes_SIGN_EXTEND()
DLegalizeDAG.cpp3579 unsigned LoSize = VT.getSizeInBits(); in ExpandNode() local
3581 DAG.getConstant(LoSize-1, TLI.getPointerTy())); in ExpandNode()
3583 DAG.getConstant(LoSize-1, TLI.getPointerTy())); in ExpandNode()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DTargetInfo.cpp2076 unsigned LoSize = (unsigned)TD.getTypeAllocSize(Lo); in GetX86_64ByValArgumentPair() local
2078 unsigned HiStart = llvm::DataLayout::RoundUpAlignment(LoSize, HiAlign); in GetX86_64ByValArgumentPair()