Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1767 unsigned LoSize = MemoryLocation::getSizeOrUnknown(LoMemVT.getStoreSize()); in SplitVecRes_MLOAD() local
1769 MLD->getPointerInfo(), MachineMemOperand::MOLoad, LoSize, Alignment, in SplitVecRes_MLOAD()
2609 unsigned LoSize = MemoryLocation::getSizeOrUnknown(LoMemVT.getStoreSize()); in SplitVecOp_MSTORE() local
2611 N->getPointerInfo(), MachineMemOperand::MOStore, LoSize, Alignment, in SplitVecOp_MSTORE()
H A DLegalizeIntegerTypes.cpp3202 unsigned LoSize = Lo.getValueSizeInBits(); in ExpandIntRes_LOAD() local
3204 DAG.getConstant(LoSize - 1, dl, in ExpandIntRes_LOAD()
3843 unsigned LoSize = NVT.getSizeInBits(); in ExpandIntRes_SIGN_EXTEND() local
3846 DAG.getConstant(LoSize - 1, dl, TLI.getPointerTy(DAG.getDataLayout()))); in ExpandIntRes_SIGN_EXTEND()
H A DTargetLowering.cpp8448 unsigned LoSize = VT.getFixedSizeInBits(); in expandMULO() local
8451 DAG.getConstant(LoSize - 1, dl, in expandMULO()
8455 DAG.getConstant(LoSize - 1, dl, in expandMULO()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp3513 unsigned LoSize = (unsigned)TD.getTypeAllocSize(Lo); in GetX86_64ByValArgumentPair() local
3515 unsigned HiStart = llvm::alignTo(LoSize, HiAlign); in GetX86_64ByValArgumentPair()